You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
primalSpring Wave 49 response: three cleanup vectors (showcase fossilization, wateringHole consolidation, stale deploy patterns) plus startup latency pipeline debt.
13
+
14
+
- FOSSILIZED: `showcase/` (35 files, 8 progressive API demos) archived to `fossilRecord/primals/toadStool/showcase_wave49/`, replaced with pointer README
15
+
- MIRRORED: 36 wateringHole handoffs to central `infra/wateringHole/` — 8 active to `handoffs/`, 28 historical to `handoffs/archive/`
16
+
- FIXED: Stale deploy patterns — `target/release/toadstool` in `.cargo/config.toml` and `AKIDA_DRIVER_DEPLOYMENT.md`, `cargo install` in CLI README, akida install script now prefers plasmidBin depot binary
17
+
- OPTIMIZED: Startup latency (>8s cold launch → ~3s) via deferred wgpu GPU enumeration (`tokio::spawn` background discovery, fast baseline returned immediately) and JSON-RPC socket pre-bind (`prebind_unix_listener` + `serve_unix_prebound` — socket bound before `create_executor`, health probes connect during init)
18
+
- VERIFIED: `notify-plasmidbin.yml` active on `main` push, no `which toadstool` patterns
0 commit comments