context-atoms
Context primitives for AI runtimes — situational frames, environment descriptors, conversation scopes, working-memory shapes, attention budgets.
A typed, versioned, composable library of context primitives for AI runtimes — situational frames, environment descriptors, conversation scopes, working-memory shapes, attention budgets. Composes with agent-atoms and prompt-atoms.
Civilization-grade properties
- Typed — every atom, composition, and rule validates against a JSON Schema.
- Versioned — every atom has a semver
versionfield; compositions pin by version. - Machine-readable — /exports/catalog.json is the canonical manifest.
- Composable — compositions reference atoms by ID; references resolve in CI.
- Signed — atoms-spec/v1.1.0 signing block; ML-DSA quorum rules enforced in CI.
- Open — Apache-2.0 (code) + CC-BY-4.0 (data).
- Durable — no external dependencies in the hot path.