Skip to content

Generated reference docs

Generated by pnpm gen:docs — do not edit by hand.

This tier holds docs derived mechanically from source, so they can never drift from the code that backs them. Run pnpm gen:docs to regenerate; pnpm gen:docs --check (wired into pnpm check and CI) fails on drift.

Generated files:

  • cli.md — full neo command inventory, from the cliRegistry framework registry plus the legacy hand-routed commands in src/bin/neo.ts.
  • env-vars.md — every NEO_* runtime variable, from the ENV_SETTINGS registry in src/runtime/env-settings.ts.
  • slash-commands.md — the TUI /name command catalog, from src/cli/commands/core-commands.ts (the same list /help renders).

The generator also injects marker-delimited regions into a few hand-written docs (docs/user/env-vars.md's inventory table, docs/user/routing.md's wire dispatch section) and .env.example's user-relevant NEO_* block.

See ../README.md for the docs corpus map and ../corpus.json for the machine-readable manifest.