Skip to content

Dependencies And Refs

Use depends_on for execution order.

depends_on:
- DOC-AUTH-001

Use refs for structured relationships.

refs:
- type: related_to
id: ADR-001
note: Invite expiration follows the account security decision.
Terminal window
npx @jumpspace/cli task related DOC-PROJECT-001
npx @jumpspace/cli task query --depends-on-transitive ADR-001 --no-tests --json

Dependencies must point at existing task IDs. Plan step dependencies must also be valid and acyclic.