SKILL.md
$29
Verify installation:
vet --help
## Running Vet
### Standard Usage
Before running vet, determine the correct Python binary:
$(command -v python3 || command -v python)
Use whichever resolves (prefer `python3`). The examples below use `python3`, substitute `python` if that is what your system provides.
**OpenCode:**
vet "goal" --history-loader "python3 ~/.agents/skills/vet/scripts/export_opencode_session.py --session-id <ses_ID>"
**Codex:**
vet "goal" --history-loader "python3 ~/.codex/skills/vet/scripts/export_codex_session.py --session-file <path-to-session.jsonl>"
**Claude Code:**
vet "goal" --history-loader "python3 ~/.claude/skills/vet/scripts/export_claude_code_session.py --session-file <path-to-session.jsonl>"
**Gemini CLI:**
vet "goal" --history-loader "python3 ~/.gemini/skills/vet/scripts/export_gemini_cli_session.py --session-file <path-to-session.json>"
**Without Conversation History**
vet "goal"