chore(infra): scrub PR/review metadata from comments#730
Merged
Conversation
Strip ephemeral review-cycle tags (Codex P1/P2 on PR #NNN, dated
incident narration like "2026-04-20 incident" / "2026-05-11 wedge",
deferred-to-future-PR canary TODOs, tracker codes like "W38 removed")
from CDK stacks and tests. Historical narration ("X removed in #410.
Backend now does Y") is rewritten as forward-looking statements of
the current design. Constraint rationales (cross-stack KMS posture,
NFS quirks, NLB-V1-for-WS-API) preserved verbatim.
11 files, +63/-100 lines. No code changes; pnpm test passes (one
pre-existing failure in marketplace-resources.test.ts is unrelated).
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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.
Summary
Codex P1/P2 on PR #NNN, dated incident narration (2026-04-20 incident,2026-05-11 wedge investigation), deferred-to-future-PR canary TODOs, tracker codes (W38 removed).Driven by user feedback: comments explain WHY; they should never reference PRs, reviewers, or dated incidents.
Test plan
pnpm test— 60 passing (one pre-existing failure inmarketplace-resources.test.tsunrelated to this PR)cdk synthclean (CI will verify on deploy)🤖 Generated with Claude Code