feat(oci): declare falcon-flight in a component-cli wasm.toml - #309
Open
avrabe wants to merge 2 commits into
Open
feat(oci): declare falcon-flight in a component-cli wasm.toml#309avrabe wants to merge 2 commits into
avrabe wants to merge 2 commits into
Conversation
…toml A committed source-of-truth for the flight component's meta-registry identity (namespace `pulseengine`, package `falcon-flight`, OCI ghcr.io/pulseengine/falcon-flight). Lets the component-cli tool path operate from a manifest rather than a hand-filed issue — `component registry publish` reads it to (re)open the wasm.directory registry-entry. NOT wired into the release pipeline: release.yml still publishes the bytes via `wkg oci push` (cosign-signed by digest). This file is the declarative record + tool entrypoint. Schema per component-cli docs (name/kind/version/registry; registry = full OCI location, no tag). Registration filed: yoshuawuyts/wasm.directory#466 -> PR #467. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01HvusAXYbHLyv3uTzfBcMbG
avrabe
enabled auto-merge (squash)
July 23, 2026 05:28
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.
What
Adds
wasm/cm/flight/wasm.toml— a committed declarative source of truth for the flight component's meta-registry identity, so thecomponent-clitool path (component registry publish/component publish) works from a manifest instead of a hand-filed issue.Not wired into release
The release pipeline still publishes the bytes via
wkg oci pushinrelease.yml(cosign-signed by digest). This file is the declarative record + thecomponent-clientrypoint — the two-step model (publish bytes vs. index in the meta-registry) documented indocs/OCI-DISTRIBUTION.md.Follows the actual
component-cli[package]schema (registry = full OCI location, no tag; namespace base + catalog path derived from it). Registration already filed: yoshuawuyts/wasm.directory#466 → PR #467.🤖 Generated with Claude Code