Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Semantic Systems Project Bootstrap

This repository turns the accumulated language-design brainstorm into a machine-checkable research and development project.

The source of truth is a federated typed graph. Semantic contracts, architecture, evidence, work, runtime interactions, deployments, and responsibility are represented separately and connected by stable IDs. Markdown and Mermaid diagrams are generated projections of that graph.

Included

  • A stratified design from kernel to distributable theories, realizations, evidence, and deployments.
  • A completed inventory state-machine tracer bullet with a lawful pure realization, a standing broken realization, typed example-test evidence, policy resolution, execution, and structured explanations. Actor and STM realizations remain planned.
  • A strict TypeScript/Effect v4 graph loader, validator, scheduler, and view generator running on Bun.
  • Canonical generated views:
    1. recursive system map;
    2. theory–realization map;
    3. concern matrix;
    4. evidence and trust graph;
    5. work dependencies and critical path;
    6. delegation frontier;
    7. runtime interaction view.
  • Bun, Effect v4, strict TypeScript, Oxfmt, and Oxlint configuration across the project model, tracer, actor, reference custody, tests, and checks.

Commands

Enter the pinned development environment:

nix develop

Run the Effect v4 inventory tracer:

bun run semantic-tracer -- demo examples/inventory

Run the Effect v4 project model:

bun run semproj -- validate
bun run semproj -- report
bun run semproj -- generate
bun test tests/project-model.test.ts

Run the Effect v4 reference-custody CLI:

bun run semrefs -- catalog-check
bun run semrefs -- status --all --lock-only --json

The checked-in reference lock retains its historical generator identity; current commands do not rewrite locked source facts merely to rename the implementation.

Run every available check:

just check

The model intentionally retains a warning for the unsupported future claim.kernel.safety claim.

Read next

About

Semantic theories, realizations, typed evidence, and explainable deployment through executable tracer bullets.

Topics

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages