|
| 1 | +# toadStool — Wave 49 "Primals on the Mountain" Response |
| 2 | + |
| 3 | +**Date**: May 25, 2026 |
| 4 | +**Session**: S275 |
| 5 | +**From**: toadStool team |
| 6 | +**To**: primalSpring (downstream audit) |
| 7 | +**Audit ref**: Wave 49 — Primals on the Mountain (May 25, 2026) |
| 8 | + |
| 9 | +--- |
| 10 | + |
| 11 | +## toadStool Items — Both Resolved |
| 12 | + |
| 13 | +### 1. Archive hygiene — RESOLVED (this session) |
| 14 | + |
| 15 | +**Audit**: `infra/wateringHole/` has 37 flat handoffs, no `archive/` subdir. |
| 16 | + |
| 17 | +**Fix**: Created `archive/` subdir. 28 superseded handoffs (S243–S266) moved |
| 18 | +to `archive/`. 9 active handoffs remain at top level (S267–S275). |
| 19 | + |
| 20 | +Split boundary: S267+ = active (deep debt evolution, primalSpring wave |
| 21 | +responses). S243–S266 = Phase C absorption, diesel engine, hotspring |
| 22 | +exchanges — all resolved work. |
| 23 | + |
| 24 | +### 2. Slow startup (>8s cold) — ALREADY RESOLVED (S275, earlier this session) |
| 25 | + |
| 26 | +**Audit**: Cold launch >8s, health probes can time out. |
| 27 | + |
| 28 | +**Fix** (shipped in S275 Wave 49 ecosystem tightening commit): |
| 29 | + |
| 30 | +1. **Deferred wgpu GPU enumeration** — `query_local_capabilities()` returns |
| 31 | + fast baseline (cpu, memory, orchestration) immediately. wgpu |
| 32 | + `enumerate_adapters()` (1–5s Vulkan driver init) runs in background |
| 33 | + `tokio::spawn`. Full GPU capabilities populate `OnceLock` asynchronously. |
| 34 | + |
| 35 | +2. **Pre-bound JSON-RPC socket** — `prebind_unix_listener()` binds the |
| 36 | + socket before `create_executor()` runs. Health probes can connect during |
| 37 | + initialization. `serve_unix_prebound()` accepts pre-bound listener once |
| 38 | + handler is ready. |
| 39 | + |
| 40 | +3. Default `LocalDirect` deployment skips orchestrator overhead entirely. |
| 41 | + |
| 42 | +**Result**: Socket is listening within ~1s of startup. Health probes no |
| 43 | +longer time out during cold launch. |
| 44 | + |
| 45 | +--- |
| 46 | + |
| 47 | +## Ecosystem Notes |
| 48 | + |
| 49 | +### S4 Auth Shadow |
| 50 | +No action needed from toadStool — membrane consumes through bearDog. |
| 51 | +Acknowledged. |
| 52 | + |
| 53 | +### Cross-Gate `discovery.peers` |
| 54 | +toadStool does not gate this — Songbird owns `mesh.init` + `discovery.peers`. |
| 55 | +We'll consume the capability when it lands. |
| 56 | + |
| 57 | +--- |
| 58 | + |
| 59 | +## Verification |
| 60 | + |
| 61 | +- [x] `infra/wateringHole/handoffs/archive/` exists with 28 superseded files |
| 62 | +- [x] 9 active handoffs at top level (S267–S275) |
| 63 | +- [x] Startup latency fix shipped (S275) |
| 64 | +- [x] 0 clippy warnings, 9,149+ lib tests passing |
| 65 | + |
| 66 | +--- |
| 67 | + |
| 68 | +Both toadStool items from Wave 49 Mountain audit: **RESOLVED**. |
0 commit comments