verifyos-cli 0.5.0

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
# profile = "basic"
# open_pr_brief = true
# open_pr_comment = true