Commit 30cec6b
feat(ade): AIOS Dashboard & ADE Core Implementation (#51)
## Summary
Complete implementation of AIOS Dashboard and Autonomous Development Engine (ADE) Core.
### AIOS Dashboard
- Kanban board with drag & drop story management
- Agent monitor with real-time status
- Roadmap view with MoSCoW prioritization
- Terminal output viewer with ANSI colors
- GitHub integration panel
- Settings page with theme support
- Real-time CLI integration via SSE
### ADE Core
- Master Orchestrator for workflow control
- Gate Evaluator for quality gates
- Recovery Handler for error recovery
- Epic Executors (3-7)
- Build State Manager with checkpoints
- Autonomous Build Loop
### Workflow Intelligence
- Enhanced Confidence Scorer
- Suggestion Engine
- Wave Analyzer
- Pattern Learning System
### Infrastructure
- WorktreeManager for git worktree isolation
- Plan Tracker
- Stuck Detector
- Rollback Manager
### QA Evolution
- QA Loop Orchestrator (10-phase review)
- Session Persistence
- Abandoned Loop Detection
### Memory Layer
- Gotchas Memory
- Context Snapshot
- Pattern Capture
### Agent System
- 12 agents migrated to V3 format
- Auto-Claude feature absorption
## Stats
- 341 files changed
- +108,763 / -4,026 lines
- 3,063 tests passing
## Note
Merged with admin override due to coverage thresholds not met (expected with 108k+ new lines). Coverage improvement tracked in #52.
Co-Authored-By: Alan Nicolas <alan@alanicolas.com>
Co-Authored-By: Claude <noreply@anthropic.com>1 parent ce2e918 commit 30cec6b
333 files changed
Lines changed: 108562 additions & 1402 deletions
File tree
- .aios-core
- core
- execution
- ideation
- memory
- orchestration
- executors
- development
- agents
- checklists
- scripts/squad
- tasks
- workflows
- infrastructure
- schemas
- scripts
- tests
- product
- checklists
- templates
- schemas
- workflow-intelligence
- __tests__
- engine
- learning
- registry
- .aios
- cache
- dashboard
- .antigravity/rules/agents
- .claude/commands/AIOS/agents
- .cursor/rules/agents
- .trae/rules/agents
- .windsurf/rules/agents
- apps/dashboard
- docs
- public
- src
- app
- (dashboard)
- agents
- github
- kanban
- settings
- terminals
- api
- events
- github
- qa/metrics
- status
- stories
- [id]
- components
- agents
- context
- github
- insights
- kanban
- layout
- qa
- roadmap
- settings
- stories
- terminals
- terminal
- ui
- hooks
- lib
- stores
- types
- docs
- architecture
- es/guides
- examples/squads/squad-with-tools/tools
- framework
- guides
- pt/guides
- plan
- checkpoints
- scripts
- tests
- core
- ide-sync
- infrastructure
- integration
- llm-routing
- squad
- workflow-intelligence
- unit
- squad
- workflow-intelligence
- tools
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
0 commit comments