From 7969a20c8c40a2597f5c45019a3e9f2a8f0a7e0f Mon Sep 17 00:00:00 2001 From: Erik Date: Mon, 24 Aug 2026 12:33:46 +0200 Subject: [PATCH] =?UTF-8?q?docs:=20correct=20the=20probe-debt=20callout=20?= =?UTF-8?q?=E2=80=94=2031=20temporary=20probes=20remain,=20all=20attribute?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The part-2 commit message and the callout said 40; the 8 reclassified rows had left the Temporary table, so the true count is 31 (and the previous commit's '40 temporary probes remain' line is corrected by this note). Co-Authored-By: Claude Fable 5 --- docs/launch-options.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/launch-options.md b/docs/launch-options.md index 37487fa0..5c1d0e3c 100644 --- a/docs/launch-options.md +++ b/docs/launch-options.md @@ -287,15 +287,16 @@ issue is closed, the strip was missed; delete both. > (`ACDREAM_A8_DUMP_PV`/Phase A8, `ACDREAM_DUMP_CLOTHING`/#37, > `ACDREAM_DUMP_EDGE_SLIDE`/#32, `ACDREAM_DUMP_LIVE_SPAWNS`/Phase A8, > `ACDREAM_DUMP_STEPUP`/L.2.3d-f, `ACDREAM_DUMP_VENDOR`/the vendor -> campaign, `ACDREAM_DUMP_VITALS`/#5), leaving 40. An eighth, +> campaign, `ACDREAM_DUMP_VITALS`/#5). An eighth, > `ACDREAM_DUMP_MOVE_TRUTH`, was deleted and then RESTORED the same day: > it turned out to be automation apparatus, not a probe — the canonical > nine-stop soak hard-gates on its output (see its row under Automation; -> #437 is the record). The remaining rows attributed at part 2 were -> reclassified into Permanent diagnostics as standing tools rather than -> investigation probes. Every probe here still costs a branch on its hot -> path even when unset, and a handful re-read the environment per frame -> rather than caching (see their side-effects column). +> #437 is the record). The rest of the attributed rows were reclassified +> into Permanent diagnostics as standing tools rather than investigation +> probes, leaving **31 temporary probes, every one attributed to an owning +> issue or campaign**. Each still costs a branch on its hot path even when +> unset, and a handful re-read the environment per frame rather than +> caching (see their side-effects column). | Flag | Owning investigation | Value | What it does | Side effects | Read by | |---|---|---|---|---|---|