1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
--- spec: work.spec.md --- ## Tasks - [x] Write spec files for work module - [x] Implement `work start` — branch creation with conventions - [x] Implement `work pr` — push and PR creation via gh - [x] Implement `work status` — branch and PR status - [x] Wire up CLI subcommands in main.rs - [x] Write unit tests - [x] Run verification suite - [x] Add flexible branch types (--branch-type flag) - [x] Add issue linking (--issue flag) - [x] Add custom prefix override (--prefix flag) - [x] Add WorkConfig with fledge.toml [work] section support - [x] Update spec to v2 for flexible branch types