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
Owner

Cross-repo audit after colibri PR #75 and clawdie-iso PR #59. Four pickable work items for any agent:

  1. CRITICAL — clippy broken on colibri main (socket::serve returns io::Result, 4 test call sites in live_socket_check.rs 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

Also documents what was already fixed (PR #75) and what's intentionally not a bug.

Attribution: Sam & Hermes

Cross-repo audit after colibri PR #75 and clawdie-iso PR #59. Four pickable work items for any agent: 1. **CRITICAL** — clippy broken on colibri main (socket::serve returns io::Result, 4 test call sites in live_socket_check.rs 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 Also documents what was already fixed (PR #75) and what's intentionally not a bug. **Attribution:** Sam & Hermes
clawdie added 2 commits 2026-06-15 17:33:54 +02:00
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
3a530c0744
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>
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
e4d392317d
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.
Author
Owner

Closing as superseded. The ceremony cut (delete proof-gate-tracker + tools/README.md + Cargo.toml bin + AGENTS.md bullets) landed via #76, and the CRITICAL clippy break (serve() Result unhandled in live_socket_check.rs) was fixed directly in #78 rather than deferred. The audit was valuable — it caught a real main-breaker. Remaining items #2–4 are minor clawdie-iso polish (bare $(hostname) in rc.conf write, chmod 0755 vs 0750 on colibri dirs, staging-script drift) and will be folded into the clawdie-iso run-up to the 0.10.0 build.

Closing as superseded. The ceremony cut (delete proof-gate-tracker + tools/README.md + Cargo.toml bin + AGENTS.md bullets) landed via #76, and the CRITICAL clippy break (serve() Result unhandled in live_socket_check.rs) was fixed directly in #78 rather than deferred. The audit was valuable — it caught a real main-breaker. Remaining items #2–4 are minor clawdie-iso polish (bare $(hostname) in rc.conf write, chmod 0755 vs 0750 on colibri dirs, staging-script drift) and will be folded into the clawdie-iso run-up to the 0.10.0 build.
clawdie closed this pull request 2026-06-15 17:57:33 +02:00
Some checks failed
CI / rust (pull_request) Has been cancelled
CI / markdown (pull_request) Has been cancelled

Pull request closed

Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/colibri#77
No description provided.