Clew AGENTS.md

Project instructions for coding agents working on Clew, including its development process, design principles, code organization, and task-tracking commands. Clew uses tasks and increments to help keep work organized and the codebase stable.

In plain words
What is it for?
Use them when planning, modifying, or reviewing code in the Clew repository, especially when handling open work items or architectural changes.
Why use it?
They give an agent the project's local rules before it changes code, including when to ask before removing functionality or starting a larger refactor. This helps avoid unnecessary complexity and unwanted changes.

Instructions file for CodexOpenCode

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/npatten/clew/agents-md
Clone the repo
git clone --depth 1 https://github.com/npatten/Clew

Made for: Codex, OpenCode.

Per session 1,722 This file is loaded in full into every session.
When invoked 1,722 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.01722 $0.01722
Opus 5 $0.00861 $0.00861
Sonnet 5 $0.00344 $0.00344
Haiku 4.5 $0.00172 $0.00172

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

Security

Grade A, and why

Clew AGENTS.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 yesterday.

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.

AGENTS.md · 161 lines

How it starts

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

Guidelines

These are the guidelines and rules for agents working on the Clew project. In Greek myth, Ariadne gave Theseus the "Clew" (a ball of thread) to navigate the labyrinth so he could find his way back out. It represents the lightweight tracking of Tasks and Increments ensuring the codebase remains stable and you never lose your way.

Resources

  • Full project spec: clew-spec.md
  • All open work items run: clew list

Software development

You are the principal engineer — guide the process, use sub-agents in parallel where appropriate, avoid unnecessary complexity and tech debt.

  • Ask before removing functionality or code that appears intentional
  • Do not preserve backward compatibility unless the user explicitly asks
  • Prefer functional style, simple composable components
  • Raise larger refactors with the user before starting
  • Conserve context: scout sub-agents for whole-file reads; parallel sub-agents for independent tasks

Design discipline

  • Simple ≠ easy. Familiar is not simple. Before choosing a construct, ask: does it complect (braid together) concerns that could be independent? Can the next reader reason about one piece without loading the others? "I already know this pattern" is not an argument.
  • Modularity is not simplicity. Splitting tangled code across files leaves it tangled. Watch for hidden coupling: shared mutable state, implicit ordering, call-site assumptions about internals.
  • Name the downside. Any tool, pattern, or abstraction you propose — state its cost alongside its benefit. "Has benefit X" without "and costs Y" is incomplete analysis.

Code organization

  • Modern module stylecore.rs + core/ directory, not core/mod.rs.
  • core/ is pure logic (no I/O); storage/ is the I/O seam; commands/ orchestrates. Keep the seam clean — pure logic stays unit-testable without tempdirs.
  • lib.rs + main.rs splitmain.rs stays thin; integration tests import the library.

Read the full file on GitHub · 161 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. yesterday First seen · 161 lines · 1,722 tokens per session scan A 0326f6c9108e

Subscribe to this mod's changes

Clew AGENTS.md is an instructions file published in the GitHub repository npatten/Clew (2 stars, last pushed 3mo ago), licensed MIT. It adds 1,722 tokens to every session, about $0.0086 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-31.