6d61c53152
Wire the live per-cell condition assembler (cmd_chat/sor/assembler.py): compose
the existing R1/R4/R5/R6 pieces into a condition-encoding CircuitSpec per frozen
§2 cell, so a cell_id maps to a genuinely distinct, ForwarderPlan-gated
(engine != local) isolated circuit rather than the plain 3-hop control:
- RQ1 bridge-on / on+padding insert a live bridge hop (+ R1 PADDING stream);
- RQ2 bridge-/directory-federated genuinely span >= 2 houses
(federation.select_federated_path, split-knowledge).
Plans only: opens no socket, moves no traffic, stands up no engine.
battery.assembler_dry_check validates on FIXTURES (6/6 cells distinct
fingerprints, all isolation-gated, same (cell,seed) reproduces, RQ1 bridge +
padding arms live, RQ2 federation >= 2 houses); write-once, kept out of any
confirmatory data dir. confirmatory_run preflight now runs it; the --operator-go
path no longer refuses cells as "not wired" — triple-lock + green preflight HOLD
on grid completion, then surface the operator's immutable data-run gate. No
confirmatory cell is ever fabricated.
Start-line instrument-validation gate (cmd_chat/sor/gate.py), grid + containment
pin (grid.py), and the guarded launcher (confirmatory_run.py) land alongside.
Holm: hold family_size = 7, report the 4 RQ1/RQ2 tests -> multipliers 7,6,5,4.
This is the pre-registration, not a deviation (prereg §6 [APPROVAL] size-7 family
+ D6 disclosure in the lead paper); docs/stage-05-holm-clarification.md marked
RATIFIED. RQ3-fold and alpha-split declined.
Containment intact; prereg untouched (SHA f22331a72e...); worktree-only. output/
gitignored (runtime artifacts, never source). Full SOR suite 156 passed. No
confirmatory data collected — the live data run remains the human gate.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
44 lines
711 B
Plaintext
44 lines
711 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.pyc
|
|
/venv/
|
|
.venv/
|
|
.pytest_cache/
|
|
.benchmarks/
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
cmd_chat.egg-info/
|
|
secured_console_chat.egg-info/
|
|
|
|
# Secrets / keys
|
|
*.pem
|
|
|
|
# Editor / OS
|
|
.idea/
|
|
|
|
# Logs / runtime scratch
|
|
*.log
|
|
err.log
|
|
|
|
# Sandbox save/load snapshots (large runtime tarballs, not source)
|
|
/hh/hh-snapshots/
|
|
|
|
# Out-of-tree experiments (not part of hack-house)
|
|
/experiments/
|
|
/headroom/
|
|
|
|
# Heavy / superseded demo-build kit (real demos live in video-toolkit)
|
|
/docs/demo/
|
|
|
|
# SOR run artifacts (runtime-generated: preflight/dry/start-line/confirmatory;
|
|
# immutable once written, never source — kept out of version control)
|
|
/output/
|
|
|
|
# Project scratch
|
|
/i-try/
|
|
test_rsa.py
|
|
commiter.py
|
|
true.txt
|
|
/downloads/
|