Skip to content

Commit a1b1e59

Browse files
BiomeOS Developercursoragent
andcommitted
archive wateringHole hygiene + audit response — Wave 49 Mountain
28 superseded handoffs (S243–S266) moved to archive/ subdir. 9 active handoffs remain at top level (S267–S275). Wave 49 Mountain audit response: both toadStool items resolved (archive hygiene + startup latency already fixed in S275). Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent ba7fc3a commit a1b1e59

29 files changed

Lines changed: 68 additions & 0 deletions

File tree

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
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**.

infra/wateringHole/handoffs/DIESEL_ENGINE_MIGRATION_S252_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/DIESEL_ENGINE_MIGRATION_S252_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_COMPUTE_TRIO_RESPONSE_S256_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_COMPUTE_TRIO_RESPONSE_S256_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_DIESEL_ENGINE_COMPLETION_S262_MAY14_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_DIESEL_ENGINE_COMPLETION_S262_MAY14_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_LAST_MILE_RESPONSE_S259_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_LAST_MILE_RESPONSE_S259_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_PBDMA_DISPATCH_RESPONSE_S258_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_PBDMA_DISPATCH_RESPONSE_S258_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_POST_EXCISION_RESPONSE_S253_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_POST_EXCISION_RESPONSE_S253_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_SOVEREIGN_COMPUTE_EVOLUTION_PASS_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_SOVEREIGN_COMPUTE_EVOLUTION_PASS_MAY13_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_SOVEREIGN_COMPUTE_TRIO_RESPONSE_S260_MAY14_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_SOVEREIGN_COMPUTE_TRIO_RESPONSE_S260_MAY14_2026.md

File renamed without changes.

infra/wateringHole/handoffs/HOTSPRING_TOADSTOOL_S243_AUDIT_RESPONSE_S255_MAY13_2026.md renamed to infra/wateringHole/handoffs/archive/HOTSPRING_TOADSTOOL_S243_AUDIT_RESPONSE_S255_MAY13_2026.md

File renamed without changes.

0 commit comments

Comments
 (0)