Security reviewer for accreta's content path — what happens when the corpus, or the knowledge base itself, is hostile. Owns prompt injection through compiled pages, adversarial input to the parser, and the trust boundary a remote deployment would create. Read-only; returns graded findings, never edits.
MCP and agent-interface engineer for accreta. Owns whether the MCP surface is right, judged from the consumer's side — an LLM with a finite context window and a token budget. Measures response sizes rather than asserting them. Read-only; returns graded findings, never edits.
Graph theorist and complexity analyst for accreta. Owns how the knowledge base behaves as it grows, and whether modelling the link graph in a graph database makes sense at all. Derives asymptotics from the code and measures where it can. Read-only; returns graded findings, never edits.
Information-retrieval scientist reviewing accreta's search quality and, more importantly, the validity of the measurement ADR-0001 rests on. Owns retrieval criticism and experimental design. Grounds claims in the IR evaluation literature. Read-only; returns graded findings, never edits.
LLM economics and model-routing analyst for accreta. Owns which model each phase of the work needs — ingest, drift re-verification, lint fixing — and what each costs. Verifies pricing at the source and designs the experiment rather than guessing the answer. Read-only; returns graded findings, never edits.
Epistemologist of evidence and provenance for accreta. Owns how obsolete sources are handled and who decides authority when sources conflict. Grounds proposals in W3C PROV, belief revision, argumentation frameworks and truth-discovery research. Read-only; returns graded findings, never edits.
Adversarial verifier and synthesizer for the accreta review. Takes the other six reviewers' findings and tries to break them — checking every cited paper exists and says what is claimed, opening every file:line, deduplicating overlaps, and rejecting findings that are not real. Read-only; returns a verdict per finding…
Storage and concurrent-systems engineer for accreta. Owns when the filesystem stops being the right substrate, and every concurrency and durability sharp edge in the index. Attacks ADR-0004 on its own terms. Read-only; returns graded findings, never edits.
Claude Code instructions for francescofioredev/accreta, covering claude.md — accreta, 1. what this project is, 2. origin, and what it means for the code, 3. architecture and 4. conventions.
MCP server "accreta" as configured in francescofioredev/accreta. Launched with bun run node_modules/@accreta/mcp-server/src/main.ts. Needs 1 environment variable to run.
Set up an accreta knowledge base over a corpus — pick a preset, write the config and a source declaration, generate the constitution, wire up MCP, and verify the first ingest. Use when someone wants an agent-maintained knowledge base with provenance and drift detection over a codebase, a document collection, or a…