Added
- Agent Guidance – Bundled a shared
AGENTS.mdruleset that is copied into.kittify/so every generated command has a canonical place to point agents for path/encoding/git expectations. - Encoding Toolkit – Introduced
scripts/validate_encoding.pyand new documentation to scan/fix Windows-1252 artifacts, plus a non-interactive init guide indocs/non-interactive-init.md. - Dashboard Assets – Split the inline dashboard UI into static CSS/JS files and committed them with the release.
Changed
- CLI Help & Docs – Expanded
spec-kitty init,research,check,accept, andmergehelp text and refreshed README/index links to render correctly on PyPI. - Dashboard Runtime – Hardened the dashboard server/CLI handshake with health checks, token-gated shutdown, and more resilient worktree detection.
- Mission Handling – Improved mission activation to fall back gracefully when symlinks are unavailable (e.g., Windows w/out dev mode) and aligned shell helpers with the new logic.
Security
- Codex Guardrails – Automatically append
.codex/to.gitignore, warn ifauth.jsonis tracked, and reiterate theCODEX_HOMEworkflow to keep API credentials out of source control.