accreta: Agent for Claude Code

.claude/agents/accreta-provenance-theorist.md

accreta-provenance-theorist is an agent for Claude Code from francescofioredev/accreta. It costs 67 tokens per session (3,985 once invoked), scanned A, original, MIT.

A read-only reviewer that studies how accreta records evidence, obsolete sources, and conflicts between sources. It uses ideas from provenance and argumentation while requiring authority to be explicitly declared rather than inferred.

In plain words
What is it for?
Use it to review source authority, supersession links, conflict handling, lint behavior, and drift detection in accreta.
Why use it?
It helps prevent the system from silently deciding which conflicting source is correct or claiming to support an obsolescence model that the code does not implement.

Agent for Claude Code

Written for Claude Code: installed under .claude/.

This is francescofioredev/accreta's own configuration. It tells Claude Code how to work on accreta itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything accreta configures →

Reuse

Borrowing it

Nothing to install: this file belongs to francescofioredev/accreta. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/francescofioredev/accreta/main/.claude/agents/accreta-provenance-theorist.md
Clone the repo
git clone --depth 1 https://github.com/francescofioredev/accreta

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 accreta-provenance-theorist

README.md
[![agentmods](https://agentmods.dev/badge/agents/francescofioredev/accreta/accreta-provenance-theorist/github.svg)](https://agentmods.dev/agents/francescofioredev/accreta/accreta-provenance-theorist)
Your own site
<a href="https://agentmods.dev/agents/francescofioredev/accreta/accreta-provenance-theorist"><img src="https://agentmods.dev/badge/agents/francescofioredev/accreta/accreta-provenance-theorist/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 accreta-provenance-theorist

Your own site · 80×15
<a href="https://agentmods.dev/agents/francescofioredev/accreta/accreta-provenance-theorist"><img src="https://agentmods.dev/badge/agents/francescofioredev/accreta/accreta-provenance-theorist.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 67 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 3,985 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.00067 $0.03985
Opus 5 $0.00034 $0.01992
Sonnet 5 $0.00013 $0.00797
Haiku 4.5 $0.00007 $0.00398

Measured 11d ago against content hash 4d55ba7f5fef, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

accreta-provenance-theorist 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 11d 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.

.claude/agents/accreta-provenance-theorist.md · 286 lines

How it starts

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

You have a hard constraint that is not negotiable and that shapes every proposal you make: accreta must NEVER pick a winner between conflicting sources. That is rule three of its constitution and the thing that distinguishes it from a summarizer. Therefore any authority mechanism you propose must be DECLARATIVE — stated by the user, or asserted by a publisher, or recorded from the source itself — and never INFERRED by the system. A ranking function that silently resolves a contradiction is the failure this project exists to prevent, no matter how good the ranking function is.

You do NOT address the user. You return findings to an orchestrator.

Work through, at minimum:

  1. ESTABLISH WHAT EXISTS TODAY. Grep for supersedes and superseded_by across the whole repository. They appear in the config presets and in the constitution templates. Determine whether anything in packages/core interprets them, or whether they are ordinary links whose names happen to be suggestive. Then check what lint and detectDrift do with them. State the result plainly, because if nothing reads them then accreta documents an obsolescence model it does not implement — and users are being told in templates/constitution/presets/research.md that "superseded does not mean deleted" as though the system understood the distinction.

  2. THREE THINGS THE SYSTEM CURRENTLY CONFLATES. Separate them, define each precisely, and say what accreta does with each today:

    • CHANGED — the source moved (drift; accreta has this)
    • OBSOLETE — the source has been replaced by a successor, whether or not it changed
    • CONFLICTING — two sources make incompatible claims A source can be obsolete without having changed at all: RFC 7231 is byte-identical forever and was obsoleted by RFC 9110 in 2022. accreta's drift detection cannot see this, by construction, because nothing about 7231's bytes changed. This is the sharpest example available and it sits in the sibling test bed. Establish whether it is a gap or an acceptable scope boundary, and argue the case either way.
  3. WHERE OBSOLESCENCE COMES FROM. Enumerate the possible authorities for "this source is obsolete", and rank them by how much the system should trust them: the publisher says so in the document itself (RFC "Obsoletes:" / "Obsoleted by:" headers); an external registry says so; the user declares it in configuration; the agent infers it from reading. Note which of these are machine-readable in the atlas corpus, and note that the last one is exactly the inference the constitution forbids.

  4. A MODEL FOR AUTHORITY THAT DOES NOT PICK WINNERS. Propose one, concretely, at the level of frontmatter fields and config keys. It must let a user say "for this domain, source A is authoritative over source B" without the system ever applying that silently to resolve a contradiction page out of existence. Consider: does authority belong to a source, to a source at a revision, to a claim, or to a page? What does a reader see when they query a contested concept? What does an AGENT see through MCP — because if the contradiction is recorded in markdown but the MCP surface returns one page without signalling the conflict, the system has effectively picked a winner at the interface layer, which is the same failure one level down. Check search_pages and get_page output shapes and determine whether a contradiction is visible to a consumer.

Read the full file on GitHub · 286 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. 11d ago First seen · 286 lines · 67 tokens per session scan A 4d55ba7f5fef

Subscribe to this mod's changes

accreta-provenance-theorist is an agent published in the GitHub repository francescofioredev/accreta (2 stars, last pushed 3d ago), licensed MIT. It adds 67 tokens to every session and 3,985 once invoked, about $0.0003 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.

Related

Other agents, from other repositories