Uh oh!
There was an error while loading. Please reload this page.
fix: publish repository targets under canonical package names - #134
Merged
Conversation
ORESoftwareforce-pushed
the
agent/publish-canonical-polyglot-package
branch
from
August 4, 2026 16:43
1de9d88 to
5cffe3aCompareORESoftware
commented
Aug 4, 2026
ORESoftware
left a comment
ContributorAuthor
There was a problem hiding this comment.
Manual semantic review of final head 2303e69a:
pack_allretains one artifact per declared target for polyglot manifests.- only
dir = "."targets have their derived package name reset to the root manifest name. - nested-target manifest rejection remains intact.
- full-repository staging still uses the existing exclusion and deterministic archive paths.
- language target re-rooting and adapter/ecosystem derivation remain unchanged.
- focused tests cover exact artifact name, full-tree contents, output-directory exclusion, and language isolation.
Hosted Actions jobs are queued rather than reporting a code failure.
Uh oh!
There was an error while loading. Please reload this page.
ORESoftware added a commit
that referenced
this pull request
Aug 8, 2026
Add a trusted root `zed gitops` dispatcher that executes only the sibling `zed-gitops` binary, rejects ambient PATH, recursion, and missing/non-executable commands, propagates arguments and exit status without shell interpretation, and updates help, completions, package outputs, documentation, and focused tests. Exact head passed all 21 product workflows and independent Ubuntu/macOS/Windows plus full-lifecycle certification in zed-pkg-test #134.
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 freeto 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 changed
dir = "."as the canonical whole-repository packageorg/name, even when an older manifest calls the target package*-repositoryWhy
The interface repositories already declare
[package].namecorrectly and already carry a[targets.repository]rooted at.. Before this patch,zed pack/publishrenamed that artifact to*-repository, sozed install org/<repository-name>could not resolve the full interface package. Canonicalizing only the explicit root target fixes the requested packages without changing target-only manifests or the establishedpack_allcardinality.Compatibility
[targets.repository] dir = "."publish that target as the exact root package plus all language/schema targetsChecks
src/pack.rssrc/pack.rs