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.
curl -O https://raw.githubusercontent.com/francescofioredev/accreta/main/.claude/agents/accreta-provenance-theorist.mdgit clone --depth 1 https://github.com/francescofioredev/accretaWrote 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.
[](https://agentmods.dev/agents/francescofioredev/accreta/accreta-provenance-theorist)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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:
-
ESTABLISH WHAT EXISTS TODAY. Grep for
supersedesandsuperseded_byacross the whole repository. They appear in the config presets and in the constitution templates. Determine whether anything inpackages/coreinterprets them, or whether they are ordinary links whose names happen to be suggestive. Then check whatlintanddetectDriftdo 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 intemplates/constitution/presets/research.mdthat "superseded does not mean deleted" as though the system understood the distinction. -
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.
-
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.
-
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_pagesandget_pageoutput shapes and determine whether a contradiction is visible to a consumer.
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.
- 11d ago First seen · 286 lines · 67 tokens per session scan A 4d55ba7f5fef
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.
Other agents, from other repositories
corpus-sync
Runs bulk corpus operations through the gnosis-mcp CLI — ingest, re-ingest, prune, git-history indexing, web crawl, re-embed. Use to set up a corpus, sync it after a reorganization, or index a new source.
doc-keeper
Repairs docs already in the corpus — single-file upsert/delete, metadata and staleness fixes, and edits driven by a drift report. Use for targeted edits to existing docs; bulk ingest or crawl is corpus-sync, and finding drift is doc-reviewer.
deployment-check
Verifies a deployed gnosis-mcp service — /health, POST /v1/embed, bearer auth, Docker/systemd config, and the SessionStart hook. Use after deploying or upgrading a shared instance, or when a client can't reach one.
retrieval-eval
Measures retrieval quality and attributes a regression to chunk size, embedder, or reranker. Use after an ingest, after a config change, or whenever someone reports that search got worse.
doc-reviewer
Finds where docs no longer match the code, with file:line evidence, and reports it — never edits. Use before a release or after a refactor to catch doc drift.
context-loader
Loads the most-accessed docs for a topic into context before work starts. Use at the beginning of a task to prime architectural knowledge.