-
Notifications
You must be signed in to change notification settings - Fork 2
Home
This wiki is the fast orientation layer for maintainers and coding agents. It distills the repository documentation, source layout, and Claude project memory available on 2026-07-12. Follow the linked source documents when exact details matter.
It is the project's primary knowledge base: read Home first, and record durable learnings here — see Maintaining-This-Wiki.
- Architecture — dependency direction, seams, state, query execution, build.
- Product-and-Features — the user-facing surface and where each feature lives.
- Development-Workflow — tests, coverage, build, review, and release discipline.
- Decisions-and-Roadmap — settled architecture and current forward-work model.
- Deployment-and-Security — artifact, OAuth modes, cluster installation, secrets.
- Operations-Memory — durable lessons imported from Claude project memory.
-
Project-Skills — local
/shipworkflows and Codex compatibility links. - Source-Map — high-value entry points and documentation.
- Maintaining-This-Wiki — how to use and update this knowledge base.
- Read
CLAUDE.mdbefore substantive changes; it is the primary contributor guide. - Preserve layer direction: UI → net/state/core, net → core, core → nothing.
- Inject environment side effects and third-party imperative adapters.
- Run
npm testandnpm run build; coverage is per file, not aggregate. - Keep the shipped browser a single esbuild-generated
dist/sql.htmlartifact. - Never commit rendered
deploy/config.jsonor other credentials.
At wiki creation the checkout was feat/panels-166, ahead of origin/main, with
pre-existing uncommitted work in CHANGELOG.md, src/main.js, src/ui/app.js,
src/ui/chart-render.js, src/ui/saved-history.js, and src/core/panel-cfg.js,
plus .mcp.json. Treat those changes as user-owned.
Source: AGENTS.md, CLAUDE.md, repository tree,
and Claude project memory.
Rules source of truth: CLAUDE.md. Deep-detail archive: Claude native memory (indexed in Operations-Memory). Re-verify anything with a date, version, or cluster ID before acting. Distilled 2026-07-12.
Orientation
Working here
Operations
Meta