reconcile

reconcile is a command for Claude Code from eddiebelaval/squire. It costs 0 tokens per session (286 once invoked), scanned A, original, MIT.

A project-document maintenance command for keeping VISION.md, SPEC.md, and the codebase aligned. It can scan for differences or update selected planning documents.

In plain words
What is it for?
Use it to scan for drift, update the vision or specification, reconcile both documents, or initialize them for a new project.
Why use it?
It exposes gaps between what the project intends to do, what it specifies, and what the code currently does.

Command for Claude Code

Written for Claude Code: $ARGUMENTS substitution. Also seen: reads .claude/ paths.

Good fit Use it to scan for drift, update the vision or specification, reconcile both documents, or initialize them for a new project.

Compare 6 commands from other repositories ↓
Install with agentmods
npx agentmods add commands/eddiebelaval/squire/reconcile
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.

Clone the repo
git clone --depth 1 https://github.com/eddiebelaval/squire

Made for: Claude Code.

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 reconcile

README.md
[![agentmods](https://agentmods.dev/badge/commands/eddiebelaval/squire/reconcile/github.svg)](https://agentmods.dev/commands/eddiebelaval/squire/reconcile)
Your own site
<a href="https://agentmods.dev/commands/eddiebelaval/squire/reconcile"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/reconcile/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for reconcile

Your own site · 80×15
<a href="https://agentmods.dev/commands/eddiebelaval/squire/reconcile"><img src="https://agentmods.dev/badge/commands/eddiebelaval/squire/reconcile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 286 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00000 $0.00286
Opus 5 $0.00000 $0.00143
Sonnet 5 $0.00000 $0.00057
Haiku 4.5 $0.00000 $0.00029

Measured 5d ago against content hash 62e4ec9d8e81, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

reconcile 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 5d ago.

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.

commands/reconcile.md · 30 lines

What it actually says

/reconcile - Reconcile the Triangle (VISION + SPEC + BUILDING)

You are invoking the reconcile skill — the living document maintenance system for the three-document triangle.

Load and follow the skill at: .claude/skills/reconcile/SKILL.md

Mode Selection

Parse $ARGUMENTS to determine mode:

  • Empty → Full reconcile (scan drift, ask questions, update both docs)
  • "scan" → Drift scan only (detect gaps between VISION/SPEC/codebase, report but don't edit)
  • "vision" → Update VISION.md only (evolution — what shifted and why)
  • "spec" → Update SPEC.md only (reconcile with current codebase reality)
  • "init" → Initialize triangle for a project that doesn't have VISION.md + SPEC.md yet
  • "--project " → Target a specific project (homer, parallax, rune, etc.)

Examples

/reconcile                          # Full reconcile for current project
/reconcile scan                     # Just show me the drift
/reconcile vision                   # I learned something — update the north star
/reconcile spec                     # Something shipped — update the contract
/reconcile init --project homer     # Create VISION.md + SPEC.md for Homer
/reconcile scan --project parallax  # Scan Parallax for drift

Arguments

$ARGUMENTS

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. 5d ago First seen · 30 lines · 0 tokens per session scan A 62e4ec9d8e81

Subscribe to this mod's changes

reconcile is a command published in the GitHub repository eddiebelaval/squire (21 stars, last pushed 23d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 286 tokens. 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-09-03.