docs(#12863): add remote manifest residual headers - #12927
Conversation
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Local validation pass from isolated checkout Commands run: node scripts/assert-comment-only-diff.mjs github-develop
git diff --check github-develop...HEAD
bun run --cwd packages/plugin-remote-manifest test
bun run --cwd packages/plugin-remote-manifest typecheck
bun run --cwd packages/plugin-remote-manifest lintResults: all passed. Comment-only proof covered 25 source files; package tests passed 139 tests / 1432 assertions; typecheck and Biome lint were clean. |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
Summary
Fixes #12863
Validation
bun run check:comment-onlybun run --cwd packages/plugin-remote-manifest test(139 tests)bun run --cwd packages/plugin-remote-manifest typecheckbun run --cwd packages/plugin-remote-manifest lintgit diff --check origin/develop...HEADVerification notes
bun run verifywas attempted after fix: green verify baseline — browser redact export, logger arg order, prober contract, biome drift #12919 landed. In this local sparse checkout,packages/scriptsis not materialized (git sparse-checkout listonly includes packages/core, packages/scenario-runner, packages/shared, plugins/plugin-computeruse, plugins/plugin-vision), so multiple package builds failed to resolvepackages/scripts/rm-path-recursive.mjsandpackages/scripts/with-package-build-lock.mjs; verify then exited 139. This is a workspace checkout limitation, not a code-token change in this PR.Evidence
scripts/assert-comment-only-diff.mjs.