mirror of
https://github.com/obra/superpowers.git
synced 2026-05-10 19:19:03 +08:00
evals: drop SUPERPOWERS_ROOT from codex/gemini required_env
These backends only read SUPERPOWERS_ROOT via engine.py/setup.py's
os.environ access, which the new cli.py default helper supplies
automatically. claude*.yaml keep SUPERPOWERS_ROOT in required_env
because they interpolate ${SUPERPOWERS_ROOT} into --plugin-dir args.
This commit is contained in:
committed by
Drew Ritter
parent
be0357f98a
commit
fd5b53cb85
@@ -4,7 +4,6 @@ args:
|
|||||||
- "--dangerously-bypass-approvals-and-sandbox"
|
- "--dangerously-bypass-approvals-and-sandbox"
|
||||||
required_env:
|
required_env:
|
||||||
- OPENAI_API_KEY
|
- OPENAI_API_KEY
|
||||||
- SUPERPOWERS_ROOT
|
|
||||||
hooks:
|
hooks:
|
||||||
pre_run:
|
pre_run:
|
||||||
- symlink_superpowers
|
- symlink_superpowers
|
||||||
|
|||||||
@@ -4,8 +4,7 @@ args:
|
|||||||
- "--yolo"
|
- "--yolo"
|
||||||
- "-m"
|
- "-m"
|
||||||
- "gemini-2.5-flash"
|
- "gemini-2.5-flash"
|
||||||
required_env:
|
required_env: []
|
||||||
- SUPERPOWERS_ROOT
|
|
||||||
hooks:
|
hooks:
|
||||||
pre_run:
|
pre_run:
|
||||||
- link_gemini_extension
|
- link_gemini_extension
|
||||||
|
|||||||
Reference in New Issue
Block a user