- Source Notes
- Agent Note Review Loop
- Bundle Verify Extract Workflow Contract
- Choose Your Operating Mode
- CLI Command Lifecycle
- CX Obsidian Is a Human Lens
- Developer Command Workflow
- Friday Night Monday Morning Provenance
- Friday To Monday Workflow Contract
- GitHub Actions Triggers
- MCP Note Review Workflow
- MCP Read Path Contract
- MCP Vitest UI Cockpit
- MCP Vitest UI Troubleshooting
- Operational Bifurcation
- Safe Note Mutation Workflow
- Safe Note Mutation Workflow Contract
- Two-Phase Release Protocol
- Workflow Contracts
This page is generated from the repository notes graph. Edit the source notes instead of this generated block.
Source Notes
Agent Note Review Loop
-
Note ID:
20260419164500 -
Source:
notes/Agent Note Review Loop.md
Agent-driven note mutation is a full review loop, not a single write operation: inspect through MCP first, enable mutation intentionally, write durable notes, then run cx notes check and graph review before trusting the updated cognition…
Bundle Verify Extract Workflow Contract
-
Note ID:
20260420124300 -
Source:
notes/Bundle Verify Extract Workflow Contract.md
The bundle to verify to extract path is a contract, not just a convenient command sequence.
Choose Your Operating Mode
-
Note ID:
20260419104000 -
Source:
notes/Choose Your Operating Mode.md
cx needs a single front-door explanation that tells operators which surface to use before they learn the deeper internals.
CLI Command Lifecycle
-
Note ID:
20260415163000 -
Source:
notes/CLI Command Lifecycle.md
The CLI command lifecycle in cx is built on yargs and a centralized command dispatch model.
CX Obsidian Is a Human Lens
-
Note ID:
20260425130900 -
Source:
notes/CX Obsidian Is a Human Lens.md
Obsidian is a human navigation lens for the note graph, not the authority for repository semantics.
Developer Command Workflow
-
Note ID:
20260417105501 -
Source:
notes/Developer Command Workflow.md
make test is the fast local feedback loop, make verify is the normal pre-merge gate, and make release VERSION=vX.Y.Z is the repository-local two-phase release wizard. Keeping those roles separate keeps the common command quick while maki…
Friday Night Monday Morning Provenance
-
Note ID:
20260419111000 -
Source:
notes/Friday Night Monday Morning Provenance.md
Provenance becomes convincing when shown across time instead of as a static label.
Friday To Monday Workflow Contract
-
Note ID:
20260420124200 -
Source:
notes/Friday To Monday Workflow Contract.md
The Friday-to-Monday path is a workflow contract for turning live investigation into a trusted handoff.
GitHub Actions Triggers
-
Note ID:
20260417112000 -
Source:
notes/GitHub Actions Triggers.md
The CI workflow runs on every branch push and on pull requests, but not on v* tag pushes. Tag finalization belongs to the release workflow instead of the main CI pipeline. Pages publishes the unified /schemas/ and /coverage/ site from su…
MCP Note Review Workflow
-
Note ID:
20260415153000 -
Source:
notes/MCP Note Review Workflow.md
When reviewing repository notes, use manifest-first selection and live MCP note tools instead of opening every Markdown file.
MCP Read Path Contract
-
Note ID:
20260420124400 -
Source:
notes/MCP Read Path Contract.md
The MCP read path must remain available as the primary live exploration workflow.
MCP Vitest UI Cockpit
-
Note ID:
20260419162000 -
Source:
notes/MCP Vitest UI Cockpit.md
The MCP test and debug cockpit is a dedicated Vitest UI entrypoint for the MCP-heavy suite, not a generic replacement for the Bun lanes. It exists so operators can rerun MCP failures interactively, inspect coverage inside the UI, and tra…
MCP Vitest UI Troubleshooting
-
Note ID:
20260419171500 -
Source:
notes/MCP Vitest UI Troubleshooting.md
The MCP Vitest UI troubleshooting flow is intentionally small: use the broad MCP cockpit when you need coverage and import visibility across the MCP boundary, and switch to the adversarial cockpit when the failure is explicitly about sta…
Operational Bifurcation
-
Note ID:
20260415171000 -
Source:
notes/Operational Bifurcation.md
cx uses a unified deterministic identity model but bifurcates operation into two distinct paths: Track B generates hypotheses against live state, while Track A generates proof that can survive review, CI, and handoff.
Safe Note Mutation Workflow
-
Note ID:
20260419112000 -
Source:
notes/Safe Note Mutation Workflow.md
Safe note mutation is a two-part workflow: explicit authority first, graph review second.
Safe Note Mutation Workflow Contract
-
Note ID:
20260420124500 -
Source:
notes/Safe Note Mutation Workflow Contract.md
Safe note mutation is a contract because cognition changes must stay reviewable and bounded.
Two-Phase Release Protocol
-
Note ID:
20260419194000 -
Source:
notes/Two-Phase Release Protocol.md
cx-cli release management should separate preparation from publication. develop prepares the versioned candidate and absorbs release-fix commits until the full CI and release-assurance surface is green. The release tag then finalizes tha…