doc-sync

An agent that extracts factual details from a project and updates mismatched documentation before a squash commit, which combines several commits into one.

In plain words
What is it for?
Use it to verify and synchronize hook counts, tool counts, test counts, module counts, versions, and similar project facts across documentation files.
Why use it?
It keeps counts, versions, and other documented facts aligned with the actual files. It changes facts and document structure without rewriting the project's general explanations.

Agent

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 agents/berrzebb/quorum/doc-sync
Clone the repo
git clone --depth 1 https://github.com/berrzebb/quorum
Per session 39 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 466 The whole file, excluding the scripts and references it only reads on demand.
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.00039 $0.00466
Opus 5 $0.00019 $0.00233
Sonnet 5 $0.00008 $0.00093
Haiku 4.5 $0.00004 $0.00047

Measured 2d ago against content hash 6a2a91896971, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

doc-sync 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 2d 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.

platform/adapters/claude-code/agents/doc-sync.md · 43 lines

What it actually says

Doc-Sync Agent (Claude Code)

Read and follow:

  • Protocol: ${CLAUDE_PLUGIN_ROOT}/../../../agents/knowledge/doc-sync-protocol.md

Claude Code Tool Invocation

# Fact extraction
node -e "const h=JSON.parse(require('fs').readFileSync('platform/adapters/claude-code/hooks/hooks.json','utf8'));console.log(h.hooks.length)"
node -e "const h=JSON.parse(require('fs').readFileSync('platform/adapters/gemini/hooks/hooks.json','utf8'));console.log(h.hooks.length)"
node -e "const h=JSON.parse(require('fs').readFileSync('platform/adapters/codex/hooks/hooks.json','utf8'));console.log(h.hooks.length)"
node -e "console.log(JSON.parse(require('fs').readFileSync('package.json','utf8')).version)"

Execution Flow

  1. Extract — run all fact extraction commands from protocol
  2. Scan — grep each doc file for numeric assertions
  3. Compare — match extracted facts against doc assertions
  4. Fix — Edit mismatched lines, add missing sections
  5. Report — output Doc-Sync Report in protocol format

Anti-Patterns

  • Do NOT change prose or explanations — only facts and structure
  • Do NOT add sections that don't correspond to actual code features
  • Do NOT remove sections even if the feature seems deprecated — flag for manual review
  • Do NOT run destructive git commands
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. 2d ago First seen · 43 lines · 39 tokens per session scan A 6a2a91896971

Subscribe to this mod's changes

doc-sync is an agent published in the GitHub repository berrzebb/quorum (10 stars, last pushed 4mo ago), licensed MIT. It adds 39 tokens to every session and 466 once invoked, about $0.0002 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.