mikiships/agentmd Context Drift
Run agentmd drift checks and optionally post a PR comment
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| agent | Agent context file to check (claude, codex, cursor, copilot) | no | claude |
| fail-on-drift | Fail the workflow when drift is detected | no | true |
| comment | Post or update a PR comment with the markdown drift report | no | true |
| python-version | Python version used to run agentmd | no | 3.11 |
Outputs
| name | description |
|---|---|
| drift-exit-code | Exit code returned by agentmd drift |
| has-drift | Whether drift was detected (true/false) |
| report-path | Path to the generated markdown report file |