KB-2D6B
IU Core MVP — 09 Commit + Artifact Status
2 min read Revision 1
dieu44iu-core-mvpcommitartifact-statusv0.62026-05-21
IU Core MVP — 09 Commit + Artifact Status
Date: 2026-05-21
Repo
- Path:
/Users/nmhuyen/iu-cutter-build/repo/iu-cutter - Branch:
main - HEAD before:
f111d4abd098bfd6653b157ea45a83e086c0a2fe - HEAD after:
d22e361cbca8a57000cf9297a1826112a22e0caf - Commit:
d22e361—feat(iu-core): author PG-native IU core MVP DDL + helpers (sql/iu-core) - Parent:
f111d4a - Diff: 16 files changed, +1609 insertions, 0 deletions (all new files).
- Working tree after commit: clean. No uncommitted changes.
Files committed (16)
sql/iu-core/001_iu_sql_link.sql
sql/iu-core/002_iu_event_routes.sql
sql/iu-core/003_parent_child_constraints.sql
sql/iu-core/004_structure_ops_lineage.sql
sql/iu-core/005_trigger_contracts_and_guards.sql
sql/iu-core/README.md
sql/iu-core/rollback/001_iu_sql_link.rollback.sql
sql/iu-core/rollback/002_iu_event_routes.rollback.sql
sql/iu-core/rollback/003_parent_child_constraints.rollback.sql
sql/iu-core/rollback/004_structure_ops_lineage.rollback.sql
sql/iu-core/rollback/005_trigger_contracts_and_guards.rollback.sql
cutter_agent/iu_core/__init__.py
cutter_agent/iu_core/idempotency.py
cutter_agent/iu_core/structure_ops.py
cutter_agent/iu_core/tree.py
tests/test_iu_core_ddl.py
Test command + result
$ python3 -m unittest discover -s tests
Ran 519 tests in 0.298s
OK
Boundaries respected
- NOT pushed. NOT merged elsewhere. NOT tagged. NOT deployed.
mainis local-only (no git remote configured) — push is not possible and was not attempted.- No existing file modified — package is purely additive.
- v0.4 / v0.5 / orchestrator code untouched.
- No production DB write, no DDL execution, no
execution_enabledchange.
Cleanup needed
None. Working tree is clean; all new artifacts are committed; no temp/scratch files were left in the repo or in production paths.
Reversal (NOT executed)
git reset --hard f111d4a on main fully reverses this macro.