CLI

These modules implement the topos command-line interface. Start here when you need to trace how user commands dispatch into evaluation, inspection, coverage, diagnostics, or installation checks.

topos.cli.main()

Console script entrypoint.

topos.cli.diagnostics

Shared CLI renderers for actionable diagnostics (issues #58 + #63).

topos.cli.evaluation

Shared helpers for CLI evaluate / inspect — file discovery and formatting.

topos.cli.installation

topos.cli.commands.coverage

topos.cli.commands.quality

topos.cli.commands.system