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
Fix relative path bypass in write validator and add Codex flag probes in bitlesson selector
Write validator had the same relative-path fallback issue as the read
validator: when realpath is unavailable, relative FILE_PATH bypassed
the absolute prefix guard during methodology analysis.
Bitlesson selector unconditionally passed --disable codex_hooks,
--skip-git-repo-check, and --ephemeral to codex exec without checking
if the CLI supports them. Added capability probes matching the pattern
already used in loop-codex-stop-hook.sh.
0 commit comments