NumericalOS

Source

Generated from commit 1eb4fb9. This is a rendering; the repository itself is the authority:

git clone https://numericalos.com/numericalos.git

Files (87)

pathbytes
.gitattributes737
.gitignore902
.grok/skills/numericalos-publish-site/SKILL.md7502
LICENSE1080
NOTICE1842
README.md6023
boot/bootstrap.sh8005
boot/lib/arch_table.sh610
boot/numctl9749
boot/numinit.sh24307
deploy/cloudflare-iso-builder/.gitignore66
deploy/cloudflare-iso-builder/Dockerfile775
deploy/cloudflare-iso-builder/README.md2479
deploy/cloudflare-iso-builder/package-lock.json50464
deploy/cloudflare-iso-builder/package.json474
deploy/cloudflare-iso-builder/scripts/build-iso.sh14110
deploy/cloudflare-iso-builder/scripts/embed-build-iso.py732
deploy/cloudflare-iso-builder/src/build-iso-script.ts15230
deploy/cloudflare-iso-builder/src/index.ts17168
deploy/cloudflare-iso-builder/tsconfig.json276
deploy/cloudflare-iso-builder/wrangler.toml762
docs/GRAPH.md4139
docs/PRINCIPLES.md15191
docs/observations/2026-08-09-ctl-self-realization.md2590
docs/observations/2026-08-09-self-init-iso-cdrom.md3167
docs/observations/2026-08-09-self-init-kernel-initrd.md1360
docs/observations/2026-08-10-cf-build-smoke-self-init.md1777
docs/observations/2026-08-10-ctl-cycle2-topology-self-realization.md6202
docs/observations/2026-08-10-ctl-cycle3-provenance-verify-harness.md2215
docs/observations/TEMPLATE.md839
docs/superpowers/plans/2026-08-04-numericalos-spec1.md74269
docs/superpowers/specs/2026-08-04-numericalos-design.md20113
numos/__init__.py31
numos/archtable.py1521
numos/canonical.py637
numos/distro.py19794
numos/export_state.py6583
numos/seed.py4629
numos/state.py6255
numos/validate.py8311
scripts/cf-build-smoke.ps14717
scripts/publish-site.ps12480
scripts/publish-site.sh1489
scripts/qemu-verify.ps15088
scripts/qemu-verify.sh2863
site/assets/site.css8385
site/boot.sh3930
site/build.py20916
site/content/bootchain.html8226
site/content/docs.html5185
site/content/format.html4380
site/content/graph.html4602
site/content/index.html8337
site/content/principles.html13124
site/content/status.html10825
site/content/whitepaper.html13230
skills/AGENTS.md8390
skills/numericalos-build-initramfs/SKILL.md9806
skills/numericalos-build-iso-cf/SKILL.md13631
skills/numericalos-build-iso/SKILL.md5943
skills/numericalos-build-oci/SKILL.md8149
skills/numericalos-publish-site/SKILL.md7502
skills/numericalos-target-classifier/SKILL.md8113
skills/numericalos-verify-boot/SKILL.md7542
tests/__init__.py0
tests/test_archtable.py5564
tests/test_bootstrap_arch.py5506
tests/test_bootstrap_chain.py17328
tests/test_bootstrap_verify.py7031
tests/test_canonical.py1098
tests/test_distro.py5207
tests/test_export.py4211
tests/test_join_contract.py12826
tests/test_numctl.py5626
tests/test_numinit_backoff.py6447
tests/test_numinit_failure.py6899
tests/test_numinit_kind.py14904
tests/test_numinit_order.py6142
tests/test_numinit_signals.py2778
tests/test_numinit_steady.py10397
tests/test_op_dispatch.py8936
tests/test_principles.py20836
tests/test_quarantine.py8279
tests/test_resource_envelope.py11225
tests/test_state.py3942
tests/test_validate.py9545
tests/test_verifier_agreement.py4845

History (33 commits)

commitdatesubject
1eb4fb92026-08-09Add graph-resolved KernelProvider for M/G/S/MGS ASEC media path.
c0be8852026-08-09Route /graph/ as a top-level site page in the static builder.
f2f78442026-08-09Export pure graph product views and document the graph-driven OS model.
c7e93582026-08-09Add numericalos-publish-site skill for self-hosted full site deploys.
18a56152026-08-09Stream CF artifact ferry via readFileStream and add cf-build-smoke script.
2ac9bcf2026-08-09Document CF Sandbox authenticated pack smoke with QEMU PASS for initrd and ISO.
d164a3f2026-08-09Record self-init complete on kernel+initrd and hybrid ISO serial, with dual-claim status.
935b14b2026-08-09feat: license MIT, and make the grant enforced rather than asserted
a8d037e2026-08-09feat(principles): universal destination of goods, solidarity, and what we decline
2b1e5b32026-08-08fix: repair the evidence oracle, and correct an overstated CRITICAL
10621502026-08-08fix(numctl): wire run-op case to numctl_run_op
ad9fd072026-08-08feat(numctl): op-dispatch contract, and correct what an op unit IS
2270e012026-08-08docs: technical rewrite of README and site content
4683a0a2026-08-08feat(numctl): topology-join contract - the claim becomes falsifiable
3a455102026-08-08fix(site): publish boot artifacts as UTF-8, not ascii-only
74acf502026-08-08feat(numinit): TERM/INT named-halt floor (G2 apply-all)
fa914c82026-08-08feat: quarantine terminal failures, seed a health producer, demote the claim
22de5972026-08-08docs(honesty): 201 tests; steady-state claims match numinit
5f2e8cf2026-08-08feat(numinit): enforce resource envelopes, and refuse what the floor cannot
160f9632026-08-08docs+site: restore pages, 200 tests, envelopes, numctl honesty
a4eff342026-08-08feat(numctl): shell floor for seeded identity-init and join
c334d972026-08-08fix(numinit): longrun start death is a phase failure
323afaf2026-08-08fix(validate): name non-ASCII field errors at export time
89e169b2026-08-08fix(site): move packs out before unpacking, and fail loudly on an empty remote
e4c95352026-08-08chore: ignore build-out/ too
5389f252026-08-08feat(principles): executable governance, and untrack 917 files of build output
ccd57df2026-08-08fix(boot): always refresh the manifest when online
91388c32026-08-08docs: 163 tests, not 141
4b48d2e2026-08-08feat(numinit): steady state - supervision, health predicates, reaping
799baff2026-08-06fix(boot): a tampered artifact must stop the boot, and now does
82963752026-08-06feat(boot): complete the boot chain - acquire, verify, exec
c8f27f32026-08-05chore(site): canonical URLs point at numericalos.com
d71872a2026-08-05NumericalOS: graph-driven Linux init, build skills, and site