# Managed by IssueSpec. Hand edits are welcome; keep the schema valid. id: 16 title: Publish the kit state: open author: name: k33g email: ph.charriere@gmail.com createdAt: 2026-09-18T00:00:00.000Z updatedAt: 2026-09-18T00:00:00.000Z labels: [] body: | Publish the ori kit so it can be used via `sbx create claude --kit ori` instead of requiring a local path `--kit ./kits/ori`. According to the sbx source exploration (2026-09-17, follow-up 5b in history.md), kits can be distributed using: - `sbx kit validate` — validate kit spec - `sbx kit pack` — package the kit - `sbx kit push` — push to a kit registry Requirements: - Validate `kits/ori/spec.yaml` passes `sbx kit validate` - Package the kit using `sbx kit pack` - Publish to a registry accessible by `sbx create --kit ori` - Update documentation (quickstart.md, kits/ori/README.md, docs/*/how-to/run-in-a-sandbox.md) to reflect the simplified usage Open questions: - What registry should be used for publication? - Does the kit need to be namespaced (e.g., `k33g/ori` or `bots-garden/ori`)? - Authentication/permissions for pushing to the registry? tasks: [] comments: []