florianbruniaux/ctxharness
Detect AI documentation drift — checks that CLAUDE.md, AGENTS.md, and other AI docs stay in sync with your codebase
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config | Path to .ctxharness.yml config file | no | .ctxharness.yml |
| root | Project root directory (defaults to repo root) | no | . |
| format | Output format — text, json, or gha | no | gha |
| fail-on-drift | Exit with code 1 when drift is detected | no | true |
Outputs
| name | description |
|---|---|
| drift-detected | true if any assertion failed or errored, false otherwise |