Use this page when you need one mental anchor before reading the deeper docs.
Live Code ──cx mcp────► Notes ──cx bundle────► Bundle ──cx verify────► Trusted Handoff
│ │ │ │
│ │ │ │
Hypothesis Memory Snapshot Proof
Track B Cognition Layer Track A Trust Gate
Read It Left To Right
-
Run
cx mcpwhen you need fast interactive help on live code. -
Use
cx notesto preserve reasoning that should survive the current session. -
Run
cx bundlewhen the work must become a reproducible artifact. -
Run
cx verifywhen later humans or CI need proof instead of trust-by-habit.
Choose The Entry Point
-
Start with
cx mcpwhen you are still asking questions. -
Move to
cx noteswhen the reasoning should survive the current session. -
Move to
cx bundlewhen the work needs a frozen handoff. -
Finish with
cx verifywhen a later reader should receive proof instead of a claim.
Contributor System Map
| Subsystem | Owning commands | Primary concern | Canonical doc |
|---|---|---|---|
Live workspace surface |
|
scoped live agent access |
|
Durable reasoning surface |
|
repository memory and cognition quality |
|
Planning and artifact surface |
|
reproducible handoff and proof |
|
Init and workspace bootstrap |
|
repository-local setup and templates |
|
Configuration surface |
|
selection, overlays, and behavior knobs |
|
Operator examples |
workflow docs and release checklist |
execution over time |
Read It Top To Bottom
-
MCP is the live investigation surface.
-
Notes are the durable cognition layer.
-
Bundle is the frozen snapshot.
-
Verify is the proof gate.
Learn Later
-
Operating Modes maps the right tool to the current job.
-
Mental Model defines the canonical semantics.
-
System Contracts defines cognition quality, hard boundaries, and trust propagation.