Welcome
Accelerando is what an ERP looks like when the audit trail is a real git repo.
Not a log table beside your data. Not an event sourcing rig with replay. An actual .git/ with git log and git blame over every customer, invoice, ticket, defect, hygiene flag, daily assessment, and workflow run the business has ever touched. The on-disk format is the API. The audit log is the database.
This wiki is the reference for what's underneath: the .agi tree as system of record, the SQL projection that makes it queryable, the per-tenant security model, the BabyAI tool surface that lets an agent operate it, and the eight operational modules that ride on top.
What's inside
- Start here — the thesis, the architecture diagram, what this proves
- The engine —
.agirecords, projection, runtime adapters, GitHub reconciliation - Behaviors — atomic commits, optimistic concurrency, per-tenant keys, agent tools
- Modules — the operational surface: SPC dashboard, Workflows, LMS, Quality, Legal
- Design — navy + gold, the third visual register
- Project — what's shipped, what's next, where the extension points are
The modules
Eight, top-nav: Sales (Customer / Quote / Invoice / Tickets · the AR arc with quote-to-invoice conversion + multi-currency) · Purchasing (Vendor / Bill · the AP arc with recurring templates + multi-currency) · Books (Journal / Accounts / Bank / Reports · double-entry, period close, AR/AP aging, P&L, trial balance) · Ops (Dashboard / Activity / Insights · the SPC dashboard + OIE) · Training (LMS — compliance as knowledge state, daily 60-second micro-assessment, EMA-scored) · Quality (QMS + PI-CoE unified — defect/CAPA loop + process metrics with sustainability decay + three-lane operator scorecard) · Legal (eDiscovery + the proactive Hygiene Scanner — deterministic pattern matching for the language that becomes Plaintiff's Exhibit 1) · Admin (Settings).
What it isn't
- It isn't yet another SaaS ERP. There is no Postgres, no event bus, no Kafka topic. Take a backup with
git clone. - It isn't an agent product. Agents call its tools, but the deterministic Worker is the system. AI at build-time, determinism at runtime.
- It isn't finished. The extension points are deliberate — see the roadmap.
Live at accelerando.chrisbender999.workers.dev. Source at github.com/Trikulture-Kyokai-Synthetica/accelerando.