diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 50944a69..8f196513 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -50,6 +50,8 @@ New `sync-to-codex-plugin` script mirrors superpowers into the OpenAI Codex plug - **Single source of truth** — the persona/checklist that previously lived in both `agents/code-reviewer.md` and the skill's placeholder template (and drifted independently) is now one file. - **`subagent-driven-development` follows suit** — its `code-quality-reviewer-prompt.md` now dispatches `Task (general-purpose)` instead of the named agent. - **Behavioral test added** — `tests/claude-code/test-requesting-code-review.sh` plants real bugs (SQL injection, plaintext password handling, credential logging) into a tiny project and asserts the dispatched reviewer flags every planted issue at Critical/Important severity and refuses to approve the diff. + +> Note: `tests/claude-code/test-requesting-code-review.sh` and `tests/claude-code/test-document-review-system.sh` (mentioned later in this document) were lifted into drill scenarios on 2026-05-06 and removed from `tests/`. See `evals/scenarios/code-review-catches-planted-bugs.yaml` and `evals/scenarios/spec-reviewer-catches-planted-flaws.yaml`. The references above and below are preserved as dated artifacts of the work this section describes. - **Codex and Copilot workaround docs trimmed** — the "Named agent dispatch" sections in `references/codex-tools.md` and `references/copilot-tools.md` documented how to flatten a named agent into a generic dispatch. With no named agents shipping, the workaround is unnecessary; both sections were dropped. ### Subagent-Driven Development diff --git a/docs/superpowers/plans/2026-03-23-codex-app-compatibility.md b/docs/superpowers/plans/2026-03-23-codex-app-compatibility.md index 933cddfd..0f35d3d2 100644 --- a/docs/superpowers/plans/2026-03-23-codex-app-compatibility.md +++ b/docs/superpowers/plans/2026-03-23-codex-app-compatibility.md @@ -555,6 +555,8 @@ Should show exactly 6 files changed (5 skill files + 1 test file). No other file If test runner exists: ```bash # Run skill-triggering tests +# Note: tests/skill-triggering/ was lifted into drill scenarios on 2026-05-06. +# See evals/scenarios/triggering-*.yaml. The reference below is a dated artifact. ./tests/skill-triggering/run-all.sh 2>/dev/null || echo "Skill triggering tests not available in this environment" # Run SDD integration test