# Seung's Flow with Logi — Public Release Bundle (Draft) 0008 Document type: posting README + bundle map (L7) Encoding: UTF-8 Rendering: Markdown /// 0. Scope This bundle is the current working snapshot up to: - Phase2(DB Physical): DB substrate (revision + validation + no-delete/rebind) - Phase3(Runtime): minimal runnable loop that emits validation logs and next_action /// 1. Tree (what exists so far) SeungsFlow_with_Logi/ ├─ 00_Blueprint/ │ ├─ COREMAP_Blueprint_vNext_v1.0_EN.md │ └─ COREMAP_Blueprint_vNext_v1.0_KR.md │ ├─ 10_Phase2_DB_Physical/ │ ├─ docs/ │ │ ├─ COREMAP_L7_Phase2_DB_Physical_0002_v1.0.1_L7.md (history) │ │ ├─ COREMAP_L7_Phase2_DB_Physical_0003_v1.0.2_L7.md (history) │ │ └─ COREMAP_L7_Phase2_DB_Physical_0004_v1.0.3_L7.md (latest) │ │ │ ├─ sql/ │ │ ├─ coremap_phase2_migration_0003_v1.0.1.sql (history) │ │ ├─ coremap_phase2_migration_0004_v1.0.2.sql (latest) │ │ ├─ coremap_phase2_seed_0001_v1.0.1.sql (history) │ │ ├─ coremap_phase2_seed_0003_v1.0.3.sql (history) │ │ └─ coremap_phase2_seed_0004_v1.0.2.sql (latest) │ │ │ └─ index/ │ ├─ SeungsFlow_with_Logi_INDEX_Phase2_0001_v1.0_L7.md (history) │ ├─ SeungsFlow_with_Logi_INDEX_Phase2_0003_v1.0.1_L7.md (history) │ └─ SeungsFlow_with_Logi_INDEX_Phase2_0004_v1.0.2_L7.md (latest) │ └─ 20_Phase3_Runtime/ ├─ docs/ │ ├─ SeungsFlow_with_Logi_PHASE3_Runtime_0005_v0.1_L7.md (history) │ ├─ SeungsFlow_with_Logi_PHASE3_Runtime_0006_v0.2_L7.md (latest) │ └─ SeungsFlow_with_Logi_PHASE3_Package_0007_v0.2_L7.md (latest bundle note) │ ├─ code/ │ └─ seungsflow_runtime_runner_0006_v0.1.py (latest) │ └─ index/ └─ SeungsFlow_with_Logi_INDEX_Phase3_0006_v0.1_L7.md (latest) /// 2. What to publish (minimal set) Publish only the latest artifacts per lane. Phase2(DB Physical) latest: - COREMAP_L7_Phase2_DB_Physical_0004_v1.0.3_L7.md - coremap_phase2_migration_0004_v1.0.2.sql - coremap_phase2_seed_0004_v1.0.2.sql - SeungsFlow_with_Logi_INDEX_Phase2_0004_v1.0.2_L7.md Phase3(Runtime) latest: - SeungsFlow_with_Logi_PHASE3_Runtime_0006_v0.2_L7.md - seungsflow_runtime_runner_0006_v0.1.py - SeungsFlow_with_Logi_INDEX_Phase3_0006_v0.1_L7.md - (optional) SeungsFlow_with_Logi_PHASE3_Package_0007_v0.2_L7.md Blueprint (optional, if you want readers to see the big picture): - COREMAP_Blueprint_vNext_v1.0_EN.md - COREMAP_Blueprint_vNext_v1.0_KR.md /// 3. Local archive rule (recommended) - Keep all numbered history locally. - Public release = latest-only per lane. Reason: reduce noise, keep the post readable. /// 4. Quick run (for readers) 1) PostgreSQL: enable pgcrypto 2) Run migration SQL (Phase2) 3) Run seed SQL (Phase2) 4) Run runtime runner (Phase3) 5) Inspect validation_log + v_revision_status Note: runtime runner is currently a minimal skeleton. It is intended to prove: - input(packet) -> validation_log -> next_action as an executable loop. /// 5. Safety note Before publishing, remove: - any private tokens/keys - any private hostnames/addresses - any personal phone/email lines This bundle is designed to be safe by default, but re-check anyway. ///