TEMPLE4 — COMBINED BUILD
========================
Merge of:
  - sidecar-bot-for-temple3.zip   (Phase-2 verified sidecar + HDGL night build)
  - trailblaze-smoke-test-fix1.zip (Q4_K byte-exact test correction)

CHANGES APPLIED
---------------
1. Expanded the nested hdgl-night-build.zip to top level. All 8 files that were
   duplicated between the sidecar root and the night build were byte-identical;
   deduplicated to a single copy. Redundant hdgl-night-build.zip removed.
2. Applied the Q4_K correction: PHASE2_VERIFIED.txt line 47 upgraded from
   "PASS (smoke)" to the byte-exact wording. q4k_verify_test.c added.
   Rebuilt and ran: all 5 assertions PASS (exit 0).
3. hdgl-substrate-boot-merged.zip kept nested — self-contained prior artifact.

CONTENTS
--------
  TEMPLE4_MANIFEST.txt          this file
  Q4K_SMOKE_CORRECTION.txt      correction rationale
  q4k_verify_test.c             byte-exact Q4_K test (5 assertions, PASS)
  PHASE2_VERIFIED.txt           phase-2 verification (line 47 corrected)
  UNIFIED_ARCH.txt              unified attractor architecture
  README_NIGHT_BUILD.md         night build notes
  HOLYC_STATIC_CHECK.txt        HolyC static check
  PRE_DREAM_ASSESSMENT.md       pre-dream assessment
  EXPANSION.txt / SWAP_MANIFEST.txt
  HDGLAgent.HC / PaneBus.HC     HolyC agent + pane bus
  emerge-sidecar.sh build_cpu_verified.sh glove-train.sh run-expanded.sh
  init.expanded / init.sidecar
  critic_learn_test.c           critic TD-learning test
  tb_infer_cpu_verified         verified CPU inference binary (ELF)
  hdgl-substrate-boot-merged.zip  nested substrate boot artifact

BUILD/VERIFY
------------
  gcc -O2 -std=c11 q4k_verify_test.c -lm -o q4k_verify_test && ./q4k_verify_test
