Status Lifecycle
Common statuses:
draft: early thinkingproposed: ready for reviewapproved: accepted source of truth for future implementationpartial: work has startedimplemented: code exists and is linkedverified: checks have passed throughjumpspace task verifystale: no longer trusted as current behavior
Update non-verified statuses with:
npx @jumpspace/cli task status DOC-PROJECT-001 implementedEarn verified status with:
npx @jumpspace/cli task verify DOC-PROJECT-001 --check "npm test" --criteria AC-1