We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e038c24 commit ac63db1Copy full SHA for ac63db1
1 file changed
scripts/audit-codex-agents.sh
@@ -153,8 +153,7 @@ if [[ -f "$QUICK_VALIDATE" ]] && command -v python3 >/dev/null 2>&1; then
153
done
154
fi
155
else
156
- warn "quick_validate.py not available at $QUICK_VALIDATE; skipping OpenAI skill-creator validation"
157
- warnings=$((warnings + 1))
+ say "quick_validate.py not available at $QUICK_VALIDATE; skipping optional OpenAI skill-creator validation"
158
159
160
forbidden_hits="$(rg -n "codex exec|gemini-cli|\bgemini\b" "$SKILLS_DIR" "$DOCS_DIR" -i || true)"
0 commit comments