feat(authoring): compose private release CLI roots - #169
Open
777genius wants to merge 4 commits into
Open
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Team Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
777genius
marked this pull request as ready for review
September 6, 2026 18:30
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.
The private release build mode connects both CLI entrypoints to the shared standard-first engine. Root/help/version/author routes avoid installer setup; retired plugin-kit commands reject before effects while preserving their implementation and default v1 behavior. Stacked on #168; no public release activation.
Corrections preserve installer aliases and diagnostics, protect completion diagnostics, handle legal boolean spellings, enforce exact inventory coverage and preserve Cobra's empty-name completion fallback. Independent review findings have been addressed; the final bounded 31-line correction was inspected and verified with the unchanged reviewer oracle.
Runtime validation at
fbc9dcda9307328805c945caac21f31bef7688f6(runtime source unchanged by the following test-only correction):23fe0ccebd33897fc4d1df26dde76b50faf473c7a9ba38242435e30aa6f59b93.Limits: native CI's historical vertical-slice mode is distinct from the root-controlled release-cli-contract-v1 proof. Existing Windows concurrency and macOS writable-source gates remain unresolved. Packed npm wrappers, public docs/exporter/metadata and release activation remain later gates. Release eligibility, platform acceptance and attestation remain false. Useful legacy source, dependencies and tests remain preserved.
Current head
692cae54b7ba8ea43ed9500087bf98caf0dd92c7scopes the Git-dependent release producer fixture to repository runs, matching its sibling tests. All 14 repository marker cases pass with zero skips on Node 22 and 24. The full detached stage-release suite passes on both runtimes with its disposable loopback fixtures permitted; original assertions and packed payload checks remain intact. All eight current-head CI checks also pass: native Linux/Windows amd64/arm64 (run 34054195267), plus Linux/Windows polyglot and source-acquisition checks (run 34054195284). The native evidence above remains explicitly tied to the earlier runtime-identical commit.