world-model-ledger

Installation
SKILL.md

world-model-ledger

A persistent world model for a coding agent, backed by SQLite. It records what the agent learns about a codebase — entities (symbols / files / modules / real-world referents), the interactions between them, and the constraints that should hold — and, for every interaction and constraint, how sure we are it exists, how sure we are it is correct, whether it has been validated, and what evidence backs it.

The defining rule, enforced as an invariant: code-observed relationships are not ground truth. A file sighting can drive observed_conf to 1.0 while normative_conf stays 0 and status stays unverified. Only oracle evidence — a passing test, CI, a doc, a human — raises normative confidence. See references/confidence-model.md for the epistemics and references/schema.md for the data model. The design rationale is in docs/superpowers/specs/2026-07-01-world-model-ledger-design.md.

Install & operate

Installs
17
GitHub Stars
1
First Seen
Jul 1, 2026
world-model-ledger — dhanesh/agent-skills