Implement or update mkbrr CLI option support in mkbrr-wizard. Use for adding create/check/inspect flags, wiring config and prompts, updating command builders, and adding focused tests.
docs/ before changing behavior:docs/cli-reference-create.mddocs/cli-reference-check-inspect.mddocs/presets.mddocs/batch-mode.mdbash scripts/update-mkbrr-docs.sh.create, check, or inspect flows.docs/ and upstream pages listed in https://mkbrr.com/llms.txt.mkbrr-wizard.py (build_create_command, , , or ).build_check_commandbuild_inspect_commandbuild_batch_job_create_commandload_config() and related config models.main() only where required by the new option.tests/ (usually tests/test_commands_builder.py plus one integration-style flow test if UI behavior changed).pytest, then run ruff check . for style regressions..github/copilot-instructions.mddocs/cli-reference-create.mddocs/cli-reference-check-inspect.md