Skip to content

docs: qualify the AB7014 prebuilt-payload scan by JavaScript extension - #577

Merged
ScriptedAlchemy merged 1 commit into
mainfrom
docs/self-contained-prebuilt-extensions
Sep 5, 2026
Merged

docs: qualify the AB7014 prebuilt-payload scan by JavaScript extension#577
ScriptedAlchemy merged 1 commit into
mainfrom
docs/self-contained-prebuilt-extensions

Conversation

@ScriptedAlchemy

Copy link
Copy Markdown
Owner

Why

Follow-up to #574, answering the Codex review thread that landed after auto-merge: "prebuilt files are scanned for AB7014" was too broad. importedPackageNames scans only packed .js/.mjs/.cjs (and declaration) files (pack-dependencies.ts, javaScriptSuffix = /\.[cm]?js$/), while prebuilt entries have no extension restriction and AB6005 skips every prebuilt path — so a dependency used only by an extensionless prebuilt module still triggers AB7014.

What

  • website/docs/{en,zh}/guide/distribution/validation.mdx: qualify the prebuilt-payload evidence item to .js/.mjs/.cjs modules and state that an extensionless prebuilt module counts for nothing.

Gate: pnpm docs:site:build passes.

Changeset

skip-changeset: docs only; no publishable package changes.

Self-review

One-sentence docs correction sourced from the #574 review thread; verified against packages/agent-bundle/src/build/pack-dependencies.ts:546 (javaScriptSuffix) and validate-artifact.ts (prebuiltPaths exemption).

@ScriptedAlchemy ScriptedAlchemy added the skip-changeset PR changes a publishable package but ships no observable change; changeset not required label Sep 5, 2026
@ScriptedAlchemy
ScriptedAlchemy enabled auto-merge (squash) September 5, 2026 01:24
@changeset-bot

changeset-bot Bot commented Sep 5, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: e483392

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 5, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-05T01:26:38.684868Z e483392 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@pkg-pr-new

pkg-pr-new Bot commented Sep 5, 2026

Copy link
Copy Markdown
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle@577
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/create-agent-bundle@577
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/rsc-markdown-stream@577
npm i https://pkg.pr.new/ScriptedAlchemy/agent-bundle/@agent-bundle/runtime@577

commit: e483392

@ScriptedAlchemy
ScriptedAlchemy merged commit 7389727 into main Sep 5, 2026
14 of 15 checks passed
@ScriptedAlchemy
ScriptedAlchemy deleted the docs/self-contained-prebuilt-extensions branch September 5, 2026 01:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changeset PR changes a publishable package but ships no observable change; changeset not required

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant