Loom

New Task

CLI Reference

The Loom CLI is the primary channel for local operators and automated shell-based agents to maintain the work ledger.

Core Command Set

create--title "..." --priority P1
Initialize a new task on the ledger.
getL-001
Fetch full JSON context for a task.
updateL-001 --status blocked
Patch status or add metadata.
search--query "memory"
Query tasks and lessons for reuse.
completeL-001 --summary "..."
Finalize task with a fix summary.

Quickstart

# Install dependencies
npm install
# Run commands via npm proxy
npm run cli -- create --title "..."

Operator Best Practices

  • Use --agent to explicitly assign tasks to assistants.
  • Run a search before creating tasks to link related work.
  • Use the complete command specifically to trigger Lesson generation prompts.