From bc4d8ce398c2444c23bb229d55f86397d8c18e9f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 23 Jan 2026 01:29:14 +0000 Subject: [PATCH] docs: link Lobster and OpenProse --- docs/prose.md | 2 +- docs/tools/index.md | 2 +- docs/tools/lobster.md | 4 ++++ 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/prose.md b/docs/prose.md index 3fb0dc9db..68b1f3dc0 100644 --- a/docs/prose.md +++ b/docs/prose.md @@ -132,4 +132,4 @@ If your tool allowlist blocks these tools, OpenProse programs will fail. See [Sk Treat `.prose` files like code. Review before running. Use Clawdbot tool allowlists and approval gates to control side effects. -For deterministic, approval-gated workflows, compare with [Lobster](/tools/lobster). +For deterministic, approval-gated workflows, compare with [Lobster](/lobster). diff --git a/docs/tools/index.md b/docs/tools/index.md index 9731b4f7d..9d7e58734 100644 --- a/docs/tools/index.md +++ b/docs/tools/index.md @@ -155,7 +155,7 @@ tool usage guidance is injected into prompts. Some plugins ship their own skills alongside tools (for example, the voice-call plugin). Optional plugin tools: -- [Lobster](/tools/lobster): typed workflow runtime with resumable approvals (requires the Lobster CLI on the gateway host). +- [Lobster](/lobster): typed workflow runtime with resumable approvals (requires the Lobster CLI on the gateway host). ## Tool inventory diff --git a/docs/tools/lobster.md b/docs/tools/lobster.md index 0d17a3456..e20987b74 100644 --- a/docs/tools/lobster.md +++ b/docs/tools/lobster.md @@ -151,6 +151,10 @@ If `requiresApproval` is present, inspect the prompt and decide: - `approve: true` → resume and continue side effects - `approve: false` → cancel and finalize the workflow +## OpenProse + +OpenProse pairs well with Lobster: use `/prose` to orchestrate multi-agent prep, then run a Lobster pipeline for deterministic approvals. If a Prose program needs Lobster, allow the `lobster` tool for sub-agents via `tools.subagents.tools`. See [OpenProse](/prose). + ## Safety - **Local subprocess only** — no network calls from the plugin itself.