feat(authoring): connect public npm native evidence to packed installer gates - #199
Draft
777genius wants to merge 3 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueThanks 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 |
This was referenced Sep 8, 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.
Public npm native evidence used a different terminal contract from the existing private packed installer gate, so the real public package journey could not feed the ten-project/thirty-plan checks. This adds explicit public intake, binds the executed tarballs and native evidence, and retains strict private intake and the mandatory native-plus-packed aggregate.
Stacked on #198 at 64cba1d. Includes the coherent packed gate imports from #172. Diff against the base: 13 files, 1,584 additions and 129 deletions.
Independent hosted review accepted cdf0aa4 with no blocking findings. Current focused validation passed: bridge 3/3, packed Python 14/14, native-results Python 17/17, public Node suites 62/62 without skips, matching CLI regression, workflow and syntax checks. Report SHA256: ac35715758fd9434c5e71d210eeee227fb48acc8dcbbfd35cda75d4d88f12a73.
Exact-head CI passed, including the native matrix, private packed Linux gate, source acquisition and polyglot checks. Run: https://github.com/777genius/universal-agent-plugins/actions/runs/34192695292. The archived private packed proof has 741 invocation records, ten projects and thirty plans; root verified its GitHub archive digest, all 7,652 indexed file hashes and successful phase exits. This is distinct from public npm acceptance.
Draft pending actual frozen-source public native E2E and the public ten-project/thirty-plan gate. Candidate compilation and actual public npm preparation passed. The public native E2E failed at the installer dry-run because Go attempted to acquire lintai over the network in an explicitly offline lane. No public native completion was emitted, and dependent packed/public lifecycle stages were stopped. A bounded source-owner correction is under investigation; no passing public E2E is claimed. Synthetic fixtures remain unqualified; no release, publication, or full-plan completion is claimed. Useful YAML functionality remains preserved.
Refs #172, #198