Skip to content

Ask Questions With Evidence

jumpspace task ask returns an evidence summary, not an authoritative answer.

Terminal window
npx @jumpspace/cli task scan
npx @jumpspace/cli task ask "Where is project invitation implemented?"

The useful output is the evidence:

  • task IDs
  • source doc paths
  • match reasons
  • matched and unanswered terms
  • coverage
  • linked code and tests
  • semantic retrieval status, if enabled
Terminal window
npx @jumpspace/cli task find project invitation --mode any

find defaults to strict all-term matching. Use --mode any when orientation matters more than precision.

Terminal window
npx @jumpspace/cli task semantic build
npx @jumpspace/cli task semantic status --json
npx @jumpspace/cli task ask "Where does the repo handle member onboarding?" --json

The default semantic backend is local and deterministic. Dense LanceDB/ONNX retrieval is optional and falls back when dependencies are missing.

Terminal window
npx @jumpspace/cli task context DOC-PROJECT-001 --json

Use context when you need raw task metadata, plan state, links, and execution readiness.

If ask has weak coverage or unanswered terms, inspect the cited files or fall back to code search. Jumpspace should reduce guessing, not hide uncertainty.