nymrel_swarm_claim
Claims directory locks for exclusive write access, coordinates agent leases with fencing tokens, and manages two-seat mission state.
Instructions
Claims directory locks, coordinates distributed agent leases with fencing tokens, and manages two-seat Command Studio mission state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | No | Two-seat command studio role | mission_owner |
| action | No | Lease management action | claim |
| agentId | Yes | Unique agent identifier making the claim (e.g. "codex-cli", "claude-code", "cursor") | |
| repoPath | Yes | Absolute or relative repository path to claim exclusive write access on | |
| missionId | No | Optional mission tracking ID | |
| ttlSeconds | No | Lease duration in seconds before expiration (default 300) |