Fail phase-commit when impl tasks are unchecked #254
No reviewers
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli!254
Loading…
Reference in a new issue
No description provided.
Delete branch "fix/phase-commit-unchecked-guard"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PhaseTaskFile.findUncheckedImplTasksto detect- [ ] [impl]lines in phase task filesphase-commitnow validates before staging — if any[impl]tasks are unchecked, it fails with a descriptive error listing the unchecked tasksTest plan
findUncheckedImplTasks(empty list, with/without reviewed marker, ignores non-impl, multiple unchecked, no task lines, empty content)scala-cli compile --scalac-option -Werror .iw/core/passes./iw test unitpasses./iw test compilepasses (all 32 commands)🤖 Generated with Claude Code