cli
cli
¶
Command-line interface for autochecklist.
cmd_run(args)
¶
Run full pipeline: generate checklists + score targets.
Source code in autochecklist/cli.py
cmd_generate(args)
¶
Generate checklists only (no scoring).
Source code in autochecklist/cli.py
cmd_score(args)
¶
Score targets against a pre-existing checklist.
Source code in autochecklist/cli.py
cmd_list(args)
¶
List available components.
Source code in autochecklist/cli.py
cmd_ui(args)
¶
Launch the AutoChecklist UI.