docs: handoff — rc.d / release gate audit findings #77

Closed
clawdie wants to merge 2 commits from docs/handoff-rc-d-release-gate-audit into main

2 commits

Author SHA1 Message Date
Sam & Claude
e4d392317d docs: handoff — rc.d / release gate audit findings (Sam & Hermes)
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
Cross-repo audit after colibri PR #75 and clawdie-iso PR #59. Four items:
1. CRITICAL: clippy broken on colibri main (serve() returns io::Result,
   4 test call sites don't handle it)
2. build.sh bare $(hostname) in rc.conf write
3. build.sh chmod 0755 too wide for colibri service dirs
4. Colibri staging script stale vs ISO repo version

Includes context on what was already fixed and what's not a bug.
2026-06-15 17:33:31 +02:00
Sam & Claude
3a530c0744 chore: cut proof-gate ceremony, keep the tests (Sam & Claude)
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled
Keep the actual tests; remove the meta-ceremony around them.

- Delete the `proof-gate-tracker` bin (tools/proof-gate-tracker.rs + its
  Cargo.toml [[bin]] entry): it was a status reporter that re-checked golden
  fixtures the real tests already cover — not a test itself.
- Delete tools/README.md (its only subject was the tracker + a duplicate handoff
  template; tools/ is now empty).
- AGENTS.md: drop the "Proof gate tracker" and "Platform matrix" bullets from
  the Multiagent Workflow ritual.

Kept: tests/platform-matrix.rs (a real `cargo test`, still runs under
`cargo test --workspace`), the external MCP smoke, and all unit/integration
tests. The anti-fixed-count guidance in AGENTS.md already stands.

Checks: cargo metadata OK; ./scripts/check-format.sh clean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-15 17:11:53 +02:00