Skip to content

Releases: Fredmf/DART

v0.0.4

Choose a tag to compare

@Fredmf Fredmf released this 03 Apr 09:27

Fixes

  • Dashboard data display: Fixed DART_DIR path in embedded dashboard.py — was resolving to .dart/.dart/ instead of .dart/, causing the dashboard to show no data
  • --continue cleanup: Now kills any leftover DARTDash processes before launching a fresh instance

v0.0.3

Choose a tag to compare

@Fredmf Fredmf released this 03 Apr 09:09

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_DIR resolution for standalone dashboard usage
  • Synced embedded DARTDash with latest upstream version

v0.0.2

Choose a tag to compare

@Fredmf Fredmf released this 03 Apr 01:24

What's New

  • DARTDash Dashboard — Embedded into dart-init.sh. Auto-launches on init. Zero dependencies (pure Python).
  • --continue modebash dart-init.sh --continue resumes an existing project and launches the dashboard.
  • --update modebash dart-init.sh --update refreshes 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"

Full Changelog

v0.0.1...v0.0.2

0.0.1

Choose a tag to compare

@Fredmf Fredmf released this 02 Apr 23:36
a956ac3
project init