feat(release): rag-platform PyPI meta + release.yml fans one tag to every channel (Step 7.7) - #180
Merged
officialCodeWork merged 1 commit intoJun 9, 2026
Conversation
…very channel (Step 7.7) Meet the 7.7 bar — one-command install per channel, all artifacts signed + SBOM-attested — by adding a server meta-package and a release path that fans one tag out to every channel with the same signing posture the gateway image had. - packaging/rag-platform/: PyPI meta-distribution pinning the workspace component dists (pip install rag-platform). Existing agentcontextos SDK scope kept (no rename to ragplatform). - .github/workflows/release.yml: on a vX.Y.Z tag, publish PyPI (OIDC Trusted Publishing for meta + SDK), npm (@agentcontextos/sdk, provenance), the admin-ui image (cosign + SBOM), and the Helm chart to OCI (cosign). Alongside docker.yml (gateway image) + release-airgap.yml on the same tag. - apps/admin-ui/Dockerfile: Next.js standalone image. - packaging/README.md channels matrix + docs/guides/packaging-distribution.md + ADR-0049. Deferred: Go/Java/.NET SDK publish; worker/eval-runner images (single-process today). Verified: release.yml + pricing parse, pyproject (16 deps), 216 links. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
officialCodeWork
force-pushed
the
build/phase-7/step-7.7-packaging-distribution
branch
from
June 9, 2026 21:28
9411dc7 to
19d6e3a
Compare
officialCodeWork
deleted the
build/phase-7/step-7.7-packaging-distribution
branch
June 9, 2026 21: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.
Step 7.7 — packaging & distribution. New
rag-platformPyPI meta-package (one-command server install), arelease.ymlthat fans a singlevX.Y.Ztag out to PyPI / npm / GHCR(admin-ui) / Helm-OCI (cosign-keyless + SPDX SBOM + OIDC/provenance) alongside the existingdocker.yml+release-airgap.yml, anapps/admin-ui/Dockerfile, a channels matrix, a guide, and ADR-0049. Kept the existingagentcontextosSDK scope (no rename). Deferred: Go/Java/.NET publish, worker/eval-runner images. Verified locally (YAML/TOML parse, 216 links). CI red = org Actions billing (unrelated). 🤖 Generated with Claude Code