Rationale
Verify the ship execution loop works end-to-end by completing a trivial task.
Scope
In scope:
Out of scope:
Acceptance Criteria
Loop Contract
- Test command:
test -f .mill/ship/test-marker.txt && grep -q "ship works" .mill/ship/test-marker.txt && echo PASS
- Success criteria: Command outputs
PASS
- Stop conditions: 5 iterations max
🤖 Claude
Rationale
Verify the ship execution loop works end-to-end by completing a trivial task.
Scope
In scope:
Out of scope:
Acceptance Criteria
.mill/ship/test-marker.txtexists with contentship worksLoop Contract
test -f .mill/ship/test-marker.txt && grep -q "ship works" .mill/ship/test-marker.txt && echo PASSPASS🤖 Claude