diff --git a/bounded_chaos.md b/bounded_chaos.md index b749deb..cba5fdb 100644 --- a/bounded_chaos.md +++ b/bounded_chaos.md @@ -1,3 +1,26 @@ +────────────────────────────────────────────── +θ-Meta in One Breath +────────────────────────────────────────────── + +θ-Meta is a **four-slot index card**: + +| slot | meaning | example | +|------|---------------------|----------------| +| `f` | what to compute | `"fib"` | +| `b` | how much is allowed | `"k <= 11"` | +| `v` | proof it was done | `ed25519(sig)` | +| `p` | what it costs | `0.001` | + +The card lives in **one CUE file** (`theta.cue`) and is checked with: + +```bash +cue vet theta.cue # syntax & bounds +cue eval -e '#example' # materialize card +cue export lock # freeze the deck +``` + +No runtime, no ledger, no narrative—just **typed data** that happens to describe work, limits, proofs, and price. + ────────────────────────────────────────────── Θ-Start – **48-Hour Sprint** ──────────────────────────────────────────────