Skip to content

v0.1.53 — Human Task Inbox (CLI)

Choose a tag to compare

@lodar lodar released this 06 Jun 05:48
· 86 commits to main since this release

DIVE-103: Human Task Inbox CLI data layer.

  • 5dive task need <id> --type=decision|secret|approval|manual --ask="..." [--options=A|B] — park a task on a human gate.
  • 5dive task inbox [--json] — list only tasks waiting on a human.
  • 5dive task answer <id> --value="..." — record the answer, recompute status, ping the owning agent to resume.

5 additive columns (downgrade-safe migration). Secrets are never stored in the shared db and never embedded in the resume ping. Inbox decoupled from task-block status. Gated via independent ship-gate review.