| { |
| "project": "Primordial OS Runtime Prototype", |
| "author": "Collin D. Weber", |
| "version": "0.13.1", |
| "status": "prototype", |
| "purpose": "Runnable user-space HIR x OAM runtime prototype for public-defense, life-repair, and review-facing bounded AI architecture.", |
| "architecture": { |
| "model": "HIR x OAM", |
| "hir": "Honesty, Integrity, Respect", |
| "oam": "Outsourced Agency Model", |
| "stability_threshold": "Resonance", |
| "layer": "user-space", |
| "kernel": "hir_kernel.py — Phase 1 implemented", |
| "fault_detector": "oam_detector.py — Phase 2 implemented", |
| "safety_engine": "safety_engine.py — Phase 3 implemented", |
| "runtime": "runtime.py — Phase 4 implemented", |
| "audit_log": "audit_log.py — Phase 6 implemented", |
| "memory_gate": "memory_gate.py — Phase 7 implemented", |
| "cli": "cli.py — Phase 8 implemented", |
| "audit_store": "audit_store.py — Phase 10 implemented", |
| "release_builder": "release_builder.py — Phase 11 implemented; Phase 13 patch: root documentation inventory expanded to 8 files", |
| "documentation": { |
| "showcase_readme": "SHOWCASE_README.md — Phase 12 review packet", |
| "what_this_proves": "WHAT_THIS_PROVES.md — Phase 12 proof claims", |
| "what_this_does_not_prove": "WHAT_THIS_DOES_NOT_PROVE.md — Phase 12 hard boundaries", |
| "run_commands": "RUN_COMMANDS.md — Phase 12 runnable command reference" |
| }, |
| "examples": [ |
| "run_basic_evaluation.py — GREEN scenario", |
| "run_oam_red_override.py — OAM RED override scenario", |
| "run_hir_pressure_yellow.py — HIR pressure YELLOW scenario", |
| "run_audit_chain_demo.py — multi-event JSONL audit chain demo", |
| "build_release_package.py — OSF-ready release package builder" |
| ] |
| }, |
| "classification": { |
| "is_clinical_software": false, |
| "is_medical_device": false, |
| "is_diagnostic_tool": false, |
| "is_fda_regulated": false, |
| "is_bootable_os": false |
| }, |
| "python_requires": ">=3.11", |
| "package": "primordial_os", |
| "source_root": "src/", |
| "test_root": "tests/", |
| "examples_root": "examples/", |
| "audit_log_root": "audit_logs/", |
| "created": "2026-05-02", |
| "license": "Proprietary" |
| } |
|
|