Skip to content
Open
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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ That's the front door. The deeper surface lives behind six reasoned subpaths: `.

The examples in [`skills/open-prose/examples/`](skills/open-prose/examples/) are the tour of the language: each carries its contract source and a README with its standing goal and DAG sketch. (That directory is a pinned snapshot of the OpenProse skill, bumped deliberately per [`RELEASE.md`](RELEASE.md); see [`skills/README.md`](skills/README.md).) The thirteen below are **replayable keyless**, driving the **real** reconciler at **zero model spend**, through two paths: the six marked with **\*** ship **bundled inside `reactor-devtools`** and replay **by name from any directory** (no clone needed), and the full thirteen are exercised by the offline example corpus at [`tests/open-prose/examples/`](tests/open-prose/examples/), six of which ship a committed, chain-verifiable `replay/` state-dir you can open directly. (Two of the thirteen, `masked-relay` and `tamper-forge`, share a **byte-identical** ledger: `tamper-forge` is an audit _lens_ over the masked-relay receipts, so the set is **twelve distinct datasets plus one honest tamper-evidence lens**, not thirteen unrelated ledgers.)

The per-example `generate.ts` files under [`tests/open-prose/examples/`](tests/open-prose/examples/) are the expansion path from the corpus's authored contracts to the described topologies: `src/` alone mounts only the contracts an example authors, and the node and edge counts the corpus READMEs state are what these generators produce.

| Example | What it shows | Domain |
| ------------------------- | ------------------------------------------------------------------------------- | ----------------- |
| `surprise-cost` \* | memoized skip → surprise-render when the memo key moves | the core thesis |
Expand Down
Loading