Skip to content

Evaluate an optional visual cockpit (e.g. emdash) as a front-end over the headless pipeline #10

Description

@robercano

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestmodule:docsUser-facing docsquestionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions