KB-46AC

70000x · 10 — Evidence bundle pointer (commit e4cf523, pre/post sha, reproduce commands)</title> <parameter name="tags">["iu-core","70000x","evidence","pointer","sha256","commit"]

4 min read Revision 1

70000x · 10 — Evidence bundle pointer

Repo

field value
Repo ~/iu-cutter-build/repo/iu-cutter
Branch main
Start commit 6cffa59 (50000x partial pass end)
End commit e4cf523
Parent baseline IU_CORE_50000X_PARTIAL_PASS_FOCUSED_SUBSET
Macro IU_CORE_70000X_FULL_TEST_READINESS_FOR_SIX_USER_FLOWS
Outcome IU_CORE_70000X_FULL_TEST_READINESS_FOR_SIX_USER_FLOWS_PASS

Live state

metric value
information_unit 175
iu_piece_collection 44
iu_piece_membership 223
iu_collection_template_instance_lineage 37
iu_auto_instantiate_event_log 33
iu_lifecycle_log 146
iu_sql_link 0
event_outbox event_domain=piece 0
DOT governed catalog 26
D9 conformance 183 (7/7 GREEN; +2 from mig 036)
pytest 1324 PASS
Qdrant iu_core_iu_chunks 149 (unchanged)
Qdrant production_documents (untouched)
DIEU axes 27/23/36 (unchanged)
11 IU Core write gates all inert

pg_dump backup chain (70000x)

stage path size sha256
pre /opt/incomex/backups/iu-core-70000x/pre-70000x-20260525T073730Z.dump 80,859,950 ccf1a2bdb1a6afcf6a18d1ea4ec6d60e9b10c99540f6aa8f13a7b60f7e0c3115
post /opt/incomex/backups/iu-core-70000x/post-70000x-20260525T082243Z.dump 80,862,539 feb8143748106b21b6fe4e7cd0582cf8a22ba97240f0ba5390018a3cd49b4597
delta post − pre +2,589 B consistent with +1 fn + 1 trigger in pg_proc + pg_trigger system catalogs

Runner artifacts

path purpose
ops/iu-core-six-flow-test-readiness/run_six_flow_tests.sh bash runner
ops/iu-core-six-flow-test-readiness/test_01..06_*.sql six SQL test scripts
ops/iu-core-six-flow-test-readiness/_reports/20260525T081115Z/summary.json last all-PASS run (6/6 PASS)
ops/iu-core-six-flow-test-readiness/_reports/20260525T081115Z/test_NN_*.log per-test psql logs

KB report bundle (this directory)

00-pass-summary.md
01-baseline-channel-discovery.md
02-p1-mig-036-applied.md
03-p2-six-flow-runner.md
04-p3-six-flow-evidence.md
05-p4-regression-matrix.md
06-carry-forward.md
07-lessons.md
OPERATOR_RUNBOOK_70000X_ADDENDUM.md
09-final-readiness-matrix.md
10-evidence-bundle-pointer.md  ← this file

Upload target

knowledge/dev/laws/dieu44-trien-khai/v0.6-iu-core-70000x-full-test-readiness-six-user-flows-open-goal/

How to reproduce 6/6 PASS

cd ~/iu-cutter-build/repo/iu-cutter/ops/iu-core-six-flow-test-readiness
SSH_HOST=contabo ./run_six_flow_tests.sh
# expect: 6 PASS, exit 0

How to verify mig 036 live

ssh contabo "docker exec -i postgres psql -U directus -d directus -tAc \
\"SELECT (SELECT count(*) FROM pg_proc WHERE proname='fn_iu_three_axis_envelope_auto_refresh_lineage_trigger') AS fn,
        (SELECT count(*) FROM pg_trigger WHERE tgname='trg_iu_three_axis_envelope_auto_refresh_lineage' AND NOT tgisinternal) AS trg,
        (SELECT value FROM dot_config WHERE key='iu_core.three_axis_auto_refresh_enabled') AS gate;\""
# expect: 1|1|false

How to verify 1324 tests PASS

cd ~/iu-cutter-build/repo/iu-cutter
python3 -m pytest tests/ --tb=line -q
# expect: 1324 passed
Back to Knowledge Hub knowledge/dev/laws/dieu44-trien-khai/v0.6-iu-core-70000x-full-test-readiness-six-user-flows-open-goal/10-evidence-bundle-pointer.md