forked from bots-garden/ori
| 🛟 Updated. | 1 | # Managed by IssueSpec. Hand edits are welcome; keep the schema valid. |
| 2 | id: 16 | |
| 3 | title: Publish the kit | |
| 4 | state: open | |
| 5 | author: | |
| 6 | name: k33g | |
| 7 | email: ph.charriere@gmail.com | |
| 8 | createdAt: 2026-09-18T00:00:00.000Z | |
| 9 | updatedAt: 2026-09-18T00:00:00.000Z | |
| 10 | labels: [] | |
| 11 | body: | | |
| 12 | Publish the ori kit so it can be used via `sbx create claude --kit ori` instead of requiring | |
| 13 | a local path `--kit ./kits/ori`. | |
| 14 | ||
| 15 | According to the sbx source exploration (2026-09-17, follow-up 5b in history.md), kits can be | |
| 16 | distributed using: | |
| 17 | - `sbx kit validate` — validate kit spec | |
| 18 | - `sbx kit pack` — package the kit | |
| 19 | - `sbx kit push` — push to a kit registry | |
| 20 | ||
| 21 | Requirements: | |
| 22 | - Validate `kits/ori/spec.yaml` passes `sbx kit validate` | |
| 23 | - Package the kit using `sbx kit pack` | |
| 24 | - Publish to a registry accessible by `sbx create --kit ori` | |
| 25 | - Update documentation (quickstart.md, kits/ori/README.md, docs/*/how-to/run-in-a-sandbox.md) | |
| 26 | to reflect the simplified usage | |
| 27 | ||
| 28 | Open questions: | |
| 29 | - What registry should be used for publication? | |
| 30 | - Does the kit need to be namespaced (e.g., `k33g/ori` or `bots-garden/ori`)? | |
| 31 | - Authentication/permissions for pushing to the registry? | |
| 32 | tasks: [] | |
| 33 | comments: [] |