feat(incremental): ignore AWS CDK synth output#635
Merged
Conversation
code-review-graph reviewOverall risk: 0.25 (LOW) — 2 changed function(s)/class(es), 0 affected flow(s), 1 test gap(s) Risk-scored changes
Test gaps
Token savings: this graph-backed report used ~20,075 fewer tokens (~97%) than reading every changed file in full (estimated, chars/4 approximation). Powered by code-review-graph — local-first analysis; no code leaves the CI runner. |
tirth8205
force-pushed
the
codex/port-cdk-ignore
branch
from
July 17, 2026 14:48
f121ca2 to
e5abee2
Compare
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.
What changed
cdk.outsynth artifacts at the repository root and inside monorepo packages.*.bundle.jsout of the built-in defaults because users cannot negate a default ignore pattern.Why
This ports only the safe, current-main-compatible part of Gideon Zenz's PR #335 (commit
448e48c). CDK synth output is generated code that should not pollute the graph, while a global bundle-file default would be irreversible for repositories that intentionally track those files.Gideon Zenz is preserved as co-author on the commit.
Validation
cdk.out/manifest.jsonwas not ignored.9 passed.1489 passed, 2 xpassed.ruff check code_review_graph/passed.git diff --checkpassed.