🐛 Fixed
- Deprecated script references in mission templates (#68)
- Fixed
.kittify/missions/software-dev/templates/task-prompt-template.mdto usespec-kitty agent tasks move-taskinstead of deprecatedpython3 .kittify/scripts/tasks/tasks_cli.py - Fixed
.kittify/templates/task-prompt-template.mdwith same update - Fixed
.kittify/missions/software-dev/command-templates/tasks.mdto reference CLI commands - Updated
.kittify/templates/POWERSHELL_SYNTAX.mdto document spec-kitty CLI instead of obsolete PowerShell scripts - Root cause: Migration 0.10.9 fixed agent command templates but missed mission-specific templates
- Impact: Agents were executing users' local
cli.pyfiles instead of spec-kitty CLI on Windows
- Fixed
✨ Added
- Template compliance tests - Prevent deprecated script references
test_no_deprecated_script_references()- Detects old.kittify/scripts/paths in templatestest_templates_use_spec_kitty_cli()- Ensures templates reference spec-kitty CLI commands- Tests run on all mission templates and global templates
- Prevents regression of issue #68