Least-privilege governance for ERPNext — the credential floor + a governed agent front door, MCP · A2A, one spine. No debit without a credit: PLAN · CONSENT · PROVE · UNDO.
git clone https://github.com/john-broadway/pacioli && cp pacioli/*.md ~/.claude/agents/Subagents overview
<div align="center"> <img src="assets/marks/titlepage.svg" width="880" alt="SVMMA DE GOVERNATIONE — Particularis de Computis et Scripturis, for the governance of agents upon the books. Nulla in libro sine contraria — no debit without a credit. Venetiis MCDXCIV, in the workshop of John Broadway, MMXXVI."/> </div> **Least-privilege governance for ERPNext, and a governed agent front door built on top of it — MCP and A2A, one spine behind both. A door admits; it never decides.** In 1494, in Venice, Luca Pacioli printed the *Summa de arithmetica* — and inside it, the tract that taught the world double-entry bookkeeping. He wrote it down not because merchants couldn't count, but because they couldn't **trust**. His rule is one sentence deep: **no debit without a credit.** Every action gets an equal, opposite, recorded counterpart — and a book that doesn't balance confesses on the spot. Five hundred years of *prove it or it didn't happen*. This repo is that tract, written again for a new clerk. The merchant's problem hasn't changed; the clerk has. He balanced books for merchants who couldn't watch every clerk. This balances them for owners who can't watch every agent. Same problem, five centuries apart. Same fix. <div align="center"> <img src="assets/plates/tavola-1-pacioli-portrait.jpg" width="560" alt="Portrait of Luca Pacioli, attributed to Jacopo de' Barbari, 1495"/> <br/><em>Tavola I — The friar at his slate, attributed to Jacopo de' Barbari, 1495. The glass rhombicuboctahedron hangs at his left; the Summa sits under the dodecahedron at his right. This repo's device is that hanging solid.</em> </div> <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Distinctio I — Of the Two Instruments <img src="assets/marks/dropcap-T.svg" width="76" align="left" alt="T"/> **There are two instruments in this house, and they compose — they do not couple.** The first guards every credential on the site whether an agent is involved or not; the second is the one governed door an agent may use. The first is the floor; the second stands on it and submits to it. What follows is each instrument as the treatise would have it: what it is, what it refuses, and how it is installed. <br clear="left"/> ### The Guard — the counting-house door *No one writes in the books but the appointed hand, and only in the books appointed to them.* A Frappe/ERPNext **bench app** (distribution name `pacioli-guard` on PyPI; installs as the `pacioli_guard` bench app). It binds any API credential — an integration, a Zapier/n8n flow, a script, a vendor token, a cron job, an AI agent — to an allowlist of methods (and, if granted, DocTypes), enforced at the credential layer through Frappe's public `auth_hooks` extension point, deny-by-default. No core fork. It governs **every** credential on the site, agent or not. ```bash # from your bench directory: wheel into the bench env, then install the app env/bin/pip install pacioli-guard bench --site <your-site> install-app pacioli_guard ``` ### The Broker — the governed front door *The clerk may propose; only the merchant disposes.* A standalone, pip-installable broker (`pip install pacioli`) that gives an AI agent a governed way to touch ERPNext — through the door of your choosing: **MCP or A2A**, one spine behind both. **51 governed doctypes, 265 tools** — the full submittable transaction surface of an ERPNext company — every write through PLAN → CONSENT → execute → PROVE, deny-by-default beyond that. The door admits; the spine decides. ```bash pip install pacioli ``` ### How the instruments compose **Guard is the floor; the broker is one consumer that binds itself to it.** Guard scopes and enforces *any* credential on the site — you don't need to run an agent to need it. The broker is the agent-facing front door, and its own ERPNext credential must itself be `pacioli_guard`-scoped to exactly the calls it makes (the governed doctypes and their submit/cancel vectors — shipped as data lists the deploy kit applies). Without that scoping, anything holding the broker's raw credential can call ERPNext's REST API directly and bypass PLAN, CONSENT, and PROVE entirely — so the broker's own README states that scoping as a hard precondition, not an optional hardening step. This is composition, not coupling: Guard is independently useful for any credential on a site, agent or otherwise; the broker is the one piece that chooses to sit on top of it and honor the same floor it enforces on everything else. <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Distinctio II — Of the Memorandum, the Journal, and the Ledger <img src="assets/marks/dropcap-D.svg" width="76" align="left" alt="D"/> **Double entry is not a metaphor here. It is the design.** The bookkeeping tract of the Summa (*Particularis de Computis et Scripturis*) organizes a merchant's truth into three books, and slice for slice they are this system. In his journal every entry named its debit with *per* and its credit with *a* — nothing moved on one leg. Read the spread the way he ruled it: <br clear="left"/> | folio | *per* — his book (1494) | *a* — here | |---|---|---| | ¹ | The **memorandum** (*memoriale*) — every transaction written down first, roughly, before any formal entry | **PLAN** — `plan_submit` / `plan_cancel` write the memorandum: the projected GL and the risk flags, dated, bound to the draft. Nothing posts. | | ² | The **journal** (*giornale*) — each entry rewritten in fixed form, its debit marked *per*, its credit marked *a* | **PROVE** — the hash-chained receipt book. The intent receipt is the *per*, the outcome the *a*; an intent with no outcome is a debit with no credit, and the trial balance surfaces it as an orphan. | | ³ | The **ledger** (*quaderno*) — the book of account itself | **ERPNext's GL** — the broker never writes in it directly; every entry reaches the ledger through the journal's discipline. | And the same law runs across every pillar — for every action, its recorded counterpart: | folio | the action (*per*) | its recorded counterpart (*a*) | |---|---|---| | ⁴ | An agent wants to write | **PLAN** — the projected GL impact, written down *before* the act. The mirror entry precedes the entry. | | ⁵ | A plan exists | **CONSENT** — a human mints the marker, out of band. Agent proposes, human disposes: two hands on every posting, never one. | | ⁶ | The write fires | **PROVE** — an *intent* receipt before, an *outcome* receipt after. A write missing its outcome is an **orphan**, and it surfaces exactly the way an unbalanced trial balance does. | | ⁷ | A posting stands | **UNDO** — ERPNext's own cancel/amend is double-entry: the reversal posts equal-and-opposite rows. Nothing erased, everything answered. | | ⁸ | A credential exists | **Guard** — no capability without its explicit grant line. Deny-by-default is "no entry without authorization," applied at the credential layer. | Same law at every layer: **nothing moves without its counterpart.** A plan without consent doesn't post. A write without a receipt is flagged. A credential without a grant is refused. The one system you *can't* trust is the one where an action can happen alone — unplanned, unconsented, unreceipted. Everything Pacioli refuses is exactly that: the lone entry. <div align="center"> <img src="assets/plates/tavola-2-leonardo-polyhedron.jpg" width="360" alt="The hollow rhombicuboctahedron drawn by Leonardo da Vinci for De divina proportione"/> <br/><em>Tavola II — Vigintisex Basium Planum Vacuum: the same solid, drawn hollow by Leonardo da Vinci for Pacioli's</em> De divina proportione. <em>Leonardo illustrated Luca's book; the debt is repaid here.</em> </div> <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Distinctio III — Of the Counting-House Door His counsel, applied at the credential layer: - **Two hands on every entry.** The clerk writes; the merchant grants. The consent marker is minted (`pacioli mint`) outside the agent's reach — no posting on one hand's authority. - **The counting-house door.** No one writes in the books but the appointed hand, and only in the books appointed to them — that is Guard, per-credential and per-doctype, deny-by-default. - **The registered book.** The books take their authority from a mark held outside the bookkeeper's own hand. `pacioli anchor` carries the receipt-book's head off the box — a registration the book cannot rewrite, so a truncated or swapped book confesses against it. <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Distinctio IV — Of the Closing of the Books > ❧ *Do not go to sleep until the debits equal the credits.* He gave merchants that rule, and it is the operating rule here too. `pacioli verify` is that sleep test — run the trial balance, and if intent and outcome don't pair, the book itself tells you. **The closed books.** Closing the ledger is his own operation: rule off the book, carry the balances forward. The broker refuses to write in a closed book — a closed Accounting Period, a Period-Closing-Voucher boundary, a frozen-books date — and never slips a backdated or future-dated entry past the ruling-off. <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Distinctio V — Of the Inventory <img src="assets/marks/dropcap-O.svg" width="76" align="left" alt="O"/> **Open no books before the survey.** He starts the merchant with a complete inventory before a single entry — what you hold, what is owed, what is missing. `pacioli doctor` is that survey for this house: what is reachable, what is granted, what refuses and why — and the road does not proceed until the doctor says `ready.` The census (`pacioli close`) then keeps the inventory honest for every period after: statement, reconciliation, response — every finding accounted for, or the book says so out loud. <br clear="left"/> <img src="assets/marks/rule.svg" width="100%" height="10" alt=""/> ## Status (
What people ask about pacioli
What is john-broadway/pacioli?
+
john-broadway/pacioli is subagents for the Claude AI ecosystem. Least-privilege governance for ERPNext — the credential floor + a governed agent front door, MCP · A2A, one spine. No debit without a credit: PLAN · CONSENT · PROVE · UNDO. It has 2 GitHub stars and was last updated today.
How do I install pacioli?
+
You can install pacioli by cloning the repository (https://github.com/john-broadway/pacioli) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is john-broadway/pacioli safe to use?
+
john-broadway/pacioli has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains john-broadway/pacioli?
+
john-broadway/pacioli is maintained by john-broadway. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to pacioli?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy pacioli to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/john-broadway-pacioli)<a href="https://claudewave.com/repo/john-broadway-pacioli"><img src="https://claudewave.com/api/badge/john-broadway-pacioli" alt="Featured on ClaudeWave: john-broadway/pacioli" width="320" height="64" /></a>More Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.