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
docs(engine): document the deliberate gate-advisory twin divergence (#5784)
Record the keep-divergent decision for the gate-decision advisory twins (#4881):
src/rules/advisory.ts (host) and packages/loopover-engine/src/advisory/gate-advisory.ts
(engine). Add header docs to both explaining that they are intentionally NOT
converged — the host copy reaches into the full signals subsystem (isCodeFile,
isTestPath, scoring/preview, signals/engine types) while the engine copy is a
slimmed re-implementation, precisely so @loopover/engine and its CLI consumers
never pull the ~5,800-line signals/engine into their dependency graph. Note that
scripts/check-engine-parity.ts keeps the core gate-decision functions in
lock-step, and that converging must wait until the dependency-graph constraint is
solved. Comments only — no gate-decision behavior changes.
Closes#4881
0 commit comments