SHIVA TraceProof
The runtime layer behind every SHIVA capsule. A kernel module with a deterministic execution engine, an explicit agent suite, a framework layer, persisted source-coded memory, and a Codex-ready workspace. Every module event gets a receipt; every agent event gets a checkpoint; coverage is 100% or the run is rejected.
Kernel · engine · agents ·
framework · product · memory.
Six layers, one release. The integrated build merged the prior fragmented assets — module, engine, agent, framework, product, memory — into a single real on-disk tree, repaired the mismatch between the capsule narrative and the actual file set, and regenerated the example artifacts from the engine.
The TraceProof module
Identity, scoping, message types, and the contract that downstream capsules import.
Deterministic execution
Append-only event stream. Every transition produces a receipt; every receipt is hashed and linked to its predecessor.
Explicit agent suite
Named roles, signed witness events, eligibility-checked publication. Includes a working CheckpointAgent.
Reusable scaffolds
The structural pieces that turn the engine + agents into a runnable surface for any new capsule.
The user-facing capsule
SHIVA_TraceProof_Codex_Capsule.html — the single-file artefact that ties it together.
Persisted source-coded memory
Portable memory files, source lineage, release manifests. Re-loadable in any future session.
100% receipt coverage
or the run is rejected.
The verified example state proves the contract — every event produced a receipt, the agents reached publish-eligible state, and the checkpoint count matches the expected partition of the run.
Built for coding agents,
not just humans.
The release ships with a workspace layer that turns the SHIVA release into a surface a coding agent can navigate quickly: a stable project brief, a workspace manifest, a task pack with acceptance criteria, a prompt pack, and a map from SHIVA concepts to coding tasks.
Stable project brief
A canonical entry point a fresh agent can read in seconds.
Workspace manifest
Map of every directory's purpose, every contract, every responsibility.
Task pack with acceptance criteria
Pre-scoped work items with explicit done-criteria. An agent can pick one and ship.
Prompt pack
Common interaction templates — review a receipt, propose a checkpoint, audit an agent, regenerate an example.
About the example artifacts.
The example artifacts in the release are demonstration data. Their signing keys were generated temporarily during the build and are not included as reusable private keys in the release.