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
feat: structurally disable starks on Codex reviewer side; CI lint; doc polish
- Cross-review (Claude→Codex) now passes -c 'skills.config=[{name="starks",enabled=false}]'
so the reviewer cannot even see starks — anti-recursion no longer relies on
the reviewed side checking the env guard (verified live: starks absent from
the reviewer session's skill list). Codex has no global skill-off switch;
remaining skills stay inert under the review prompt's no-skill constraint.
- lint.sh: anchors updated for memory recall / rework cap / review templates /
skills.config; verify all four prompt templates exist
- GitHub Actions workflow to run lint on push/PR
- READMEs: recommend the superpowers plugin (hand-off targets)
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ A single model has systematic blind spots — it tends to miss the same edge cas
37
37
- macOS or Linux
38
38
- Cross-model review needs the *other* engine's CLI on your `PATH` (`claude` / `codex`)
39
39
- Optional: a knowledge base such as Obsidian for the memory step; `gh` (maintenance only)
40
+
- Recommended: the [superpowers](https://github.com/obra/superpowers) plugin — starks hands off to its `systematic-debugging` / `writing-skills` / `brainstorming` skills when those situations arise (works fine without it; those hand-offs just won't fire)
0 commit comments