primordial-code-ecosystem / cs /docs /readme_osf.md
HirModel's picture
Upload 74 files
27ba41e verified
|
Raw
History Blame Contribute Delete
5.52 kB
# Primordial OS HIR Runtime Prototype v0.1
**Created and Developed by Collin D. Weber**
## Overview
This OSF release contains the **Primordial OS HIR Runtime Prototype v0.1** and supporting documentation.
This is **not** a finished bootable hardware operating system. It is an early software runtime / governance-kernel prototype for bounded AI and system autonomy using **Honesty, Integrity, and Respect (HIR)** as operational constraints.
The central operating rule is:
> Autonomy is allowed only when HIR resonance remains stable under pressure.
The prototype is intended for documentation, inspection, reproducibility review, and further technical development.
---
## Release Contents
Recommended OSF upload set:
```text
Primordial_OS_HIR_Runtime_Prototype_v0.1_Collin_D_Weber.zip
Primordial_OS_HIR_Runtime_Prototype_v0.1_Collin_D_Weber.zip.sha256
README_OSF.md
HIR_Architecture_Specification_v1.0_Collin_D_Weber.md
Primordial_OS_Baseline_Instruction_Set_v1.0_Collin_D_Weber.md
Claude_Final_Verification_Screenshot.png
```
The runtime archive reportedly contains:
```text
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
```
---
## Verification Summary
Final Claude-reported verification from the packaged archive:
```text
Archive: Primordial_OS_HIR_Runtime_Prototype_v0.1_Collin_D_Weber.zip
Size: 50,406 bytes
Files: 26 files
SHA-256: 85b9fdf98a4a3258aa38f92d18124c529d47e535c8b3e2e36f36715c217a34d2
sha256sum -c CHECKSUMS.sha256 β†’ 25/25 OK
python -m unittest primordial_os.tests.test_kernel β†’ 24/24 pass
sample audit log β†’ 7 records, chain intact
dashboard endpoints β†’ responding
GREEN scenario β†’ routes to execute
RED carceral scenario β†’ routes to halt
/api/verify β†’ returns intact
python -m primordial_os demo β†’ all 7 scenarios route as expected
```
---
## Local Checksum Verification
On Windows PowerShell, verify the release archive with:
```powershell
Get-FileHash ".\Primordial_OS_HIR_Runtime_Prototype_v0.1_Collin_D_Weber.zip" -Algorithm SHA256
```
Expected SHA-256:
```text
85b9fdf98a4a3258aa38f92d18124c529d47e535c8b3e2e36f36715c217a34d2
```
A matching checksum confirms that the archive being reviewed is the same packaged prototype described in this release note.
---
## Running the Prototype
From the extracted archive folder:
```bash
python -m primordial_os demo
python -m primordial_os repl
python -m primordial_os serve
python -m primordial_os verify-audit
python -m unittest primordial_os.tests.test_kernel -v
```
Default local dashboard:
```text
http://127.0.0.1:8765
```
---
## What This Prototype Demonstrates
The v0.1 prototype demonstrates a software structure for:
- HIR runtime / governance-kernel logic
- Diamond validation gates
- Honesty / Integrity / Respect checks
- Green / Yellow / Red state routing
- Configurable equation parameters
- Failure-mode detection
- Append-only hash-chained audit logging
- Sample audit-log verification
- Dashboard server and HTML interface
- CLI / demo / test suite behavior
The runtime is intended to test whether the HIR framework can be expressed as an operational structure for bounded AI/system autonomy.
---
## What This Is Not
This release should **not** be represented as:
- a finished operating system,
- a bootable hardware OS,
- production-ready infrastructure,
- a security-certified runtime,
- a replacement for formal engineering review,
- a replacement for scientific validation,
- a replacement for human stewardship or oversight.
It is a prototype governance/runtime layer for research, inspection, and further development.
---
## HIR Architecture Context
The supporting architecture specification defines the HIR Kernel as the policy/truth layer and maps:
```text
Honesty β†’ signal fidelity, provenance, logging, attestation
Integrity β†’ structural consistency, invariants, state machines, transactions
Respect β†’ non-destructive interaction, capabilities, isolation, quotas
Resonance β†’ system health under pressure
```
The baseline instruction set establishes that:
```text
HIR = baseline / kernel logic
OAM = diagnostic mirror / degradation lens
Purpose = knowledge alignment + life alignment
AI misuse = OAM-side degradation pattern
```
The governing threshold is **resonance**, not mere coherence.
---
## Authorship and Attribution
**Primordial Calculus / HIR / Primordial OS**
**Created and Developed by Collin D. Weber**
This release is provided for public documentation, inspection, and research review. Attribution is included for integrity of transmission and provenance tracking.
---
## Suggested Citation
Weber, Collin D. *Primordial OS HIR Runtime Prototype v0.1*. Primordial Calculus / HIR Framework. OSF release package, 2026.
---
## Release Status
Status: **Prototype v0.1**
Review level: **Early technical prototype / public inspection package**
Primary use: **Documentation, review, reproducibility inspection, and further development**