Add docs and project files - force for Culurien
This commit is contained in:
35
docs/2_ARCHITECTURE/server/Dynamic_Build.md
Normal file
35
docs/2_ARCHITECTURE/server/Dynamic_Build.md
Normal file
@@ -0,0 +1,35 @@
|
||||
# Dynamic Build System
|
||||
|
||||
**Status**: Architecture Defined - Implementation In Progress
|
||||
**Target**: Complete documentation for v0.2 release
|
||||
**Priority**: P4 (Documentation Debt)
|
||||
|
||||
## Current Implementation Status
|
||||
|
||||
🔄 **Partially Implemented**: Dynamic build system for agent binaries with Ed25519 signing integration
|
||||
|
||||
✅ **Working Features**:
|
||||
- Agent binary build process
|
||||
- Ed25519 signing infrastructure
|
||||
- Package metadata storage in database
|
||||
|
||||
⚠️ **Known Gap**: Build orchestrator not yet connected to signing workflow (see P0-004 in backlog)
|
||||
|
||||
## Detailed Documentation
|
||||
|
||||
**Will be completed for v0.2 release** - This architecture file will be expanded with:
|
||||
- Complete build workflow documentation
|
||||
- Signing process integration details
|
||||
- Package management system
|
||||
- Security and verification procedures
|
||||
|
||||
## Current Reference
|
||||
|
||||
For immediate needs, see:
|
||||
- `docs/4_LOG/_originals_archive/DYNAMIC_BUILD_PLAN.md` (original design)
|
||||
- `docs/4_LOG/_originals_archive/Dynamic_Build_System_Architecture.md` (architecture details)
|
||||
- `docs/3_BACKLOG/P0-004_Database-Constraint-Violation.md` (related critical bug)
|
||||
- Server build and signing code in codebase
|
||||
|
||||
**Last Updated**: 2025-11-12
|
||||
**Next Update**: v0.2 release
|
||||
33
docs/2_ARCHITECTURE/server/Scheduler.md
Normal file
33
docs/2_ARCHITECTURE/server/Scheduler.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# Server Scheduler Architecture
|
||||
|
||||
**Status**: Implemented - Documentation Deferred
|
||||
**Target**: Detailed documentation for v0.2 release
|
||||
**Priority**: P4 (Documentation Debt)
|
||||
|
||||
## Current Implementation Status
|
||||
|
||||
✅ **Implemented**: Priority-queue scheduler for managing agent tasks with backpressure detection
|
||||
|
||||
✅ **Working Features**:
|
||||
- Agent task scheduling and queuing
|
||||
- Priority-based task execution
|
||||
- Backpressure detection and management
|
||||
- Scalable architecture for 1000+ agents
|
||||
|
||||
## Detailed Documentation
|
||||
|
||||
**Will be completed for v0.2 release** - This architecture file will be expanded with:
|
||||
- Complete scheduler algorithm documentation
|
||||
- Priority queue implementation details
|
||||
- Backpressure management strategies
|
||||
- Performance and scalability analysis
|
||||
|
||||
## Current Reference
|
||||
|
||||
For immediate needs, see:
|
||||
- `docs/4_LOG/_originals_archive/SCHEDULER_ARCHITECTURE_1000_AGENTS.md` (original design)
|
||||
- `docs/4_LOG/_originals_archive/SCHEDULER_IMPLEMENTATION_COMPLETE.md` (implementation details)
|
||||
- Server scheduler code in codebase
|
||||
|
||||
**Last Updated**: 2025-11-12
|
||||
**Next Update**: v0.2 release
|
||||
Reference in New Issue
Block a user