Dustin Byrne
040409041a
feat: cross-model review via review_step tool
...
- reviewer.ts: spawns separate pi agent with read-only tools
and reviewer system prompt (taskplane's review format/verdicts)
- Executor registers review_step as a custom tool on the worker session
- Worker calls review_step(step, type, step_name) at step boundaries
based on review level (0=none, 1=plan, 2=plan+code, 3=full)
- Reviewer returns APPROVE/REVISE/RETHINK with structured feedback
- REVISE feedback returned inline to worker for immediate action
- Review calls logged to task via hai task log
2026-03-25 20:22:20 -04:00
Dustin Byrne
66a62b9bcb
refactor: drop discover command, agents create new tasks instead
2026-03-25 20:17:38 -04:00
Dustin Byrne
8a2a5ac14b
feat: taskplane-style specs + CLI step tracking
...
- Triage agent generates full PROMPT.md (mission, steps, file scope,
review level, docs requirements, commit conventions, guardrails)
- Executor agent reports progress via hai task CLI
- hai task update <id> <step> <status> — step lifecycle
- hai task log <id> <message> — execution log
- hai task discover <id> <what> <disp> — record discoveries
- hai task show <id> — display steps, progress, discoveries, log
- Steps auto-parsed from PROMPT.md headings into task.json
- Task types extended with steps, reviews, discoveries, log
2026-03-25 20:14:04 -04:00
Dustin Byrne
158c0ceb59
feat(HAI-003): clear task status in completeTask before moving to done
2026-03-25 20:01:16 -04:00
Dustin Byrne
ada968512e
feat(HAI-002): set status at engine processor lifecycle points
2026-03-25 19:24:11 -04:00
Dustin Byrne
f57b87f7d3
feat(HAI-001): handle optional title in engine components
2026-03-25 19:15:35 -04:00
Dustin Byrne
98ddf0f3d3
fix: remove dead setStatus calls from engine
2026-03-25 19:02:24 -04:00
Dustin Byrne
d2056f620a
feat(HAI-001): wire status updates in executor
2026-03-25 18:51:38 -04:00
Dustin Byrne
ea148e983b
feat(HAI-001): wire status updates in scheduler (blocked/queued)
2026-03-25 18:51:27 -04:00
Dustin Byrne
cbb411cba3
feat(HAI-001): wire status updates in triage processor
2026-03-25 18:51:09 -04:00
Dustin Byrne
834a9f840b
fix: MERGE_HEAD detection in AI merger
2026-03-25 18:44:49 -04:00
Dustin Byrne
16e9043aee
feat: AI-powered merge via pi agent
2026-03-25 18:43:49 -04:00
Dustin Byrne
961203692d
feat: hai board — core, dashboard, cli, engine
2026-03-25 18:32:10 -04:00