From 9ccbeb898aaa33352ec1ac367827ab005b756c54 Mon Sep 17 00:00:00 2001 From: Codex Date: Mon, 15 Jun 2026 14:12:05 +0200 Subject: [PATCH] VIOLET build spec: add repo cwd + must-run-on-host constraint Repo cwd /mnt/dolphinng5_predict (git root), no remote (local-only) -> agent must run on this host in this dir; needs host-local eigenvalues data, live ClickHouse, and BLUE runtime for bit-identity. Adds CH creds + python path. Co-Authored-By: Claude Opus 4.8 --- prod/docs/VIOLET_BUILD_SPEC__SIZING_PARITY.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/prod/docs/VIOLET_BUILD_SPEC__SIZING_PARITY.md b/prod/docs/VIOLET_BUILD_SPEC__SIZING_PARITY.md index ac829ec..e9035d9 100644 --- a/prod/docs/VIOLET_BUILD_SPEC__SIZING_PARITY.md +++ b/prod/docs/VIOLET_BUILD_SPEC__SIZING_PARITY.md @@ -1,7 +1,15 @@ # VIOLET Build Spec — Full Sizing Parity (orchestrator wrap-all → bit-identity) -**Status:** READY TO BUILD. Self-contained brief for an agent with repo access (no -prior session context assumed). Branch `exp/pink-ditav2-sprint0-20260530`. +**Status:** READY TO BUILD. Self-contained brief; no prior session context assumed. + +**Repo cwd: `/mnt/dolphinng5_predict`** (git root). Branch +`exp/pink-ditav2-sprint0-20260530`. **No git remote — local-only repo.** ⟹ the build +agent MUST run ON THIS HOST in this directory; it cannot clone elsewhere, and the build +needs host-local resources regardless: the eigenvalues data on disk +(`/mnt/dolphin_training/data/eigenvalues` or sibling), the live ClickHouse +(`http://localhost:8123`, user `dolphin` / key `dolphin_ch_2026`), and BLUE's actual +code/runtime for the bit-identity comparison. Python: `/home/dolphin/siloqy_env/bin/python3`. + Background/derivation: `VIOLET_V3_FINDINGS.md` §8b/§8c. Doctrine: memory `violet_v3_alpha_doctrine` (if loaded) — key rules restated below.