Skip to content

v1.0.0 — initial public release

Choose a tag to compare

@DubovskiyIM DubovskiyIM released this 04 May 05:21
2bccf80

First public release of the Fold quickstart. Three-act demo on the real `invest` domain (14 entities, 61 intents, 7-check preapproval guard).

What you get

```bash
git clone https://github.com/DubovskiyIM/idf
cd idf && npm install && npm run server # → :3001

git clone https://github.com/DubovskiyIM/fold-runtime-quickstart
cd fold-runtime-quickstart && npm install
IDF_REPO=$HOME/WebstormProjects/idf npm run bootstrap

npm run demo:rogue # $50K trade → HTTP 403 preapproval_denied (structured)
npm run demo:grant # investor issues $1,000-cap delegate_to_agent
npm run demo:smart # agent reads cap → scales to $950 → 200 OK
```

Real HTTP, no mocks. The agent doesn't bump into a wall — it reads the wall and walks around it.

Companion releases

License: MIT