You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Keep conventional commit messages concise and scope-specific.
127
-
128
-
<!-- verifyos-cli:agents:start -->
129
-
## verifyOS-cli
130
-
131
-
Use `voc` before large iOS submission changes or release builds.
132
-
133
-
### Recommended Workflow
134
-
135
-
1. Run `voc --app <path-to-.ipa-or-.app> --profile basic` for a quick gate.
136
-
2. Run `voc --app <path-to-.ipa-or-.app> --profile full --agent-pack ./.verifyos-agent --agent-pack-format bundle` before release or when an AI agent will patch findings.
137
-
3. Read `./.verifyos-agent/agent-pack.md` first, then patch the highest-priority scopes.
138
-
4. Re-run `voc` after each fix batch until the pack is clean.
139
-
140
-
### AI Agent Rules
141
-
142
-
- Prefer `voc --profile basic` during fast inner loops and `voc --profile full` before shipping.
143
-
- When findings exist, generate an agent bundle with `voc --agent-pack ./.verifyos-agent --agent-pack-format bundle`.
144
-
- Fix `high` priority findings before `medium` and `low`.
145
-
- Treat `Info.plist`, `entitlements`, `ats-config`, and `bundle-resources` as the main fix scopes.
146
-
- Re-run `voc` after edits and compare against the previous agent pack to confirm findings were actually removed.
147
-
148
-
### Rule Inventory
149
-
150
-
| Rule ID | Name | Category | Severity | Default Profiles |
0 commit comments