mizcausevic-dev/Prompt Provenance README Generator

Render a Markdown README from a prompt-provenance JSON. Post as PR comment or commit to a target path.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Activelast commit Jun 11, 2026
License
AGPL 3.0

Pinned Snippet

workflow.ymlSHA-pinned
uses: mizcausevic-dev/prompt-provenance-readme-generator-action@7bdb04f57076e685f9f6cb628d522124d4d13710 # v1.0-prod

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
doc-pathPath (relative to repo root) to the prompt-provenance JSON document.yes
output-pathOptional file destination for the rendered Markdown.no
comment-on-prPost the rendered Markdown as a PR comment. 'auto' (default) posts only on pull_request events.noauto
hide-badgesSuppress the trailing badges line under the title (default 'false').nofalse
anchor-prefixAnchor prefix for section headings (default 'section-').nosection-
github-tokenToken used to post the PR comment (defaults to GITHUB_TOKEN).no${{ github.token }}
namedescription
markdown-lengthLength (in characters) of the rendered Markdown.
output-writtenTrue iff an output-path was specified and successfully written.