1
0
Fork 0
Code Issues Pull requests Projects Releases 2 Packages Wiki Activity Actions Pages

Document generated command surface

This commit is contained in:
Andraxion 2026-07-29 15:10:47 -04:00
parent cd3c761988
commit f0dea0cedc
4 changed files with 17 additions and 0 deletions

View file

@ -143,6 +143,12 @@ def render_command_reference_markdown(
"""Render the complete deterministic CLI and MCP command reference."""
return (
"# DocForge command reference\n\n"
"> Generated from the live CLI parser and MCP registrations. Do not edit this file "
"by hand.\n\n"
"Global CLI options are documented in `docforge --help` and are not repeated in each "
"command row. The MCP table is the complete generic application-enabled surface; "
"the fixed reference-adapter server exposes only its read rows.\n\n"
"## CLI commands\n\n"
f"{render_cli_reference_markdown(cli_references)}"
"\n## MCP tools\n\n"