# 004 — MANIFEST ## Primordial Compute Stack v0.1 — Complete File Inventory **Collin D. Weber · April 30, 2026** --- ## Bundle Root | File | Class | Size | Description | |------|-------|------|-------------| | `000_READ_ME_FIRST.md` | INTEGRATION | — | Entry point, reading order, classification key | | `001_STACK_OVERVIEW.md` | INTEGRATION | — | Layer-by-layer description with status | | `002_INTEGRATION_SPEC.md` | INTEGRATION | — | Inter-layer interface definitions and data flows | | `003_CANONICAL_BOUNDARIES.md` | INTEGRATION | — | What is canonical vs. provisional | | `004_MANIFEST.md` | INTEGRATION | — | This document | | `005_SHA256_CHECKSUMS.sha256` | INTEGRATION | — | SHA-256 checksums for all bundle files | --- ## source_packages/ Original OSF-released archives. **Unmodified.** Filenames normalized for directory consistency (dots in version numbers replaced with underscores in filenames only; internal contents unchanged). | File | Class | Size | SHA-256 | |------|-------|------|---------| | `Primordial_OS_HIR_Runtime_Prototype_v0_1_Collin_D_Weber_OSF.zip` | RUNNABLE (outer OSF wrapper) | 493 KB | `d079b2d0eb4d54350f3986b6b3d917a48119916f4cf6f73a9f8ad5e38c6725b7` | | `Primordial_OS_HIR_Runtime_Prototype_v0_1_Collin_D_Weber_zip.sha256` | PROVENANCE | 126 B | — | | `Primordial_HIR_SPU_Architecture_v0_1_Collin_D_Weber.zip` | HARDWARE-SPEC | 34 KB | `07c2b0fe4d4159ea2237a6782afe789b3867e47a364f590af670201c11385f84` | | `Primordial_HIR_SPU_Architecture_v0_1_Collin_D_Weber_zip.sha256` | PROVENANCE | 122 B | — | | `Primordial_CyberSec_Suite_v0_1_Collin_D_Weber.zip` | RUNNABLE | 82 KB | `77afde90c197182798db42b225ca0f37da5bf94c520e74a42c0deb3cf026563e` | | `Primordial_CyberSec_Suite_v0_1_Collin_D_Weber_zip.sha256` | PROVENANCE | 116 B | — | **Inner runtime archive** (inside OSF outer wrapper): - `Primordial_OS_HIR_Runtime_Prototype_v0.1_Collin_D_Weber.zip` - SHA-256: `85b9fdf98a4a3258aa38f92d18124c529d47e535c8b3e2e36f36715c217a34d2` - This is the hash referenced in the OSF `.sha256` file and the README verification summary. - The outer OSF wrapper (`d079b2d0...`) includes this inner archive plus the documentation set. --- ## source_packages/ — Contents Summary (do not re-extract to verify; consult original SHA-256 files) ### Primordial_OS_HIR_Runtime_Prototype (inner zip, 26 files) ``` primordial_os/ ├── README.md, MANIFEST.md, LIMITATIONS.md, CHECKSUMS.sha256 ├── config.json, sample_audit_log.jsonl, __main__.py, cli.py ├── hir/kernel.py, equations.py, failure_modes.py, state.py, config.py ├── gates/action.py, diamond.py ├── audit/log.py ├── web/server.py, index.html ├── scenarios/examples.py └── tests/test_kernel.py ``` ### Primordial_HIR_SPU_Architecture (35 files) ``` Primordial_HIR_SPU_Architecture_v0.1_Collin_D_Weber/ ├── README.md, MANIFEST.md, VERSION_NOTES.md ├── ARCHITECTURE_HIR_SPU_v0.1.md ├── docs/HIR_SPU_OSF_ABSTRACT.md, IMPLEMENTATION_LADDER.md, ARCHITECTURE_SUMMARY_CARD.md ├── specs/FUNCTIONAL_SPEC.md, REGISTER_MAP.md, INSTRUCTION_SET.md ├── specs/FIXED_POINT_PROFILE.md, SAFETY_INVARIANTS.md ├── specs/PACKET_SCHEMAS.json, RULE_CLASS_MAP.json ├── rtl/README_RTL.md, hir_spu_pkg.sv, hir_spu_top.sv ├── sim/GOLDEN_MODEL_PLAN.md, test_vectors.json ├── host/HOST_ADAPTER_SPEC.md ├── security/THREAT_MODEL.md ├── provenance/SOURCE_PACKAGE_HASHES.sha256, SOURCE_NOTES.md ├── checksums/CHECKSUMS.sha256 └── diagrams/HIR_SPU_PIPELINE.txt ``` ### Primordial_CyberSec_Suite (68 files) ``` Primordial_CyberSec_Suite_v0.1_Collin_D_Weber/ ├── README.md, MANIFEST.md, LIMITATIONS.md, CHECKSUMS.sha256 ├── RUNBOOK_WINDOWS_FIRST_SCAN.md, TEST_RESULTS.md ├── config/triage_rules.json ├── cybersec_suite/__init__.py, __main__.py, cli.py, core.py ├── cybersec_suite/audit.py, file_integrity.py, hir_bridge.py ├── cybersec_suite/inventory.py, process_net.py, reporting.py ├── cybersec_suite/rules.py, utils.py, windows_collectors.py ├── cybersec_suite/tests/test_suite.py ├── primordial_os/ [full runtime mirror — 20 files] ├── scripts/collect_windows_evidence.ps1 ├── scripts/run_scan_linux_mac.sh, run_scan_windows.ps1 └── provenance/SOURCE_PACKAGE_HASHES.sha256 ``` --- ## docs_canonical/ Extracted from the OSF documentation set zip inside the outer OS Runtime wrapper. These are the upstream canonical documents. **Read-only reference.** | File | Class | Size | SHA-256 (from DOCUMENTATION_CHECKSUMS.sha256) | |------|-------|------|-----------------------------------------------| | `README_OSF.md` | CANONICAL | 5.4 KB | `fed58703...` | | `HIR_Architecture_Specification_v1.0_Collin_D_Weber.md` | CANONICAL | 30.9 KB | `93daeadf...` | | `Primordial_OS_Baseline_Instruction_Set_v1.0_Collin_D_Weber.md` | CANONICAL | 21.8 KB | `d3dc67d3...` | Source: `Primordial_OS_OSF_Documentation_Set_v0.1.zip` Documentation set SHA-256 (from DOCUMENTATION_CHECKSUMS.sha256): `a7b04451...` --- ## architecture_maps/ Interactive HTML architecture diagrams. Derived from source package analysis. Session-generated April 30, 2026. | File | Class | Size | SHA-256 | Derivation | |------|-------|------|---------|------------| | `Primordial_HIR_SPU_CPU_Map.html` | ARCH-MAP | 35 KB | `d1dbca19aa93f78c0654c81c18e8f658af477cf397912147c2b95c8ef0e8ac0d` | HIR-SPU architecture zip, RTL, register map, pipeline diagram, safety invariants | | `Primordial_HIR_SPU_GPU_Map.html` | ARCH-MAP | 40 KB | `f46d2a53986e33df8dd7e76e40ef05a20883e0946a2d18e86784a84606d49a86` | RTL always_comb block analysis, equations.py, diamond.py, config.py | | `Primordial_RAM_Architecture_v0_1.html` | ARCH-MAP + PROVISIONAL | 38 KB | `1a42314864f7d09335d294cdb20e3224eff1109fafef976d155c811bf47bf2d5` | Canonical equation stack, audit/log.py schema, KernelState, AuditRecord | --- ## osf_documents/ OSF-format documents. Session-generated April 30, 2026. | File | Class | Size | SHA-256 | Notes | |------|-------|------|---------|-------| | `Primordial_RAM_Architecture_v0_1_Collin_D_Weber.docx` | PROVISIONAL | 18 KB | `275000a85a2142906e0eb8c39a4b1f13ec107c772d97e5aca4b168c9526f7604` | RAM architecture OSF document. Provisional. Not yet prototyped. | --- ## Total Bundle Contents | Category | Files | Notes | |----------|-------|-------| | Integration scaffolding (000–005) | 6 | This bundle's documentation layer | | Source packages (zip archives) | 3 | Original OSF releases, unmodified | | Source package SHA-256 files | 3 | Original provenance files | | Canonical OSF documents | 3 | Extracted for direct access | | Architecture maps (HTML) | 3 | Session-derived, April 30, 2026 | | OSF documents (docx) | 1 | Session-derived, April 30, 2026 | | **Total top-level files** | **19** | Plus all files inside source zip archives | --- ## Provenance Notes The `.sha256` files inside `source_packages/` were provided by the author as part of the original OSF release submissions. They are authoritative. The SHA-256 values listed in this manifest for the source zip files were independently computed from the uploaded archives and match the author-provided checksums where applicable. Discrepancy note for the OS Runtime outer wrapper: - The author-provided `.sha256` file references the **inner** runtime zip (`85b9fdf9...`) - The outer OSF wrapper has SHA-256 `d079b2d0...` and includes the inner zip plus the documentation set - Both hashes are recorded here; neither supersedes the other