Seed entry — delete once the first real nightly digest lands. Shows…
Seed entry — delete once the first real nightly digest lands. Shows every card type so you can preview the layout.
MECHANICS
Loot-cache 'prober' policy renamed to 'informed'
What changed
Renamed the loot-cache policy prober to informed across the engine and added ADR-0008 recording the decision.
Why it changed
"prober" leaked an implementation word into the doctrine vocabulary; "informed" sits cleanly on the informed > blind > coward gradient players actually reason about.
@@ src/World/LootCache/policy.ts @@
-export type CachePolicy = 'prober' | 'blind' | 'coward'
+export type CachePolicy = 'informed' | 'blind' | 'coward'
- // prober: pay Insight to see the jam bite before committing
- prober: (state) => weighByInsight(state),
+ // informed: pay Insight to see the jam bite before committing
The nightly entry also carries a panel addressed to the maintainer — open questions, permission grants, things only he can rule on. It is held back from this page: it is correspondence, not a report. The unfinished work it tracks is published above, in plain words.