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(engine): protect the real post-#6203 autonomy/guardrail-config paths, not just their src/ shims (#8128)
src/settings/autonomy.ts and src/review/guardrail-config.ts are now
5-line re-export shims after #4879/#6203 moved the real logic into
@loopover/engine. ENGINE_DECISION_GUARDRAIL_GLOBS still only listed
the shim paths, so a PR editing the real autonomy deny-by-default
dial, or silently narrowing this guardrail list itself, would touch
only the packages/loopover-engine files and never trip the manual-
review hold it should.
Adds the real packages/loopover-engine paths alongside the existing
shim entries.
Closes#8012.
0 commit comments