verifyos-cli 0.8.1

AI agent-friendly Rust CLI for scanning iOS app bundles for App Store rejection risks before submission.
Documentation
format = "table"
profile = "full"
fail_on = "error"
timings = "off"

# Optional selectors
include = []
exclude = []

# Optional output paths
# baseline = "baseline.json"
# md_out = "report.md"
# agent_pack = "fixes.json"
# agent_pack_format = "bundle"

[init]
# output_dir = ".verifyos"
# path = ".verifyos/AGENTS.md"
# agent_pack_dir = ".verifyos/.verifyos-agent"
# write_commands = true
# shell_script = true
# fix_prompt = true
# profile = "basic"

[doctor]
# output_dir = ".verifyos"
# agents = ".verifyos/AGENTS.md"
# format = "table"
# fix = true
# repair = ["pr-comment"]
# freshness_against = "report.json"
# plan_out = ".verifyos/repair-plan.md"
# profile = "basic"
# open_pr_brief = true
# open_pr_comment = true

[ci]
# doctor_repair = ["pr-comment"]
# comment_mode = "sticky"