From 4e2ab77d1199c162be2775eafac043bf7f2cfcc0 Mon Sep 17 00:00:00 2001 From: 123kupola Date: Thu, 25 Jun 2026 23:14:19 +0200 Subject: [PATCH] =?UTF-8?q?docs(wiki):=20remove=20remaining=20stale=20refe?= =?UTF-8?q?rences=20=E2=80=94=20'fake',=20AUTOSPAWN=5FPI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - index.md: 'fake → sample' → 'legacy rename to sample' - mother-hive.md: 'AUTOSPAWN_PI → AUTOSPAWN' → 'autospawn flag rename' - Verified: zero 'fake' references in repo --- docs/wiki/index.md | 2 +- docs/wiki/mother-hive.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/wiki/index.md b/docs/wiki/index.md index 73a3183..416a61f 100644 --- a/docs/wiki/index.md +++ b/docs/wiki/index.md @@ -13,7 +13,7 @@ cover the _how_; these pages cover the _why_. Stale decisions accumulate faster than anyone hand-audits them: a rename that was only half-applied, a doc that still describes the old design, a default left over from a superseded choice. Several recent passes were spent finding -exactly that (`pi → zot`, `usb_nodes → hive_nodes`, `fake → sample`). This wiki +exactly that (`pi → zot`, `usb_nodes → hive_nodes`, legacy rename to `sample`). This wiki makes the bookkeeping near-zero-cost: one place that records _what was decided_, links to _where it lives in code_, and can be **linted** for drift. diff --git a/docs/wiki/mother-hive.md b/docs/wiki/mother-hive.md index 5838f8c..dd2e7ce 100644 --- a/docs/wiki/mother-hive.md +++ b/docs/wiki/mother-hive.md @@ -106,5 +106,5 @@ not operator files or `sudo`. ## See also - [agent-harness](./agent-harness.md) — the zot/Colibri split; autospawn -- [naming-decisions](./naming-decisions.md) — `usb_nodes → hive_nodes`, `AUTOSPAWN_PI → AUTOSPAWN` +- [naming-decisions](./naming-decisions.md) — `usb_nodes → hive_nodes`, autospawn flag rename - [quality-gates](./quality-gates.md) — the gate that should catch drift at PR time