Skip to main content
← Back to list
01Issue
FeatureShippedSwamp CLI
Assigneesstack72

Relationships

#1152 Docs: add workflow blocking semantics and lock concurrency to manual

Opened by stack72 · 7/14/2026· Shipped 7/15/2026

The user-facing manual is missing two key behavioral details that agents and users need:

  1. Workflow run blocking semantics: swamp workflow run blocks until the run completes, suspends, fails, or is cancelled. There is no async/detached mode. This is not stated in the workflows reference or any how-to guide.

  2. Model method lock/concurrency semantics: Concurrent model method runs on the same instance serialize via a per-instance file lock (~30s TTL, heartbeat, stale-by-PID detection). Different instances run in parallel. Breakglass commands exist (swamp datastore lock status/release). This is documented in design/datastores.md but not in the manual.

Both are now documented in the swamp skill reference docs. See swamp-club#1097.


Automoved by swampadmin from https://github.com/swamp-club/swamp/issues/1853

02Bog Flow
OPENTRIAGEDIN PROGRESSSHIPPED+ 1 MOREASSIGNED+ 2 MOREREVIEW+ 4 MOREPR_MERGED+ 1 MORENOTIFICATION_SKIPPED

Shipped

7/15/2026, 1:06:03 AM

Click a lifecycle step above to view its details.

03Sludge Pulse
stack72 assigned stack727/15/2026, 12:26:48 AM

Sign in to post a ripple.