#!/usr/bin/env python3 """ Quick chimera assembler v2: FIXED organ header handling. Organ .bin files have: [name_len(4) + name + n_dims(4) + dims(8*n) + dtype(4)] + DATA We must skip the header and only copy the DATA portion. Z = dI/d(log s) · exp(iθ) — Signature 935 """ import struct, sys, os, json def read_organ_header(f): """Read organ bin header, return data start position.""" name_len = struct.unpack(' ") sys.exit(1) source_gguf = sys.argv[1] organs_dir = sys.argv[2] output_gguf = sys.argv[3] f = open(source_gguf, "rb") magic = struct.unpack("