hayden1126/DocAgent Verify
Verifies repository documentation against the source it cites. Fails CI when a `<!-- ground: file:lines -->` citation points at a missing file, a wrong line range, a broken link, or a leaked secret.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-path | Path to the repo to verify. Defaults to the runner workspace. | no | . |
| strict | Fail on any finding, including non-blocking warnings (e.g. markdownlint nits, judge `skipped`). | no | false |
| only | Comma-separated artifact ids to verify (empty = all discovered). | no | "" |
| python-version | Python version to set up on the runner. | no | 3.11 |
| comment-on-failure | When triggered by a PR event, post a comment with the findings on failure. | no | true |
Outputs
| name | description |
|---|---|
| passed | "true" when every verified artifact passed; "false" otherwise. |
| findings | Raw verifier output (one finding per line, prefixed with the gate name). |