Commit Graph

9 Commits

Author SHA1 Message Date
anthonyrawlins
ae021b47b9 feat: wire context store scaffolding and dht test skeleton 2025-09-28 14:21:38 +10:00
anthonyrawlins
d074520c30 fix: convert access level to string via helper 2025-09-28 14:10:06 +10:00
anthonyrawlins
2207d31f76 feat: bootstrap temporal graph via dht-backed init 2025-09-28 13:52:53 +10:00
anthonyrawlins
b0b1265c08 chore: hook temporal persistence to dht 2025-09-28 13:45:43 +10:00
anthonyrawlins
2ff408729c Fix temporal persistence wiring and restore slurp_full suite 2025-09-28 11:39:03 +10:00
anthonyrawlins
4a77862289 chore: align slurp config and scaffolding 2025-09-27 21:03:12 +10:00
anthonyrawlins
acc4361463 Disambiguate backup status constants for SLURP storage 2025-09-27 15:47:18 +10:00
anthonyrawlins
9bdcbe0447 Integrate BACKBEAT SDK and resolve KACHING license validation
Major integrations and fixes:
- Added BACKBEAT SDK integration for P2P operation timing
- Implemented beat-aware status tracking for distributed operations
- Added Docker secrets support for secure license management
- Resolved KACHING license validation via HTTPS/TLS
- Updated docker-compose configuration for clean stack deployment
- Disabled rollback policies to prevent deployment failures
- Added license credential storage (CHORUS-DEV-MULTI-001)

Technical improvements:
- BACKBEAT P2P operation tracking with phase management
- Enhanced configuration system with file-based secrets
- Improved error handling for license validation
- Clean separation of KACHING and CHORUS deployment stacks

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-06 07:56:26 +10:00
anthonyrawlins
543ab216f9 Complete BZZZ functionality port to CHORUS
🎭 CHORUS now contains full BZZZ functionality adapted for containers

Core systems ported:
- P2P networking (libp2p with DHT and PubSub)
- Task coordination (COOEE protocol)
- HMMM collaborative reasoning
- SHHH encryption and security
- SLURP admin election system
- UCXL content addressing
- UCXI server integration
- Hypercore logging system
- Health monitoring and graceful shutdown
- License validation with KACHING

Container adaptations:
- Environment variable configuration (no YAML files)
- Container-optimized logging to stdout/stderr
- Auto-generated agent IDs for container deployments
- Docker-first architecture

All proven BZZZ P2P protocols, AI integration, and collaboration
features are now available in containerized form.

Next: Build and test container deployment.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-09-02 20:02:37 +10:00