Files
Bo af1e530159 Adopt CDLC contracts and reconcile BD tooling (#1108)
AgentOps now describes the selected Context Delivery Lifecycle alongside
standalone RPI: external reviewed memory, native work and runtime
ownership, independent validation, and explicit limits on what the
pilots proved. The active ADRs name which historical prescriptions are
superseded and which invariants remain.

This integrates the BD foundation, including doctor diagnostics that
distinguish BD from BR and protection against private tracker data
entering outgoing Git history. It also fixes skills audit resolution of
explicit relative reference paths. Source-owned projections were
regenerated, and the landed stopping behavior is preserved.

Validation: Go build/vet/test and race/shuffle, 1,325 Bats cases, the
local aggregate, and full AO gates. The gate registry reports 71 passes
and one nonblocking preamble-adoption failure on the existing report
script; that advisory remains disclosed. Historical probe receipts whose
source hashes changed remain historical evidence.

This is foundation adoption. It does not claim that the later memory,
goal, background, privacy-release, or benefit-measurement work is
implemented.

Independent Astra and Fable judgments both PASS over the exact
integrated content. Earlier negative results and their factual
resolution remain preserved in private work evidence.
2026-09-07 19:07:21 -04:00

1.4 KiB

CLI subtree — operator pointer

This file is not the issue-tracker or workflow source of truth. Read the repo root contracts first:

Issue tracker (BD)

Use the latest stable bd, the same native repository tracker used from the repo root. The root .beads/redirect resolves its private BD/Dolt store from this subtree too. Check the resolved identity before work:

bd context --json
bd ready --json
bd show <id> --json
bd update <id> --claim
bd close <id> --reason "Acceptance and validation evidence"

br is a separate implementation and is not used for this repository. Never substitute it, run the removed ao beads dir, or initialize an empty store to bypass missing routing. Preserve _beads and the pre-migration .beads estate as history. Git and Dolt synchronization follow the configured native store's policy; do not infer a remote or push private data from these examples.

BV may rank a fresh explicit BD export. Recheck selected IDs in live BD; a viewer recommendation cannot authorize a claim, parallel write or closure.

CLI development

cd cli && make build   # Build ao binary
cd cli && make test    # Run tests
cd cli && make lint    # Run linter