Context
This harness is headless / CLI-first: code-defined fan-out (feature-fanout.js), gate-as-code, adversarial multi-lens review, and autonomous operation (cron poll + scheduled wakeups). emdash (YC W26, Apache-2.0) covers the overlapping layer — "run N agents in worktrees + diff/review/merge UX" — with a polished desktop GUI, ~27 providers, SSH/SFTP remote, scheduled automations, and GitHub-check surfacing.
But emdash has no role-based orchestration, no local gate enforcement, no adversarial review, and no headless mode (providers live in a code registry; review is a human eyeballing a diff). So the two are complementary: emdash as a cockpit, this harness as the engine — not substitutes.
Suggestion
Spike whether emdash (or a similar GUI) can sit on top of the same worktrees as a visual front-end while this harness stays the autonomous engine. Document:
- the integration seam — both drive git worktrees, so coordinate to avoid branch/worktree clutter (pick one driver per session);
- what must exist for checks to show up in such a GUI (depends on the CI-workflow issue — server-side gates);
- what the harness keeps that the GUI can't replace: gates-as-code, defined roles, adversarial review, headless autonomy.
Outcome is a doc note / decision in docs/, not necessarily an integration.
Surfaced by a feature comparison with emdash while driving the template downstream (reDeploy).
Context
This harness is headless / CLI-first: code-defined fan-out (
feature-fanout.js), gate-as-code, adversarial multi-lens review, and autonomous operation (cron poll + scheduled wakeups). emdash (YC W26, Apache-2.0) covers the overlapping layer — "run N agents in worktrees + diff/review/merge UX" — with a polished desktop GUI, ~27 providers, SSH/SFTP remote, scheduled automations, and GitHub-check surfacing.But emdash has no role-based orchestration, no local gate enforcement, no adversarial review, and no headless mode (providers live in a code registry; review is a human eyeballing a diff). So the two are complementary: emdash as a cockpit, this harness as the engine — not substitutes.
Suggestion
Spike whether emdash (or a similar GUI) can sit on top of the same worktrees as a visual front-end while this harness stays the autonomous engine. Document:
Outcome is a doc note / decision in
docs/, not necessarily an integration.Surfaced by a feature comparison with emdash while driving the template downstream (reDeploy).