feat: v2.6.11 — coordinator event log + UDS_INBOX + repo cleanup #10
Closed
James-FE wants to merge 3 commits into
Closed
feat: v2.6.11 — coordinator event log + UDS_INBOX + repo cleanup #10James-FE wants to merge 3 commits into
James-FE wants to merge 3 commits into
Conversation
This merge brings 17 commits from feat/markdown-agent-format into main. Coordinator Event Sourcing (compaction-resistant team context): - TeamEventStore interface: append / read / clear, 6 event types (session_started, worker_spawned, worker_result, synthesis, decision, checkpoint) - Fold-based TeamProjection with checkpoint snapshot restore - LocalFileEventStore (JSONL) + RemoteEventStore (HTTP client via Bun.fetch) - eventHttpServer: Bun.serve on port 9742, zero external dependencies - Lifecycle: write checkpoint after compaction → clear(before), session end → clear() - 5 unit tests + 1 integration + 1 smoke + E2E cross-machine UDS_INBOX & Pipe IPC: - Cherry-pick LAN_PIPES pipe infrastructure from CCB upstream - pipeBootstrap.ts (255 lines) with tests - Wire UDS_INBOX pipe hooks into REPL and resume flow Code Quality: - Fix 3 skipped tests → all pass (compound command x2, CtxInspectTool stub→real) - Pre-commit guardrail: mechanically block CI/CD workflow file deletion - Align MessageType naming with upstream Anthropic convention - Fix context collapse runtime state wiring Repo Cleanup: - Delete: README_EN.md, YYMa zero-byte accidental file, stale .hermes/plans/ - Rename all-caps: DEV-LOG.md → dev-log.md, V6.md → docs/architecture/v6-architecture-plan.md - Archive: RELEASE.md → docs/releases/v1.0.0-release-notes.md - Bilingual README with EN/ZH language toggle badges Metrics: Tests: 3968 pass · 0 fail · 0 skip Build: stable (splitting: true) tsc: 0 errors CodeQL: 0 open · 47 risk-accepted (documented) Closes #9
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
coordinator event log + UDS_INBOX + repo cleanup]