Skip to main content

loom claim

Claim a task with file declarations

Overview

Claim a task and optionally declare which files you intend to modify. File declarations enable multi-agent coordination by preventing conflicts when multiple agents work on the same codebase.

Usage

loom claim [args]

Arguments

ArgumentRequiredDescription
<issue-id>YesThe issue identifier to claim
[files...]NoFiles to lock for coordination

Examples

# Claim a task
loom claim issue-42

# Claim with file declarations
loom claim issue-42 src/auth.go src/auth_test.go

See Also