v1.2.0-beta.2
Pre-release
Pre-release
Added
/testcommand: now ensures atest/directory exists withunit/,integration/, ande2e/subdirectories; iftest/exists but is not separated, prompts the user (viaquestion) whether to refactor and standardize existing tests into those three directories (per@skills/test-driven-development/SKILL.mdtest-pyramid convention)./shipcommand: adds a post-Phase-C incremental-fix phase that resolves all review observations one at a time using@skills/incremental-implementation/SKILL.md, verifies all tests pass, then creates atomic commits with descriptive messages (matching/code-simplifyand/testconventions).