Core Concepts
Context Profiles
Profile presets for task-shaped context retrieval
Use clawvault context --profile <name> to bias retrieval for your current workflow.
Supported Profiles
default
Balanced retrieval for everyday work.
clawvault context "auth implementation details" --profile defaultplanning
Biases toward strategic memory (decisions, projects, commitments).
clawvault context "Q1 roadmap priorities" --profile planningincident
Biases toward recent blockers, failures, and urgent context.
clawvault context "production API failures" --profile incidenthandoff
Biases toward transition continuity (recent handoffs, next steps, blockers).
clawvault context "what was I working on" --profile handoffauto
Lets ClawVault infer the profile from prompt intent.
clawvault context "urgent outage in payments" --profile autoPairing with Other Options
clawvault context "database migration" --profile planning --max-hops 3 --budget 2500
clawvault context "incident summary" --profile incident --format jsonImportant
- Profile tuning is currently done with supported
contextflags (--profile,--max-hops,--budget, etc.). - Avoid using undocumented flags such as
--types,--recent-days, or--graph-depth; they are not part of the current CLI surface.