Releases: rossres/jetti
Releases · rossres/jetti
Release list
v0.4.0 — public Jetti install skill
First public Jetti release. Tracks the install skill version baked into scripts/jetti-install.mjs and matches the v0.4 · skill badge in the README.
What's in this release
- Agent install path — paste
install jetti from https://jetti.co/install.mdinto Claude Code, Codex, or Cursor. Your agent reads the contract, mints a session, patches your entry file with the snippet, and prints a reviewer link. - Manual install path —
POST /api/agent-installsand paste the returned snippet, no agent required. - Apply CLI — reviewers' handoff bundles flow back via
npx jetti apply <handoff-url>, which stages changes on a branch and (ifghis available) opens a draft PR. - Framework auto-detect — plain HTML and Vite + React today; Next.js, Webflow, Shopify, GTM are tracked as adapter issues (see below).
- Developer landing —
rossres.github.io/jetti/, served fromdocs/index.html. - Repo scaffolding — MIT license, CI on Node 20 + 22, CONTRIBUTING / SECURITY policy, dependabot, issue & PR templates.
Framework support today
| Framework | Auto-detect |
|---|---|
| Plain HTML / static | ✅ |
| Vite + React | ✅ |
| Next.js (app + pages) | 🔜 #3 |
| Webflow / custom code | 🔜 #4 |
| Shopify themes | 🔜 #5 |
Pre-1.0 status
The CLI surface, install contract, and snippet runtime are production-stable and operated at jetti.co, but the public package layout and any `/api/*` shapes may still change before 1.0. Pin to `v0.4.x` if you want a fixed surface.
Install
```
install jetti from https://jetti.co/install.md
```