Skip to content

Reference

"What's the exact syntax / value / default?" Reference is the map, not the journey: austere, complete, and structured like the thing it describes. It states what is, and nothing else — no teaching, no opinions, no steps.

The mechanical parts of these pages (every command, every flag, every /api route) are generated from the code by npm run docs:gen and checked in CI, so they cannot drift from what actually ships. Regions marked <!-- generated:… --> are written by the generator — edit the code, not the table.

  • Slack commands — every directive and command, by category.
  • CLI — command form, every group, exit codes.
  • Configuration — every config.yaml block, what it does, its off-state.
  • Authorization — the grants and restrict blocks: every axis, every baseline, what fails closed.
  • Dashboard routes — every route, its auth, what it shows.
  • Code map — every module, what it owns, and the rule a change there must keep; its Areas table is the PR-title scope vocabulary.
  • Migration notes — what an installation changes at each major version, one section per release.
  • Specs — the behavioral contract: one file per feature, every criterion bound to the test or procedure that proves it.