Skip to content

docs: audit and align documentation with current codebase#132

Merged
c-h- merged 2 commits intomainfrom
docs/audit-and-align
Mar 9, 2026
Merged

docs: audit and align documentation with current codebase#132
c-h- merged 2 commits intomainfrom
docs/audit-and-align

Conversation

@c-h-
Copy link
Copy Markdown
Collaborator

@c-h- c-h- commented Mar 9, 2026

Summary

  • README.md: Add missing launch options (--file, --max-file-size, --callback-session, --callback-agent, --worktree, --branch); fix hook timeout (60s → 300s); rewrite fuse section as generic (remove Kind-specific references per ADR-003); fix Prometheus metrics (fuses_fired_totalfuses_expired_total, remove kind_clusters_deleted_total); update project structure (remove merge.ts, add ACP adapter files); add Codex ACP / generic ACP / Pi Rust adapter sections; add webhook documentation; update architecture description for stateless daemon model
  • CHANGELOG.md: Add v1.6.0 entry (ACP adoption, webhooks, callback metadata, spawn ENOENT retry)
  • Decision 001: Update status Proposal → Implemented, mark matrix files as shipped, update adapter count
  • Decision 004: Update status Proposed → Accepted (Phases 1-3 in v1.4.0), label old architecture as "Previous", mark migration phases 1-3 complete

Test plan

  • npm run typecheck — zero errors
  • npm run lint — zero errors
  • npm run build — succeeds
  • npm test — 510 tests pass
  • Pre-push hooks pass (lint + typecheck + build + test)
  • Review that docs accurately reflect the codebase

🤖 Generated with Claude Code

Doink (OpenClaw) and others added 2 commits March 9, 2026 14:37
- README: add missing launch options (--file, --max-file-size,
  --callback-session, --callback-agent, --worktree, --branch),
  fix hook timeout (60s → 300s), rewrite fuse section as generic
  (remove Kind-specific references per ADR-003), fix Prometheus
  metrics (fuses_fired_total → fuses_expired_total, remove
  kind_clusters_deleted_total), update project structure (remove
  merge.ts, add ACP adapter files), add Codex ACP / generic ACP /
  Pi Rust adapter sections, add webhook documentation, update
  architecture description for stateless daemon model
- CHANGELOG: add v1.6.0 entry (ACP adoption, webhooks, callback
  metadata, spawn ENOENT retry)
- Decision 001: update status Proposal → Implemented, mark matrix
  files as shipped, update adapter count
- Decision 004: update status Proposed → Accepted (Phases 1-3
  implemented in v1.4.0), label old architecture as "Previous",
  mark migration phases 1-3 as complete

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…ment

- Fix CHANGELOG version dates to match actual git tags (v1.6.0=2026-03-06,
  v1.5.2=2026-03-02, v1.5.1=2026-02-27, v1.5.0=2026-02-25)
- Fix AGENTS.md hook env vars to use correct AGENTCTL_ prefix
- Add missing files to AGENTS.md project structure (supervisor, webhook,
  file-context, utils)
- Backfill CHANGELOG entries for v1.5.1, v1.5.2, v1.6.0
- Move post-v1.6.0 work into [Unreleased] section
- Update README: AgentAdapter interface, config file docs, directory
  structure, supervisor.pid, and release workflow description

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@c-h- c-h- merged commit da2838b into main Mar 9, 2026
1 check passed
c-h- pushed a commit that referenced this pull request Mar 10, 2026
Features:
- Phase 1 ACP adoption — Codex adapter via ACP transport (#127)
- Callback metadata + lifecycle webhooks (#123)
- ADR-001: adopt ACP as primary agent interface (#126)
- Stateless daemon core (#117)

Fixes:
- Eliminate pending- session IDs — resolve real ID at launch (#131)
- Webhook numeric exit_status + compatible HMAC headers (#128)
- Daemon env derivation at spawn time (#119)
- Binary resolve util update (#121)

Docs:
- Full documentation audit and alignment (#132)
c-h- added a commit that referenced this pull request Mar 10, 2026
Features:
- Phase 1 ACP adoption — Codex adapter via ACP transport (#127)
- Callback metadata + lifecycle webhooks (#123)
- ADR-001: adopt ACP as primary agent interface (#126)
- Stateless daemon core (#117)

Fixes:
- Eliminate pending- session IDs — resolve real ID at launch (#131)
- Webhook numeric exit_status + compatible HMAC headers (#128)
- Daemon env derivation at spawn time (#119)
- Binary resolve util update (#121)

Docs:
- Full documentation audit and alignment (#132)

Co-authored-by: Doink (OpenClaw) <charlie+doink@kindo.ai>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant