{"id":50283029,"url":"https://github.com/mizcausevic-dev/evidence-bundle-readme-generator-action","last_synced_at":"2026-06-01T02:00:50.436Z","repository":{"id":360804579,"uuid":"1251786655","full_name":"mizcausevic-dev/evidence-bundle-readme-generator-action","owner":"mizcausevic-dev","description":"Renders a Markdown README from an evidence-bundle manifest JSON. Posts as PR comment AND/OR writes to a target file path. Fourth in the readme-generator Action quartet.","archived":false,"fork":false,"pushed_at":"2026-06-01T00:13:28.000Z","size":243,"stargazers_count":0,"open_issues_count":7,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-01T02:00:34.183Z","etag":null,"topics":["ai-governance","compliance","documentation","evidence-bundle","github-action","kinetic-gain","kinetic-gain-suite","readme-generator","typescript"],"latest_commit_sha":null,"homepage":"https://suite.kineticgain.com/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mizcausevic-dev.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-27T23:08:07.000Z","updated_at":"2026-06-01T00:13:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"60cad919-e998-4878-a901-19b7ee71e604","html_url":"https://github.com/mizcausevic-dev/evidence-bundle-readme-generator-action","commit_stats":null,"previous_names":["mizcausevic-dev/evidence-bundle-readme-generator-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/mizcausevic-dev/evidence-bundle-readme-generator-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fevidence-bundle-readme-generator-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fevidence-bundle-readme-generator-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fevidence-bundle-readme-generator-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fevidence-bundle-readme-generator-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mizcausevic-dev","download_url":"https://codeload.github.com/mizcausevic-dev/evidence-bundle-readme-generator-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mizcausevic-dev%2Fevidence-bundle-readme-generator-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33756578,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-01T02:00:06.963Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-governance","compliance","documentation","evidence-bundle","github-action","kinetic-gain","kinetic-gain-suite","readme-generator","typescript"],"created_at":"2026-05-28T01:00:56.776Z","updated_at":"2026-06-01T02:00:50.428Z","avatar_url":"https://github.com/mizcausevic-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# evidence-bundle-readme-generator-action\n\n[![CI](https://github.com/mizcausevic-dev/evidence-bundle-readme-generator-action/actions/workflows/ci.yml/badge.svg)](https://github.com/mizcausevic-dev/evidence-bundle-readme-generator-action/actions/workflows/ci.yml)\n[![License: AGPL-3.0-or-later](https://img.shields.io/badge/License-AGPL--3.0--or--later-blue.svg)](LICENSE)\n\nGitHub Action that **renders a human-readable Markdown README from an evidence-bundle manifest JSON**. Wraps [`evidence-bundle-readme-generator`](https://github.com/mizcausevic-dev/evidence-bundle-readme-generator). Posts as PR comment AND/OR writes to a target file path.\n\n**Fourth in the per-protocol readme-generator Action quintet** (closes the quartet — `otel-genai-readme-generator` does not exist as a library).\n\nPart of the [Kinetic Gain Suite](https://suite.kineticgain.com/).\n\n---\n\n## Usage\n\n```yaml\n- uses: mizcausevic-dev/evidence-bundle-readme-generator-action@v0.1-shipped\n  with:\n    manifest-path: bundles/case-001/manifest.json\n    output-path: docs/case-001.md   # optional auto-sync\n```\n\n## Inputs\n\n| input            | required | default | description |\n|---|---|---|---|\n| `manifest-path`  | ✓        | —       | Path to the evidence-bundle manifest JSON file. |\n| `output-path`    |          | —       | Optional file destination for the rendered Markdown. |\n| `comment-on-pr`  |          | `auto`  | `auto` posts only on `pull_request` events. |\n| `hide-badges`    |          | `false` | Suppress the trailing badges line. |\n| `anchor-prefix`  |          | `item-` | Anchor prefix for item-row anchors in the items table. |\n| `github-token`   |          | `${{ github.token }}` | Token for posting the PR comment. |\n\n## Outputs\n\n| output            | description |\n|---|---|\n| `markdown-length` | Length (in characters) of the rendered Markdown. |\n| `output-written`  | `true` iff `output-path` was specified and successfully written. |\n\n## Composes with\n\n- [`evidence-bundle-diff-action`](https://github.com/mizcausevic-dev/evidence-bundle-diff-action) — diff catches breaking changes, this Action keeps the rendered docs in lockstep.\n- Siblings: [`agent-card-readme-generator-action`](https://github.com/mizcausevic-dev/agent-card-readme-generator-action) · [`mcp-tool-card-readme-generator-action`](https://github.com/mizcausevic-dev/mcp-tool-card-readme-generator-action) · [`prompt-provenance-readme-generator-action`](https://github.com/mizcausevic-dev/prompt-provenance-readme-generator-action).\n\n## License\n\n[AGPL-3.0-or-later](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fevidence-bundle-readme-generator-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmizcausevic-dev%2Fevidence-bundle-readme-generator-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmizcausevic-dev%2Fevidence-bundle-readme-generator-action/lists"}