v0.9.17
·
188 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
seiton install --skill
You can now install Seiton's built-in skill files directly into your repository with seiton install --skill. This gives AI coding agents (GitHub Copilot, Claude Code, etc.) deep knowledge of GitHub Actions best practices—enabling them to understand lint diagnostics, apply fixes, and follow your configured rules without additional prompting.
seiton install --skillsThe command writes skill definition files to your workspace so that compatible agents can automatically leverage Seiton's linting capabilities during code review and authoring.
What's Changed
- feat(playground): improve diagnostic severity visibility and light-theme warning contrast by @guitarrapc in #106
- feat(bot-conditions): reduce false positives with conjunction suppression, severity differentiation, and event-type awareness by @guitarrapc in #107
- feat(playground): fix multi-pin offset drift and improve config editor UX by @guitarrapc in #108
- feat: add
seiton installcommand for agent skills and CI workflow by @guitarrapc in #109
Full Changelog: v0.9.16...v0.9.17