Commit Graph

2 Commits

Author SHA1 Message Date
John Dvorak ad9aa22225 js-rigor: partial-graph policy limits now enforce; binary-partial pins
- Arbiter constructor and setPartialGraphPolicy dropped maxNodes,
  maxRelations, and reservedRelations — the partial-graph context always
  saw the 1000/2000 defaults, silently disabling configured DoS guards.
  Both paths now carry the limits through; policy limits test pins
  constructor + setter enforcement and custom reservedRelations.
2026-07-31 15:34:45 -07:00
John Dvorak e12cc651d0 js-rigor: partial-graph overlay parity campaign
Pins the partial-graph contract: persistent-over-partial direct overlay,
layer-trust conflict precedence (token_projection > partial), registry-
gated per-relation reducers (strongest/weakest/first on listed relations;
unlisted relations reject the reducer with a first-kept fallback),
conflict_mode strict throws, reserved relations skipped, chain traversal
merging persistent+partial edges incl. partial-only temp nodes, and
read-only contexts (persistent state untouched).
2026-07-31 15:23:00 -07:00