Skip to content

Reference

evidentia-wiki-sync[bot] edited this page May 31, 2026 · 3 revisions

4. Reference

Look up CLI verbs, MCP tools, API symbols, configuration options, and bundled catalog + crosswalk listings.

Pages in this section

Most pages below are auto-generated from the live codebase / data by scripts/wiki/sync_reference.py (the 5 auto-generated reference pages) and scripts/wiki/sync_api_docs.py (the 7 API pages); each carries a "do not edit directly" banner — edit the underlying code/data and re-run the generator, and a --check mode on both scripts (wired into sync-wiki.yml) fails on drift. The Inventory + system-context page below is hand-authored: its field tables are sourced from the Pydantic models, with example files from evidentia init.

  • CLI — every CLI command + subcommand + flag, introspected from the live Typer app.

  • API reference (api/) — a concise public-surface index per workspace package (symbols + submodules + a pointer to the live MkDocs API site for full signatures):

  • MCP tools — the MCP tools + signatures + behavior, parsed from the server's @server.tool() functions, with the append-only versioning rule per docs/api-stability.md (NORMATIVE).

  • Configuration — the evidentia.yaml schema + every EVIDENTIA_* environment variable + the LLM provider keys.

  • Catalogs — table of the bundled framework catalogs (the count is computed from the manifest), grouped by family + tier.

  • Crosswalks — table of the bundled crosswalks + source/target frameworks + verification posture + mapping-row count (all computed from the mapping files).

  • Inventory + system-context — hand-authored schema reference for the input files evidentia init produces and gap analyze consumes (evidentia.yaml, system-context.yaml, my-controls.yaml).

How to use this section

Reference is symbol-level; use full-text search (or the table of contents in each page) to jump to a specific command, flag, env var, or symbol. The catalog + crosswalk tables are sortable + filterable in the rendered MkDocs site.

Clone this wiki locally