Mark ROADMAP item 7 (placement guide) done; refresh Current state

This commit is contained in:
Keysat
2026-06-15 17:29:47 -05:00
parent d9850f8ad8
commit 7ed43fcb59
2 changed files with 31 additions and 32 deletions
+10 -16
View File
@@ -131,20 +131,14 @@ allow-by-default and would have *un-ignored* `premier-gunner`'s password-bearing
"scratch, don't track" decision.
- **`start-os`** is an external upstream (Start9Labs/start-os) — out of scope, no action.
## 7. Verify & correct the placement guide
## 7. Verify & correct the placement guide ✅ DONE (2026-06-15)
**Why:** `guides/placement.md` was ported from a one-shot `idea-workshop` skill that was
generated from chat history and **never verified** against the actual setup. Its *decision
sequence* and *substance rule* are sound; its **infrastructure facts** (Start9 services,
Spark/Qwen3 model lineup, embeddings/TTS, network/access, data-layer defaults) are
provisional and almost certainly need correcting. The file carries an "UNVERIFIED" banner
pointing here until that's done.
**What it touches if wrong:** `/new-project` (Phase 2 walks it for placement) and
`how-i-work.md` (one-line pointer), so stale facts propagate into every new repo's placement
decision. Worth a focused pass.
**To do:** walk the "Infrastructure facts" section with the user section by section — confirm
or correct each (running Start9 services, the Spark gateway endpoint + Qwen3 details, TTS/
embeddings, WireGuard/iOS access, data-layer defaults) — then drop the UNVERIFIED banner and
update the "last generated" line to a real "last verified" date.
Walked the "Infrastructure facts" section with the owner and corrected it against the real
setup (cross-checked against the project repos + a Spark-control topology dump). Fixes: **x86**
StartOS **0.4.0** box + full service inventory (Gitea, Nextcloud, Home Assistant, CLN + RTL,
Open WebUI, Vaultwarden, Synapse, and every Claude-built app); the two-Spark **role split**
(LLM Spark = vLLM; audio/speech Spark = Parakeet / Kokoro / Sortformer + TitaNet + bge-m3 +
Qdrant, and it hosts matrix-bridge); **don't hardcode a model — query the Spark Control
gateway** for the live one (daily driver Qwen3.6, hot-swappable); networking reduced to LAN /
WireGuard / StartTunnel (Proton VPN + Tor were legacy, dropped). UNVERIFIED banner replaced
with a "verified 2026-06-15" note; decision steps 4 and 6 aligned. Commit `ee5c8bb`.