Credibility pass: the collapse loses its scaffolding
Blind reviews over the rev-37..40 features and the gate collapse. The scripted surgery's scars come out: bare brace blocks unwrapped (with one hiding an unreachable scrambleHands), the amputated comment healed, the dead events parameter unthreaded from the illusion-sight chain, the laziness probe in perceivedBoard collapsed to the rule it always produced, GameView.deckRev retired with its last reader, the ward's arming stub told honestly, and every comment or test title still citing the retired revision numbering reworded to the rule it guards. Rim mechanics unify on rimWarpMouth and breachRim; the test suite gains plainRimWall and pushSustained and loses its loop-shaped scars and rev-named helpers. No behavior changes; 255 tests pass unchanged. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
8a50ff7f36
commit
4a91d56d24
@@ -208,8 +208,9 @@
|
||||
});
|
||||
|
||||
/** Legal empty slots the lifted sector may land on — mirroring the
|
||||
* engine's relocateSector checks: on the 5-grid, non-negative, vacant,
|
||||
* and leaving every sector adjacent to at least one other. */
|
||||
* engine's relocateSector checks: on the 5-grid, vacant, and leaving
|
||||
* every sector adjacent to at least one other (negative landings are
|
||||
* fine; the maze renormalizes). */
|
||||
const relocateGhosts = $derived.by(() => {
|
||||
if (!view || selectedCard?.cardId !== "relocate-sector" || !pendingSectorOrigin) return null;
|
||||
const origins = view.board.placements.map((p) => p.origin);
|
||||
|
||||
Reference in New Issue
Block a user