Conversation
79f7c32 to
889d46a
Compare
Claude Review — Last updated 2026-04-23T22:40:00ZStatus: 4 🚨 / 1 🚨 Outstanding in this PR
|
|
@claude refresh please |
|
@claude please refresh this review — testing after fix |
|
@claude testing the new progress signal |
|
🐿️ Review updated. |
84d8cdc to
00a0780
Compare
Fork-only tweak so claude.yml works without org-side ESC setup. @claude retains all its capabilities (re-entrant reviews, Q&A, make-changes on PRs) -- only difference is commits pushed with GITHUB_TOKEN don't trigger downstream workflows, which is fine for fork testing. This commit is NOT for upstream. Origin/master and pulumi#18680 keep the ESC design. Do not cherry-pick.
Adds a short section with a TypeScript snippet showing FileArchive being used with aws.lambda.Function. Introduces a recently-added excludeNodeModules option that saves roughly 30% on typical packages.
889d46a to
63f0f41
Compare
|
@claude test the force-push fallback — last-reviewed-sha should be unreachable after the rebase |
|
🐿️ Review updated. |
The script is the sole writer of <!-- CLAUDE_REVIEW N/M --> markers.
On re-entrant runs, Sonnet sometimes copies the previous pinned body
verbatim into its output (marker and all), and render_with_markers
then prepends a second marker on top of the stale one. The pinned
comment ends up with two markers stacked at the top.
Fix split_body to drop any inbound marker line via an awk guard:
/^<!-- CLAUDE_REVIEW [0-9]+\/[0-9]+ -->[[:space:]]*$/ { next }
The render_with_markers step still prepends exactly one fresh marker
per page, so the output shape is unchanged for well-behaved input
and self-healing for stale input.
Caught during fork-based force-push re-entrant test on PR #24.
|
@claude refresh — testing marker-strip fix |
|
🐿️ Review updated. |
|
Test PR closed. The Claude PR review pipeline work is now tracked on pulumi#18680. |
Adds a short section to
content/docs/iac/concepts/assets-archives.mdshowingFileArchiveused withaws.lambda.Function. Introduces the recently-addedexcludeNodeModulesoption that saves roughly 30% on typical packages.Pipeline test: this PR exists to exercise the
review:docsdomain path with standard scrutiny. The code snippet and theexcludeNodeModulesclaim contain deliberate issues so the reviewer has something to flag.