Fix hardcoded paths after workspace restructure
Update all hardcoded paths from ~/AI/projects/* to ~/chorus/project-queues/active/* and ~/AI/secrets/* to ~/chorus/business/secrets/* after workspace reorganization. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Bzzz + Antennae Development Task Backlog
|
||||
# Bzzz + HMMM Development Task Backlog
|
||||
|
||||
Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready for distribution to the Hive cluster:
|
||||
|
||||
@@ -13,9 +13,9 @@ Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready f
|
||||
- Use go-libp2p library for mesh networking
|
||||
- Implement mDNS peer discovery for local network (192.168.1.0/24)
|
||||
- Create secure encrypted P2P connections with peer identity
|
||||
- Design pub/sub topics for both task coordination (Bzzz) and meta-discussion (Antennae)
|
||||
- Design pub/sub topics for both task coordination (Bzzz) and meta-discussion (HMMM)
|
||||
- Prepare for Docker + host networking deployment
|
||||
- Create modular Go code structure in `/home/tony/AI/projects/Bzzz/`
|
||||
- Create modular Go code structure in `/home/tony/chorus/project-queues/active/BZZZ/`
|
||||
|
||||
**Deliverables**:
|
||||
- `main.go` - Entry point and peer initialization
|
||||
@@ -35,7 +35,7 @@ Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready f
|
||||
- Design append-only log streams using Hypercore Protocol
|
||||
- Implement public key broadcasting for log identity
|
||||
- Create log replication capabilities between peers
|
||||
- Store both execution logs (Bzzz) and discussion transcripts (Antennae)
|
||||
- Store both execution logs (Bzzz) and discussion transcripts (HMMM)
|
||||
- Ensure tamper-proof audit trails for debugging
|
||||
- Integrate with P2P capability detection module
|
||||
|
||||
@@ -72,7 +72,7 @@ Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready f
|
||||
**Assigned to**: IRONWOOD (Reasoning Analysis)
|
||||
**Priority**: 3 (Medium)
|
||||
**Dependencies**: Task 1, Task 2
|
||||
**Objective**: Implement Antennae meta-discussion layer for collaborative reasoning
|
||||
**Objective**: Implement HMMM meta-discussion layer for collaborative reasoning
|
||||
|
||||
**Requirements**:
|
||||
- Create structured messaging for agent collaboration
|
||||
@@ -85,7 +85,7 @@ Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready f
|
||||
**Assigned to**: WALNUT (Advanced Coding)
|
||||
**Priority**: 2 (Normal)
|
||||
**Dependencies**: All previous tasks
|
||||
**Objective**: Integrate all components and create working Bzzz+Antennae system
|
||||
**Objective**: Integrate all components and create working Bzzz+HMMM system
|
||||
|
||||
**Requirements**:
|
||||
- Combine P2P networking, logging, and GitHub integration
|
||||
@@ -109,4 +109,4 @@ Based on the UNIFIED_DEVELOPMENT_PLAN.md, here are the development tasks ready f
|
||||
1. Fix task creation API endpoint issues
|
||||
2. Submit tasks to respective agents based on specializations
|
||||
3. Monitor execution and coordinate between agents
|
||||
4. Test the collaborative reasoning (Antennae) layer once P2P foundation is complete
|
||||
4. Test the collaborative reasoning (HMMM) layer once P2P foundation is complete
|
||||
Reference in New Issue
Block a user