Files
g3/crates/g3-core/tests
Dhanji R. Prasanna 1d77f3f865 fix: allow new plan_write after completed approved plan
When an approved plan was fully complete (all items done/blocked),
plan_write blocked creating a new plan with 'Cannot remove item'
error. Now checks is_complete() first — complete plans allow fresh
plan creation without carrying over approved_revision or enforcing
item ID preservation.

Adds 4 end-to-end integration tests covering happy path, negative
(in-progress still blocks), and boundary cases (all-blocked, mixed).
2026-02-14 12:27:38 +11:00
..