Skip to content

History / Home

Revisions

  • Build out the wiki: installation, external services, user guide Adds the three things the wiki was missing, alongside the generated codebase map. Installation — prerequisites, the local stack and what each service is for, the first-administrator bootstrap in full (nothing is seeded, and the rules are easy to get wrong), running the tests including the wwwroot ordering trap, the production checklist, and troubleshooting for the failures that actually happen. External services — the honest dependency inventory: what each of the nine containers owns, what breaks without it, and why it is there. Includes the parts that are load-bearing but invisible: the Flowable callback shared secret, why NATS binds to loopback, why role creation cannot check-then-act, and that the executor's whole job is running untrusted code. User guide — seven guides organised by what you are working on, plus an index that explains the five ideas the product rests on. Records, Workflows, Documents and Notes, Queries and Dashboards, Data Stores and Pipelines, The Assistant, Administration. Written against the code rather than from memory: field types from fieldTypeDefaults.ts, AQL entities from the entity registry, the selector grammar from SelectorParser, transformer names from BuiltinSchemas, menu labels from the seed. Home and the sidebar now separate the hand-maintained pages from the generated snapshot, because readers should know which is which.

    npond committed Sep 2, 2026
  • Seed the wiki with the codebase map Moves the seven generated map pages out of docs/codebase/ in the repository, where a second copy would have drifted from this one the first time /n8-map ran against the now-enabled wiki. Home explains what the pages are for and the two caveats that matter: they are a snapshot stamped with a generating commit, and issue numbers predating the 2026-09-02 repository migration are written archived-N.

    npond committed Sep 2, 2026
  • Initial Home page

    @nathanpond nathanpond committed Sep 2, 2026