Commit 81da5ca
committed
fix: validation errors - cross-platform and consistency
1. Cross-platform issue (enhance.md):
- Replace hardcoded ~/.claude/enhance/suppressions.json
- Use ${STATE_DIR}/enhance/suppressions.json placeholder
- Now works across Claude Code, OpenCode, and Codex
2. Consistency validator (validate-repo-consistency.js):
- Fix regex to handle backticks in skill references
- Pattern now matches both "MUST execute the skill-name skill"
and "MUST execute the `skill-name` skill"
- Resolves 8 false-positive errors for enhance agents
All validation checks now pass:
- npm test: 1400 tests passing
- npm run verify: All tools detected
- npm run validate: All checks passing1 parent 9096c64 commit 81da5ca
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
426 | 426 | | |
427 | 427 | | |
428 | 428 | | |
| |||
0 commit comments