intrepideai/docentic
Validate the agent-friendly docs spine in any repo. Fail PRs that break AGENTS.md / docs/ / .agents/index.json.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to the repo to check (default: ${{ github.workspace }}) | no | . |
| warnings-as-errors | Fail the action on warnings, not just errors | no | false |
| json | Emit JSON instead of human-readable output (useful for piping) | no | false |
| node-version | Node.js version to install (>= 20) | no | 20 |
| version | docentic version to run (npm spec — defaults to latest published) | no | @intrepideai/docentic |
Outputs
| name | description |
|---|---|
| ok | "true" if the check passed cleanly, "false" otherwise |
| check-summary | Single-line summary like "errors=2 warnings=1 spine_missing=0" — handy for posting back to PR comments |