🐛 Fixed
- Workflow implement auto-resolution:
spec-kitty agent workflow implementnow reliably resolves the next planned WP and required base workspace across main-repo and worktree contexts, reducing manual--baseretries and context errors. - Merge preflight and no-op behavior:
spec-kitty mergenow handles branch-only WP detection and reports already-merged/no-op scenarios cleanly instead of hard-failing. - Init orchestration config cleanup: Removed agent strategy selection from
spec-kitty initand stopped persistingagents.selection.strategyin config. Preferred implementer/reviewer roles remain supported.
🔧 Changed
- Config compatibility: Legacy configs that still include
agents.selection.strategyremain readable; the field is now ignored and not written back. - Init UX simplification: Init documentation and CLI help now describe preferred role selection only (no random/preferred strategy mode).