loom CLAUDE.md

loom CLAUDE.md is an instructions file for coding agents from cosmix/loom. It costs 1,250 tokens per session, scanned A, original, MIT.

A project instruction document for Claude Code, an AI coding assistant, describing how to understand, build, test, and navigate the Loom Rust project.

In plain words
What is it for?
Use it to guide work on Loom, including reading project knowledge, finding source files, and running the documented build and test commands.
Why use it?
It gives the coding assistant the project’s conventions and source layout, reducing wrong assumptions before it changes code.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/cosmix/loom/claude-md
Clone the repo
git clone --depth 1 https://github.com/cosmix/loom

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for loom CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/cosmix/loom/claude-md.svg)](https://agentmods.dev/instructions/cosmix/loom/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/cosmix/loom/claude-md"><img src="https://agentmods.dev/badge/instructions/cosmix/loom/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,250 This file is loaded in full into every session.
When invoked 1,250 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.01250 $0.01250
Opus 5 $0.00625 $0.00625
Sonnet 5 $0.00250 $0.00250
Haiku 4.5 $0.00125 $0.00125

Measured today against content hash 3cf7148c2752, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

loom CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured today.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

CLAUDE.md · 144 lines

How it starts

The opening of the file, as written. The whole thing — 144 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

⚠️ KNOWLEDGE-FIRST: Your Knowledge Brief already quotes what retrieval judged relevant. Pull more with loom knowledge context --query. Open a file under doc/loom/knowledge/ only when a pull comes back empty; then read the tier-1 summary for the area, and only the tier-2 topics you touch.

Project Overview

Loom is a self-propelling agent orchestration CLI written in Rust. It coordinates Claude Code sessions across git worktrees, enabling parallel task execution with automatic crash recovery and context handoffs.

This is an unreleased project under active development NO BACKWARDS COMPATIBILTY OR MIGRATION ROUTINES SHOULD BE ADDED AT THIS STAGE.

Build Commands

cd loom
cargo build                    # Development build
cargo build --release          # Release build
cargo test                     # Run all tests
cargo test stage_transitions   # Run single test file
cargo test --test e2e          # Run end-to-end tests
cargo clippy -- -D warnings    # Lint with warnings as errors
cargo fmt --check              # Check formatting

Tests use serial_test for isolation - many tests cannot run in parallel.

Architecture

Source Layout (loom/src/)

main.rs              CLI entry point (clap-based command definitions)
lib.rs               Module exports

commands/            Command implementations (init, run, status, stage, etc.)
daemon/              Unix socket server for IPC (protocol.rs, server.rs)
orchestrator/
  core/              Main orchestrator loop and state machine
  terminal/          Terminal window spawning abstraction
  monitor/           Session health monitoring and context tracking
  signals/           Signal generation for agent communication
  auto_merge.rs      Git merge automation
  retry.rs           Failure retry with backoff
models/
  stage/             Stage state machine (types.rs, transitions.rs)
  session/           Session lifecycle tracking
plan/
  parser.rs          Markdown plan document parser
  schema/            YAML metadata validation
  graph/             Execution DAG building
fs/                  File operations for the .loom/work/ state directory
git/                 Git operations (worktrees, branches, merges)
verify/              Acceptance criteria execution

Read the full file on GitHub · 144 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. today Changed · -3 lines · -73 tokens per session 3cf7148c2752
  2. 4d ago First seen · 147 lines · 1,323 tokens per session scan A 1a2984cd9070

Subscribe to this mod's changes

loom CLAUDE.md is an instructions file published in the GitHub repository cosmix/loom (54 stars, last pushed today), licensed MIT. It adds 1,250 tokens to every session, about $0.0063 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.