From 87ffd105c71616ee265dcb31da7b880a4658485d Mon Sep 17 00:00:00 2001 From: Cameron Date: Fri, 10 Jul 2026 00:15:14 -0700 Subject: [PATCH] Tick: remove stale Material preview section from bevy.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The "Material preview" bullet in wiki/interface/bevy.md claimed "the flat sensorium remains the default," contradicting both the code (RenderMode::default() has material: true since 2026-07-08) and the same page's own "Material render (default)" section. A stray duplicate fragment from the People panel section was also lodged inside the Material render section. Both removed; the Material render (default) section and the Controls F3 line already describe the toggle correctly. Defense: knowledge page precision fix per tick.md — one reading was obviously stale (pre-2026-07-08), so the owning page is amended rather than filing a decision-required issue. No behavior change. --- wiki/interface/bevy.md | 8 ----- .../log/2026-07-10-tick-bevy-stale-preview.md | 30 +++++++++++++++++++ wiki/log/DEVLOG.md | 5 ++++ 3 files changed, 35 insertions(+), 8 deletions(-) create mode 100644 wiki/log/2026-07-10-tick-bevy-stale-preview.md diff --git a/wiki/interface/bevy.md b/wiki/interface/bevy.md index 2d6cc223..6403c078 100644 --- a/wiki/interface/bevy.md +++ b/wiki/interface/bevy.md @@ -117,14 +117,6 @@ instead of the whole 64×36 grid every frame. close default; `F4` toggles the dev work light (a flat neutral flood, not a player surface). F3 flips to the flat sensorium render; the mode is not saved and changes no sim state. - status. The header repeats trace debt so "safe to resume cover" remains - visible while reviewing people/raw recordings. Selection is a `>` marker; - Enter opens the context menu on the selection, and the recruit flow prompts - for the reveal level. -- **Material preview** — F3 toggles a frontend-only HD-2D material render of - the same canvas: floor planes, wall boxes, billboarded machines/people, and - amber/cold lighting under the same fog rules. It is not saved and changes no - sim state; the flat sensorium remains the default. - **Overlays** — title card and the RUN ENDED card (reason, day / tick). Text remains ASCII-only because Bevy's embedded default font carries a limited diff --git a/wiki/log/2026-07-10-tick-bevy-stale-preview.md b/wiki/log/2026-07-10-tick-bevy-stale-preview.md new file mode 100644 index 00000000..4654edf2 --- /dev/null +++ b/wiki/log/2026-07-10-tick-bevy-stale-preview.md @@ -0,0 +1,30 @@ +# 2026-07-10 — Tick: remove stale Material preview section from bevy.md + +``` +Type: log +``` + +## Intent + +Tick audit of the context-menu / machine-work slice found a stale +"Material preview" bullet in `wiki/interface/bevy.md` claiming "the flat +sensorium remains the default," contradicting both the code +(`RenderMode::default()` has `material: true` since 2026-07-08) and the +same page's own "Material render (default)" section. A stray duplicate +fragment from the People panel section was also lodged inside the +Material render section. + +## Changed + +- Removed the stale "Material preview" bullet (fully superseded by the + "Material render (default)" section and the Controls F3 line). +- Removed the stray "status. The header repeats trace debt..." fragment + (a duplicate of the People panel section text). + +## Checks + +`./tools/check.sh --docs`. + +## Spec impact + +Knowledge correction only — no law, spec, or behavior change. diff --git a/wiki/log/DEVLOG.md b/wiki/log/DEVLOG.md index 412e668f..a666beaf 100644 --- a/wiki/log/DEVLOG.md +++ b/wiki/log/DEVLOG.md @@ -10,6 +10,11 @@ add or amend a session log, then re-run the generator. +## 2026-07-10 - Tick: remove stale Material preview section from bevy.md + +- Intent: Tick audit of the context-menu / machine-work slice found a stale "Material preview" bullet in `wiki/interface/bevy.md` claiming "the flat sensorium remains the default," contradicting both the code (`RenderMode::default()` has `material: true` since 2026-07-08) and the same p... +- Log: [wiki/log/2026-07-10-tick-bevy-stale-preview.md](2026-07-10-tick-bevy-stale-preview.md) + ## 2026-07-10 - Generated DEVLOG and specs board (agent-scale slice C) - Intent: Stop parallel landings from hand-unioning `wiki/log/DEVLOG.md` and `wiki/process/specs.md`. Session logs and spec frontmatter are the sources; indexes are regenerated. -- 2.51.2