Mandeck 0.1.3
The deck opens to agents.
- Self-documenting deck — the API serves its own reference and clients:
GET /agents.md,GET /cli/mandeck,GET /cli/mandeck-mcp.mjs(zero-dep stdio MCP server, 20 tools). Discovery chain: health → docs → everything. - Follow-up contracts — a spawn that hands over a task must be checked; unchecked work is reminded into the spawner's own terminal, then escalated to your attention bell.
needs-reviewevents for bots. - Job lifecycle — every spawn returns a job;
done/failedcome only from explicit signals (never inferred from silence);mandeck job spawn|send|wait|report|done|failfor orchestrators. - Safe spawn —
cwdrequired, 409 (with the existing session) on duplicate agent+cwd unless forced. - Reactive permission grant — a blocked screen capture in a pane opens the drag-and-drop grant flow instead of stranding you at the OS dialog.
- Every API-spawned pane exports
MANDECK_PANE/MANDECK_JOB.
Docs: https://mandeck.dev/agents · Changelog: https://mandeck.dev/changelog