docs(archive): preserve recently merged PRs 3253-3249#3259
Merged
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
There was a problem hiding this comment.
Pull request overview
Adds PR-preservation discussion archives under docs/pr-discussions/ for recently merged PRs #3249–#3253, generated by tools/pr-preservation/archive-pr.ts, to keep an audit trail of descriptions and review threads outside GitHub.
Changes:
- Adds five new
docs/pr-discussions/PR-<NNNN>-<slug>.mdarchive files for PRs #3249–#3253. - Captures each PR’s YAML frontmatter metadata plus summary/review-thread content as preserved Markdown.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/pr-discussions/PR-3253-feat-b-0461-file-b-0442-slice-5-3-row-missed-substrate-casca.md | Archive of PR #3253 description + review threads for B-0461 slice 5.3. |
| docs/pr-discussions/PR-3252-shard-tick-2119z-pr-3249-markdownlint-md032-fix-real-ci-fail.md | Archive of PR #3252 tick shard describing an MD032 fix and sweep. |
| docs/pr-discussions/PR-3251-shard-tick-2113z-duplicate-id-audit-class-mechanizes-2108z-d.md | Archive of PR #3251 tick shard documenting duplicate-ID audit mechanization context. |
| docs/pr-discussions/PR-3250-feat-hygiene-add-duplicate-id-audit-class-to-audit-backlog-i.md | Archive of PR #3250 description of adding duplicate-ID auditing. |
| docs/pr-discussions/PR-3249-shard-tick-2108z-review-thread-triage-round-2-b-0329-renumbe.md | Archive of PR #3249 tick shard documenting review-thread triage outcomes. |
Comments suppressed due to low confidence (1)
docs/pr-discussions/PR-3253-feat-b-0461-file-b-0442-slice-5-3-row-missed-substrate-casca.md:88
- P2: The preserved review comment references
tools/bg/missed-substrate-detector.ts, but there is notools/bg/directory in this repo checkout and no matches formissed-substrate-detectoroutside this archive. If the producer lives elsewhere, consider adding a clarifying note or correcting the path so future readers can locate the referenced implementation.
### Thread 2: docs/backlog/P1/B-0461-b0442-slice-5-3-missed-substrate-cascade-handler-2026-05-14.md:55 (unresolved)
**@copilot-pull-request-reviewer** (2026-05-14T21:29:21Z):
The documented payload shape does not match the current producer. `tools/bg/missed-substrate-detector.ts` publishes `branchName`, `missingCommits`, `recommendedAction`, and `urgency`; it does not publish `branchRef`, `headRefOid`, `squashCommit`, `missedCommitCount`, or `rationale`. Leaving this schema here will cause the future handler to read nonexistent fields.
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.
Automated PR preservation for recently merged PRs. No human intervention.