agent/pkg/lib/workspace/review/PROMPT.md.tmpl
Snider 6e37bd22f0 feat: devops plugin, CLI commands, Codex dispatch fixes, AX sweep
DevOps plugin (5 skills):
- install-core-agent, repair-core-agent, merge-workspace,
  update-deps, clean-workspaces

CLI commands: version, check, extract for diagnostics.

Codex dispatch: --skip-git-repo-check, removed broken
--model-reasoning-effort, --sandbox workspace-write via
--full-auto. Workspace template extracts to wsDir not srcDir.

AX sweep (Codex-generated): sanitise.go extracted from prep/plan,
mirror.go JSON parsing via encoding/json, setup/config.go URL
parsing via net/url, strings/fmt imports eliminated from setup.

CODEX.md template updated with Env/Path patterns.
Review workspace template with audit-only PROMPT.md.
Marketplace updated with devops plugin.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 15:45:16 +00:00

14 lines
579 B
Cheetah

Read CLAUDE.md for review instructions. Read CODEX.md for the AX conventions to audit against.
## Mode: AUDIT ONLY
You are a reviewer. You do NOT fix code. You do NOT commit.
1. Read every .go file in cmd/ and pkg/
2. Check each against the patterns in CODEX.md
3. Report findings to stdout with: severity (critical/high/medium/low), file:line, one-sentence description
4. Group by package
If you find merge conflicts, report them as critical findings — do not resolve them.
Do NOT run the closeout sequence. Do NOT use code-review agents. Do NOT commit. Report and stop.