Skip to content

Status Lifecycle

Common statuses:

  • draft: early thinking
  • proposed: ready for review
  • approved: accepted source of truth for future implementation
  • partial: work has started
  • implemented: code exists and is linked
  • verified: checks have passed through jumpspace task verify
  • stale: no longer trusted as current behavior

Update non-verified statuses with:

Terminal window
npx @jumpspace/cli task status DOC-PROJECT-001 implemented

Earn verified status with:

Terminal window
npx @jumpspace/cli task verify DOC-PROJECT-001 --check "npm test" --criteria AC-1