mirror of
https://github.com/jparkerweb/plan2code.git
synced 2026-07-21 18:33:22 -07:00
1.0 KiB
1.0 KiB
Changelog
1.1.0
- Add
--resumeflag to continue incomplete runs from saved state - Skip previously succeeded steps when resuming (init, plan, document, implement, finalize)
- Restore idea name, description, project directory, and implement pass counter from state
- Auto-detect state files in current directory (enhancement mode) or subdirectories (new-project mode)
- Delete state file automatically after a fully successful run
- Preserve state file on failure for later resume
- Add
deleteState()andfindExistingState()utilities to bot-state module - Add bot-state unit tests (saveState, loadState, deleteState, findExistingState)
1.0.0
- Initial release
- Two auto-detected modes: new-project and enhancement
--ideaflag to seed the idea generator- Full workflow execution: init → plan → document → implement → finalize
- Artifact validation after each step
- State persistence to
.plan2code-bot-state.json - Auto-responder for autonomous Claude Agent SDK sessions
- Bot-friendly skill installation (strips
disable-model-invocation)