O8B reconcile-deploy live wiring (Contabo) — 02-o8a-staging-changeset-survey
O8B Report 02 — O8A staging change-set survey (G1)
- macro:
v0.6-o8b-reconcile-deploy-live-wiring - date_utc: 2026-05-21 · host:
vmi3080463(Contabo) - gate covered: G1 O8A staging change-set survey — read-only
1. Method
diff -rq between the deployed baseline /opt/incomex/dot/iu-cutter-v0.6
and the O8A staging tree /opt/incomex/dot/iu-cutter-v0.6-o8a-staging
(excluding __pycache__, .git, the staging-only o8a-reports/ and
upload_kb.py). sha256sum over every change-set file.
2. Change set — exactly 9 files (7 modified, 2 new)
Confirmed identical to O8A Report 04 §1 / Report 08 §2.
| # | File | Δ | staging sha256 | deployed-v0.6 sha256 |
|---|---|---|---|---|
| 1 | cutter_agent/orchestrator/__init__.py |
mod | 42aeb2f1…945ef23 |
6e7bd8e3…3497a4e |
| 2 | cutter_agent/orchestrator/live_execution.py |
new | 5b268038…801e0ae |
— (absent) |
| 3 | cutter_agent/orchestrator/runner.py |
mod | 5380806e…9c3d930 |
87c04fa6…9c3acde3 |
| 4 | cutter_agent/orchestrator/phases/backup.py |
mod | f74d68f2…4f35653 |
0746cf41…ff19059 |
| 5 | cutter_agent/orchestrator/phases/cut_leg_a.py |
mod | 672a922c…d38b7ad |
7a136e04…d7eeb1 |
| 6 | cutter_agent/orchestrator/phases/leg_b_record.py |
mod | ff462be8…624155 |
d973aeb9…1367bd8 |
| 7 | cutter_agent/orchestrator/phases/write_verify.py |
mod | acf3ac08…2b0434e |
3eff3aa8…ca64ea |
| 8 | cutter_agent/orchestrator/phases/lifecycle_enact.py |
mod | 7854df87…3a4028 |
413caed2…d15fd15 |
| 9 | tests/test_orchestrator_o8a_live_wiring.py |
new | 4fb9d609…f4fbaa6 |
— (absent) |
Full hashes are in the Report 05 manifest. The 7 modified files all differ from their deployed counterparts; the 2 new files are absent from v0.6 — the diff produces no other delta.
3. KB cross-check
O8A Report 04 §1 lists the same 9 files with the same mod/new split and
the same intent (5 Mode.LIVE phase branches + the live_execution.py
seam + the execution_enabled() kill-switch function + the runner live
gate). The staging tree matches the O8A report exactly — no drift.
4. Kill-switch / marker state
orchestrator/__init__.py (staging):
__version__ = "0.6.0-O4-live-dryrun-orchestration" (unchanged)
__milestone__ = "O4" (unchanged)
__execution_enabled__ = False (unchanged backing constant)
__live_wiring__ = "O8A-authoring-staging" (new additive marker)
def execution_enabled() -> bool: return __execution_enabled__ (new function)
execution_enabled is False. The deployed v0.6 __init__.py is the
pre-O8A baseline (no execution_enabled() function, no __live_wiring__)
and also has __execution_enabled__ = False.
5. Secret / hardcode scan over the 9 files
grep -nEi for password / secret / api-key / dsn= / postgres:// /
PEM headers / dotted-quad IPs / PIN_[A-Z] → no hits other than
documentation comments stating the seam owns no secret/DSN/credential.
No module-level runtime PINs; the adapter's four collaborators are
injected and default to refusing stubs (no DSN/.env/secret in code).
6. Production-mutation requirement
None. The change set is code plus a stdlib-unittest sandbox test. The
test path uses a fake DB and prints production=REFUSED.
7. G1 verdict
exact_change_set: 9 files (7 mod, 2 new) — matches O8A report
hashes_computed: yes (Report 05 manifest)
secret_or_hardcode: none
production_mutation_req: none
g1: PASS (survey complete)