Skip to content

Docs: restructure Readme with centralized index + v0.4.0 upcoming features & implementation patterns#70

Merged
nwiizo merged 3 commits into
nwiizo:masterfrom
gudzenkov:chore/doc-pages-restructure
Feb 3, 2026
Merged

Docs: restructure Readme with centralized index + v0.4.0 upcoming features & implementation patterns#70
nwiizo merged 3 commits into
nwiizo:masterfrom
gudzenkov:chore/doc-pages-restructure

Conversation

@gudzenkov

Copy link
Copy Markdown
Contributor

Summary

Restructures documentation with clean separation between current v0.3.8 features and upcoming v0.4.0 implementation patterns.

Changes

1. Centralized Documentation Index (76% README reduction)

  • Slim README from 1079 → 253 lines with links to detailed docs
  • Created dedicated topic-specific guides:
    • docs/COMMANDS.md - Complete CLI reference
    • docs/CONFIGURATION.md - All configuration options
    • docs/TROUBLESHOOTING.md - Common issues guide
    • STANDALONE_DEPLOYMENT.md - Offline/simulation guide
  • Added LICENSE (MIT) and CODE_OF_CONDUCT.md
  • README now serves as navigation hub to detailed documentation

2. v0.4.0 Implementation Patterns Documentation

  • NEW: docs/UPCOMING_FEATURES.md (616 lines)
    • Documents 6 major patterns already in codebase but not integrated:
      1. Hook System Integration (src/hooks/)
      2. Verification Agent (src/orchestrator/verification.rs)
      3. DynamicSpawner (src/subagent/spawner.rs)
      4. Parallel Execution (src/subagent/parallel_executor.rs)
      5. ai-session integration (MessageBus, compression, persistence)
      6. Inter-Process Communication & Daemon Mode
    • Includes code examples, file locations, integration TODOs
    • Based on docs/ARCHITECTURE.md and gap analysis

3. Three-Tier Documentation Structure

  • CLAUDE.md: Current v0.3.8 development guide (what works now)
  • docs/UPCOMING_FEATURES.md: v0.4.0 implementation patterns (code exists, not integrated)
  • README.md: High-level overview with navigation to detailed docs

Based On

  • docs/ARCHITECTURE.md (documents all v0.4.0 features)
  • docs/analysis/00-capability-gap-analysis.md
  • docs/analysis/01-multi-agent-architecture-comparison.md

- Slim README from 1079 to 253 lines (~76% reduction)
- Add documentation hub table linking to all docs
- Create docs/COMMANDS.md - complete CLI reference
- Create docs/CONFIGURATION.md - config options reference
- Create docs/TROUBLESHOOTING.md - common issues guide
- Create STANDALONE_DEPLOYMENT.md - offline/simulation guide
- Create LICENSE (MIT) and CODE_OF_CONDUCT.md
- Update GETTING_STARTED.md with enhanced TUI section
- Remove broken links (quickstart.md, RESOURCE_MONITORING.md)
- Update CLAUDE.md imports and file structure

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@gudzenkov gudzenkov force-pushed the chore/doc-pages-restructure branch from 20928ca to 1a7ea79 Compare February 2, 2026 19:34
gudzenkov and others added 2 commits February 2, 2026 21:29
Create three-document architecture for clean separation:

1. CLAUDE.md - Current v0.3.8 development guide
   - Added pointer to UPCOMING_FEATURES.md
   - Keeps implementation status table
   - Focuses on working features

2. docs/UPCOMING_FEATURES.md - NEW v0.4.0 patterns guide
   - Documents 6 major implementation patterns:
     * Hook System Integration (code exists, not integrated)
     * Verification Agent Pattern (code exists, not integrated)
     * DynamicSpawner (code exists, not integrated)
     * Parallel Execution (code exists, not integrated)
     * ai-session integration (documented, not implemented)
     * IPC & Daemon Mode (documented, not functional)
   - Includes code examples, file locations, integration TODOs
   - Based on docs/ARCHITECTURE.md and gap analysis

3. README.md - Public overview
   - Added 'In Development (v0.4.0)' section
   - Links to UPCOMING_FEATURES.md for details
   - Lists 6 major features with status markers

Benefits:
- Claude knows what's working (CLAUDE.md) vs upcoming (UPCOMING_FEATURES.md)
- No confusion about feature status
- Implementation patterns preserved from removed v0.4.0 docs
- v0.5.0 candidates identified (multi-provider ACP only)

All v0.4.0 features are gap fixes from docs/analysis/, not new capabilities.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Mark ACP module as stub implementation and document actual execution model:

- README.md: Update implementation status to show AI execution is simulated
- README.md: Change multi-provider integration from "Working" to "Planned"
- README.md: Update architecture diagram to reflect simulated execution
- docs/CLAUDE_ACP.md: Add warning banner showing stub status
- docs/UPCOMING_FEATURES.md: Add Section 5 (Provider Integration gaps)
- docs/UPCOMING_FEATURES.md: Add Section 6 (ACP Integration stub details)

Users can now understand that ccswarm v0.3.8 uses keyword-based
simulated responses and that the provider system exists but is not
integrated with the orchestrator.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
@gudzenkov gudzenkov force-pushed the chore/doc-pages-restructure branch from 1a7ea79 to f44052c Compare February 2, 2026 21:04
@nwiizo nwiizo merged commit 8432882 into nwiizo:master Feb 3, 2026
1 check failed
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.

2 participants