haserjian/AgentMesh Lineage Check
Check PR lineage coverage and optionally verify AgentMesh witness signatures
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| require-trailers | If true, exit 1 when coverage < 100% | no | "" |
| verify-witness | If true, verify AgentMesh witness signatures for PR commits | no | "" |
| require-witness | If true, exit 1 when witness coverage < 100% (requires verify-witness=true) | no | "" |
| policy-profile | Named policy preset: baseline, strict, enterprise. Overrides individual flags unless explicit overrides are set. | no | "" |
| upload-proof | Upload agentmesh-proof.json as workflow artifact | no | true |
| comment-on-pr | Post/update sticky PR comment with results | no | true |
| github-token | Token for GitHub API calls | no | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| commits-total | Total commits in PR |
| commits-traced | Commits with AgentMesh-Episode trailer |
| coverage-pct | Lineage coverage percentage (0-100) |
| unique-episodes | Count of distinct episode IDs |
| files-changed | Files changed across PR |
| witness-present | Commits with witness trailers present |
| witness-verified | Commits whose witness signatures verified |
| witness-coverage-pct | Witness verification coverage percentage across PR commits (0-100) |
| result | PASS or FAIL |
| badge-url | shields.io badge URL for README embedding |
| proof-artifact-path | Path to agentmesh-proof.json proof artifact |