Context
The first-party Zed package lives under integrations/zed, but it has never been submitted to https://github.com/zed-industries/extensions. Registry code search and open/closed pull request search have no Crabbox entry, so users can install only through Zed development-extension flow.
#1155 fixes the package file associations and documents the exact publication state. Wait for that change to merge so the registry submodule can pin a commit reachable from openclaw/crabbox.
Publication follow-up
- Fork and update
zed-industries/extensions.
- Add
https://github.com/openclaw/crabbox.git as extensions/crabbox in .gitmodules.
- Pin the submodule to the merged Crabbox commit.
- Add this entry to
extensions.toml and run the registry sorter:
[crabbox]
submodule = "extensions/crabbox"
version = "0.1.0"
path = "integrations/zed"
The package already has its own MIT license, manifest, pinned YAML grammar, static validation, official compiler packaging, and controlled task E2E coverage.
Context
The first-party Zed package lives under
integrations/zed, but it has never been submitted to https://github.com/zed-industries/extensions. Registry code search and open/closed pull request search have no Crabbox entry, so users can install only through Zed development-extension flow.#1155 fixes the package file associations and documents the exact publication state. Wait for that change to merge so the registry submodule can pin a commit reachable from
openclaw/crabbox.Publication follow-up
zed-industries/extensions.https://github.com/openclaw/crabbox.gitasextensions/crabboxin.gitmodules.extensions.tomland run the registry sorter:The package already has its own MIT license, manifest, pinned YAML grammar, static validation, official compiler packaging, and controlled task E2E coverage.