Releases: Fredmf/DART
Releases · Fredmf/DART
Release list
v0.0.4
Fixes
- Dashboard data display: Fixed
DART_DIRpath in embeddeddashboard.py— was resolving to.dart/.dart/instead of.dart/, causing the dashboard to show no data --continuecleanup: Now kills any leftover DARTDash processes before launching a fresh instance
v0.0.3
What's New
- Collapsible DAG panel — the dependency graph panel in DARTDash can now be toggled open/closed with a chevron, freeing up screen space for the Kanban board
- Dashboard path fix — corrected
DART_DIRresolution for standalone dashboard usage - Synced embedded DARTDash with latest upstream version
v0.0.2
What's New
- DARTDash Dashboard — Embedded into
dart-init.sh. Auto-launches on init. Zero dependencies (pure Python). --continuemode —bash dart-init.sh --continueresumes an existing project and launches the dashboard.--updatemode —bash dart-init.sh --updaterefreshes templates (roles, DART.md, dashboard) without touching your tickets, DAG, or reflections.- "Just work" routing — Say
Work.and DART auto-selects the next task (resumes in-progress > highest priority ready > DAG order). - Sub-agent delegation — The orchestrator now launches isolated sub-agents for specialist, evaluator, reflector, and scout roles. Each sub-agent sees only the ticket's inputs — true context isolation.
- Port conflict detection — Dashboard launch detects if the port is already in use and reuses the existing instance.
Install
curl -LO https://github.com/Fredmf/DART/releases/download/v0.0.2/dart-init.sh
bash dart-init.sh "My Project"