Systemic Law Invariant Machine Environnement
SLIME-Core is the canonical execution membrane of the SYF ecosystem, built from the Anathema-Breaker sealed resolution core.
It is the public executable foundation that carries AB to the point of effect. Downstream membranes and product assemblies (SLIME-Enterprise, SAFA, SLIME-APP, and others) are derived from SLIME-Core — not from upstream law directly.
This repository exists to make the execution membrane:
- explicit
- inspectable
- verifiable
AB is the heart. SLIME-Core is the membrane.
Canonical chronology of the ecosystem:
- SYF-Core — upstream thermodynamic theory (
R = (F × E) / K) - SYF-Gate — structural admissibility primitive
- SYF-Shield — capacity, progression, and irreversibility primitive
- Anathema-Breaker — sealed synthesis of Gate + Shield into a resolution core
- SLIME-Core — canonical execution membrane built from that core (this repo)
SLIME-Core is not the origin of the law. It is a downstream derivation of Anathema-Breaker that makes the sealed resolution core executable at the point of actuation.
- Anathema-Breaker provides the sealed resolution core.
- SLIME-Core provides the executable binary membrane that carries that core to the point of effect.
See ARCHITECTURE_SECURITY_MODEL.md for the full per-layer security model.
To avoid ambiguity across the ecosystem:
- SLIME-Core — the canonical public name of this repository and foundation, used whenever distinguishing it from downstream derivatives (SLIME-Enterprise, SAFA, SLIME-APP).
- SLIME v0 — a specific sealed canonical version of SLIME-Core.
- SLIME — tolerated shorthand. Prefer SLIME-Core in canonical and cross-repo references.
SLIME-Core is frequently misinterpreted.
It is not:
- a firewall
- a security tool
- a policy engine
- an AI alignment system
- a monitoring or observability layer
- a runtime system
SLIME-Core does not control behavior.
It defines systems where certain behaviors cannot be expressed at all.
SLIME-Core is a canonical kernel that encodes:
- structural constraints
- invariant-preserving transformations
- representability boundaries
- impossibility conditions
It operates at the level of:
what can exist in a system — not what a system chooses to do
specs/ Canonical law-layer specifications (source of truth, documentation-only)
noncanon/ Reference executable runner (standalone, exploratory, non-authoritative)
root/ Documentation and canonical entry points
specs/is the canonical source of truthnoncanon/exists for experimentation and testing- the repository does not define a runtime system
SLIME-Core does not:
- execute actions
- evaluate policy
- expose APIs
- integrate with external systems
- define workflows
- encode product semantics
It is not:
- an application layer
- a runtime environment
- a product component
SLIME-Core and SAFA are complementary foundations.
- SLIME-Core defines what is structurally representable
- SAFA evaluates what is allowed
In simplified terms:
- SLIME-Core → what can exist
- SAFA → what is allowed
Both are:
- composable
- product-agnostic
- independently usable
See: https://github.com/AnathemaOfficial/SAFA
The noncanon/ directory provides a minimal executable model:
- enables experimentation with the kernel
- demonstrates evaluation mechanics
- supports exploration and testing
It is:
- illustrative
- incomplete
- non-authoritative
The canonical model remains in specs/.
SLIME-Core follows strict principles:
-
Structural, not behavioral
It defines constraints, not decisions -
Impossibility over prevention
Effects are removed at the level of representation -
Canonical over runtime
Specification is primary; execution is secondary -
Product isolation
No product or provider semantics exist here
If a system enforces behavior, it is not SLIME.
If a system makes behavior impossible to express, it may be.
SLIME-Core is useful for:
- designing systems with strict invariants
- reasoning about effect boundaries
- exploring structural constraint models
- building higher-level systems on top of canonical guarantees
Suggested approach:
- Read
specs/carefully - Use
noncanon/for experimentation - Treat execution as illustrative, not authoritative
Active development.
SLIME-Core is a foundational model and may evolve as its formalization improves.
Do not restrict behavior.
Remove the ability to express it.
Apache License 2.0 — see LICENSE.