Skip to content

Mandeck 0.1.3

Choose a tag to compare

@sonpiaz sonpiaz released this 01 Sep 17:37

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-review events for bots.
  • Job lifecycle — every spawn returns a job; done/failed come only from explicit signals (never inferred from silence); mandeck job spawn|send|wait|report|done|fail for orchestrators.
  • Safe spawncwd required, 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