reactor wit vendor subtree#151
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR transitions the reactor WIT definitions from a git submodule to a vendored git subtree, making the repository self-contained for builds and updating documentation/CI accordingly.
Changes:
- Vendor
crates/reactor/wit/directly in-repo (with subtree sync instructions) and remove the.gitmodulessubmodule configuration. - Add the FastEdge WIT package/interfaces under
crates/reactor/wit/. - Update GitHub Actions workflows to checkout without submodules (and bump
actions/checkoutmajor version).
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates setup docs to reflect WIT being vendored via subtree and provides subtree refresh command. |
| crates/reactor/wit/world.wit | Adds the WIT world definition importing/exporting reactor interfaces. |
| crates/reactor/wit/utils.wit | Adds the utils interface definition. |
| crates/reactor/wit/secret.wit | Adds the secret interface definition and error model. |
| crates/reactor/wit/README.md | Documents subtree syncing/add/pull commands for the vendored WIT directory. |
| crates/reactor/wit/LICENSE | Adds Apache-2.0 license for the vendored WIT subtree. |
| crates/reactor/wit/key-value.wit | Adds the key-value store interface and related error definitions. |
| crates/reactor/wit/http.wit | Adds HTTP request/response types and related enums. |
| crates/reactor/wit/http-handler.wit | Adds the http-handler interface (request→response). |
| crates/reactor/wit/http-client.wit | Adds the http-client interface (request→result). |
| crates/reactor/wit/dictionary.wit | Adds the dictionary interface definition. |
| crates/reactor/wit/cache-types.wit | Adds shared cache types/errors used by cache interfaces. |
| crates/reactor/wit/cache-sync.wit | Adds synchronous cache interface using shared cache types. |
| CLAUDE.md | Updates repository setup guidance to match subtree vendoring (no submodule step). |
| .gitmodules | Removes the crates/reactor/wit submodule configuration. |
| .github/workflows/release.yaml | Updates checkout step to not fetch submodules; bumps actions/checkout major. |
| .github/workflows/create_release_pr.yaml | Updates checkout step to not fetch submodules; bumps actions/checkout major. |
| .github/workflows/ci.yaml | Updates checkout step to not fetch submodules; bumps actions/checkout major. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
godronus
approved these changes
Jun 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.