Skip to main content
The qxctl knowledge reconcile ... grammar drives worktree reconciliation through one exact bound Knowledge Session Coordinator. Every mutation is stable-identifier tracked and compare-and-swap against the exact current journal digest.

Commands

Reconcile grammar
  • compatibility: verify that qxctl, the coordinator, and the bound engines agree on protocol version and scope.
  • begin: open a new reconciliation context with a stable operation identifier.
  • status: inspect the current journal without mutation.
  • checkpoint: durably advance the journal with compare-and-swap.
  • close: finalize the reconciliation context.
  • recover --discover: discovery recovery when ordinary status cannot validate local state.

Recovery rules

Two-slot recovery is evidence-based forward repair. It is never permission to discard an incompatible journal or an unknown critical extension. If recovery fails, escalate rather than force.
Use discovery recovery only when ordinary status cannot validate local state. Preserve blockers; replan only after verified evidence changes.

Session coordinator

The engine that owns reconciliation journals.

qxctl session

Authenticated sessions that pair with reconciliation contexts.

qxctl engines

Manage the bindings the coordinator consumes.
Last modified on September 24, 2026