Commit Graph

3 Commits

Author SHA1 Message Date
Frederik Prijck 010dd3bf86 chore: bump skillsaw to 0.4.3 and use NO_COLOR (#82)
Remove the sed ANSI-stripping workaround now that skillsaw
supports the NO_COLOR environment variable (stbenjam/skillsaw#25).
2026-05-11 14:03:30 +02:00
Stephen Benjamin f454f8e3e5 chore: migrate from claudelint to skillsaw (#78)
claudelint has been renamed to skillsaw (https://github.com/stbenjam/skillsaw).

- Rename .claudelint.yaml → .skillsaw.yaml
- Rename .claudelint/ → .skillsaw/ (custom rules directory)
- Remove stale rule IDs (commands-dir-required, commands-exist)
- Simplify imports in custom rules to use `from skillsaw import ...`
- Rename workflow claudelint.yml → skillsaw.yml
- Bump pinned version from claudelint 0.3.6 to skillsaw 0.4.2

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-08 12:19:25 +02:00
Frederik Prijck a4f13da587 chore: add claudelint (#31)
* chore: add claudelint

* Resolve linter issues

* Address review comments
2026-04-02 13:34:46 +02:00