Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 32 additions & 0 deletions docs/lrk-contract-family.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# LRK Contract Family

This document describes the LRK / Semantic Holography contract family that augments the SourceOS/SociOS typed contract layer.

## Contract family

- `TriuneRPC` — canonical action / provenance envelope for semantic and runtime transitions
- `ProofOfLife` — heartbeat attestation bound to policy hash and slot identity
- `LifeMirrorState` — lifecycle state for liveness/tamper escalation
- `B11Surface` — typed, attestable surface for semantic/runtime publication
- `DeltaSurface` — typed comparison object for attested surface deltas

## Why these are a family

These types are cohesive because they all represent:

1. an observable boundary object,
2. a local or distributed trust transition,
3. a machine-validated shape that downstream runtimes must agree on.

## Recommended catalog updates

When this family lands, update:
- `README.md` schema families section
- `schemas/README.md` quick reference and family listing
- semantic context material if/when these become first-class linked data terms

## Downstream consumers

- `agentos-starter` surface collectors and LRK runtime package
- `workstation-contracts` validation lanes
- `agentos-spine` runtime state binding and publication
Loading