Commit Graph

3 Commits

Author SHA1 Message Date
tony
fccedf229a Update documentation for website submodule integration
- Add website to project structure documentation
- Include website build commands in management reference
- Document new submodule in architecture overview
- Update .gitmodules with branch specification for better submodule management

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 14:02:12 +10:00
tony
4c2806d4ff Integrate CHORUS Services website as git submodule
INTEGRATION COMPLETE:
- Initialize git repository in website directory with all project files
- Add website as git submodule in modules/website/ following existing structure
- Update .gitmodules to include website submodule configuration
- Update build-and-push.sh to reference modules/website instead of website
- Fix website build configuration for Docker compatibility

SUBMODULE STRUCTURE:
modules/
├── bzzz/     # P2P Agent Coordination
├── slurp/    # Context Management (HCFS)
├── whoosh/   # Orchestration Platform
└── website/  # Marketing Website (NEW)

BUILD SYSTEM INTEGRATION:
- ./chorus.sh build works with submodule structure
- ./build-and-push.sh website builds from modules/website
- Docker stack deploy continues to work with existing configuration
- All existing CHORUS infrastructure maintains compatibility

🤖 Generated with Claude Code

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-02 14:00:28 +10:00
tony
4b0d1577c5 Add core modules as git submodules
- modules/bzzz: P2P agent coordination system (Go + libp2p)
- modules/slurp: Context management system (Python + FastAPI)
- modules/whoosh: Orchestration platform (Python + React)

Submodules enable unified CHORUS Services platform while maintaining
independent development of each component.
2025-08-01 09:13:16 +10:00