docs(archive): Batch archive of 20 PRs#5610
Merged
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
This PR adds a batch of archived PR discussion documents under docs/pr-discussions/ to preserve historical review context and reduce queue noise.
Changes:
- Add 20 new PR-archive markdown files (
PR-5343throughPR-5362) with YAML frontmatter metadata and preserved discussion content. - Preserve embedded review threads/checklists as part of each archived PR record.
Reviewed changes
Copilot reviewed 20 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| docs/pr-discussions/PR-5343-docs-backlog-b-0831-ci-cascade-6-full-install-cluster-auto-j.md | Archived discussion for PR #5343 (B-0831 backlog row). |
| docs/pr-discussions/PR-5344-feat-broadcast-add-local-broadcast-schema-contract.md | Archived discussion for PR #5344 (broadcast schema contract). |
| docs/pr-discussions/PR-5345-docs-backlog-b-0832-installer-nmtui-wifi-rescan-refresh-empi.md | Archived discussion for PR #5345 (B-0832 backlog row). |
| docs/pr-discussions/PR-5346-docs-backlog-b-0833-installer-interactive-login-vs-baked-in.md | Archived discussion for PR #5346 (B-0833 backlog row). |
| docs/pr-discussions/PR-5347-docs-backlog-b-0834-installer-preserve-install-log-to-file-f.md | Archived discussion for PR #5347 (B-0834 backlog row). |
| docs/pr-discussions/PR-5348-fix-broadcast-omit-absent-optional-receipt-fields.md | Archived discussion for PR #5348 (receipt optional fields). |
| docs/pr-discussions/PR-5349-docs-backlog-fix-login-banner-b-0835-installer-config-bugs-c.md | Archived discussion for PR #5349 (B-0835 + login banner fix). |
| docs/pr-discussions/PR-5350-feat-b-0834-implement-approach-a-install-log-preservation-te.md | Archived discussion for PR #5350 (install-log preservation). |
| docs/pr-discussions/PR-5351-fix-b-0835-bug-3b-password-activation-script-fixes-operation.md | Archived discussion for PR #5351 (password activation-script fix). |
| docs/pr-discussions/PR-5352-feat-b-0812-b-0835-bug-4-iter-5-4-1-self-registration-commit.md | Archived discussion for PR #5352 (self-registration step 6.9). |
| docs/pr-discussions/PR-5353-docs-backlog-b-0836-hardware-inventory-vs-cluster-reconcilia.md | Archived discussion for PR #5353 (B-0836 backlog row). |
| docs/pr-discussions/PR-5354-fix-b-0835-bug-1-hostname-injection-symlink-impure-so-flake.md | Archived discussion for PR #5354 (hostname injection fix). |
| docs/pr-discussions/PR-5355-fix-postmerge-5352-copilot-5-findings-schema-roles-registrat.md | Archived discussion for PR #5355 (post-merge fixes for #5352). |
| docs/pr-discussions/PR-5356-docs-research-kestrel-v2-10th-persona-ferry-caustic-engineer.md | Archived discussion for PR #5356 (research ferry). |
| docs/pr-discussions/PR-5357-rule-substrate-smoothness-as-load-bearing-property-auto-load.md | Archived discussion for PR #5357 (rule landing). |
| docs/pr-discussions/PR-5358-hygiene-validate-bash-retirement-allowlist-integrity.md | Archived discussion for PR #5358 (bash-retirement allowlist integrity). |
| docs/pr-discussions/PR-5359-docs-research-kestrel-v3-11th-persona-ferry-asymmetric-criti.md | Archived discussion for PR #5359 (research ferry). |
| docs/pr-discussions/PR-5360-hygiene-format-stale-worktree-auditor.md | Archived discussion for PR #5360 (formatting-only hygiene). |
| docs/pr-discussions/PR-5361-rule-draft-docs-b-0837-asymmetric-critic-with-clarity-first.md | Archived discussion for PR #5361 (draft rule + backlog row). |
| docs/pr-discussions/PR-5362-hygiene-support-stale-worktree-audit-root-option.md | Archived discussion for PR #5362 (stale worktree audit --root). |
…archive Copilot finding on PR #5610 line 20: PR description was inlined with literal \n escapes instead of real markdown line breaks. Fix converts the inlined Summary/Checks block into properly-formatted markdown. Only PR-5348-*.md had the bug across all 20 archived files in this batch (verified by grep scan). Other apparent matches were legitimate shell escapes (tr -d '\n') inside code blocks. Symptom-fix only; root cause (likely in tools/pr-preservation/archive-pr.ts when PR descriptions arrive with embedded literal-\n strings) tracked separately if a pattern emerges in future batch archives. Co-Authored-By: Claude <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.
Automated batch archival of 20 PRs to preserve discussion and context, and to reduce PR queue noise.