From adb252f97ab6aeec1e70b129de65517d040490f5 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Sun, 25 Jan 2026 13:31:28 +0100 Subject: [PATCH] feat: add multi-agent orchestration systems documentation (v3.12.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Gas Town (Steve Yegge): Multi-agent workspace manager - multiclaude (dlorenc): Self-hosted agent spawner (383 stars) - agent-chat (Justin Abrahms): Real-time monitoring UI (v0.2.0) Added comprehensive documentation in guide/ai-ecosystem.md:808: - Overview table comparing 3 orchestration systems - Detailed descriptions with key points and use cases - Security & cost warnings (experimental status, cost explosion) - Integration patterns for native Claude Code workflows - Decision matrix: when to use orchestrators vs single sessions Machine-readable enhancements: - reference.yaml: external_orchestrators section with structured data - Programmatic access to repos, authors, status, guide sections Cross-references: - guide/observability.md:117: Multi-agent monitoring comparison - Architecture pattern: hooks + SQLite + SSE for custom dashboards Version bump: 3.11.7 → 3.12.0 (minor release) Co-Authored-By: Claude --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51b196e..afc32c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,28 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added +## [3.12.0] - 2026-01-25 + +### Added + +- **External orchestration systems documentation** (`guide/ai-ecosystem.md:808`) + - Gas Town (Steve Yegge): Multi-agent workspace manager using Claude Code instances + - multiclaude (dlorenc): Self-hosted multi-agent Claude Code spawner (383 stars, active development) + - agent-chat (Justin Abrahms): Real-time monitoring UI for orchestrator communications (v0.2.0) + - Architecture patterns for transposing monitoring to native Claude Code workflows + - Security and cost warnings for experimental orchestration systems + - Decision matrix: when to use orchestrators vs single Claude Code sessions +- **machine-readable/reference.yaml**: Added `external_orchestrators` section with structured data + - Programmatic access to Gas Town, multiclaude, agent-chat metadata + - Links to guide sections, GitHub repos, author attribution +- **guide/observability.md:117**: Cross-reference to multi-agent orchestration monitoring + - Architecture pattern for custom implementations (hooks + SQLite + SSE) + - Comparison table: external orchestrator monitoring vs native Claude Code monitoring + +## [3.11.7] - 2026-01-25 + +### Added + - **Vibe Coding: Context Overload Anti-Pattern** (`guide/ultimate-guide.md:8746`) - New subsection in §9.8 Vibe Coding documenting the "context overload" anti-pattern - Identifies symptoms: big-bang context dumps, 5K+ line prompts, performance degradation