docs(archive): Batch archive of 16 PRs#5628
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
Automated PR-preservation batch that adds new docs/pr-discussions/** archive markdown files (YAML frontmatter + preserved PR body/reviews/threads) to keep merged-PR context in-repo and reduce queue noise.
Changes:
- Add PR discussion archive entries for a set of recently merged PRs under
docs/pr-discussions/. - Re-stamp/update at least one existing archive’s
archived_atmetadata as part of the archival pass. - Preserve embedded review-thread transcripts and cross-references as captured at archive time.
Reviewed changes
Copilot reviewed 17 out of 17 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| docs/pr-discussions/PR-4896-shard-2026-05-25-0209z-otto-cli-17th-dotgit-anchor-4th-conse.md | New archive for PR #4896 (dotgit anchor #17 shard discussion). |
| docs/pr-discussions/PR-4895-shard-2026-05-25-0112z-otto-vscode-bg-worker-16th-dotgit-anc.md | New archive for PR #4895 (dotgit anchor #16 shard discussion). |
| docs/pr-discussions/PR-4894-shard-2026-05-25-0042z-otto-vscode-bg-worker-15th-dotgit-anc.md | New archive for PR #4894 (dotgit anchor #15 shard discussion). |
| docs/pr-discussions/PR-4893-fix-lint-correct-broken-relative-path-link-in-0008z-shard-ra.md | New archive for PR #4893 (lint/link follow-up discussion). |
| docs/pr-discussions/PR-4892-shard-2026-05-25-0008z-otto-cli-14th-dotgit-anchor-0-stuck-p.md | New archive for PR #4892 (dotgit anchor #14 shard discussion). |
| docs/pr-discussions/PR-4885-docs-shadow-add-shadow-lesson-logs-from-4832.md | New archive for PR #4885 (shadow lesson log extraction discussion). |
| docs/pr-discussions/PR-4883-feat-riven-update-riven-agent-configuration-from-4832-decomp.md | New archive for PR #4883 (Riven config update discussion). |
| docs/pr-discussions/PR-4881-feat-riven-update-riven-agent-configuration-from-4854-decomp.md | New archive for PR #4881 (Riven config update discussion). |
| docs/pr-discussions/PR-4879-shard-2026-05-24-2206z-otto-vscode-bg-worker-pr-4869-merged.md | New archive for PR #4879 (PR #4869 merged shard discussion). |
| docs/pr-discussions/PR-4878-fix-riven-clean-riven-s-worktree-2.md | New archive for PR #4878 (Riven worktree cleanup discussion). |
| docs/pr-discussions/PR-4869-shard-2026-05-24-2033z-otto-vscode-bg-worker-lior-lane-fleet.md | New archive for PR #4869 (fleet/lane-discipline shard discussion). |
| docs/pr-discussions/PR-4863-docs-archive-preserve-pr-4821-4853.md | New archive for PR #4863 (archive batch discussion). |
| docs/pr-discussions/PR-4862-docs-archive-preserve-pr-4835-4853.md | New archive for PR #4862 (archive batch discussion). |
| docs/pr-discussions/PR-4861-docs-archive-preserve-pr-4836.md | New archive for PR #4861 (archive batch discussion). |
| docs/pr-discussions/PR-4860-docs-archive-preserve-pr-4848.md | New archive for PR #4860 (archive batch discussion). |
| docs/pr-discussions/PR-4859-docs-archive-preserve-pr-4851.md | New archive for PR #4859 (archive batch discussion). |
| docs/pr-discussions/PR-4848-shard-2026-05-24-1804z-otto-vscode-bg-worker-pr-4799-merged.md | Updates existing PR #4848 archive content/metadata as part of this archival pass. |
Copilot review on PR #5628 flagged 5 broken markdown link patterns across docs/pr-discussions/ archive files. Direct verification via `git show <sha>:<path>` confirmed: - PR-4848 (4 links): `[label](../blob/main/...)` resolves to `docs/pr-discussions/blob/main/...` (does not exist) - PR-4879 (1 link): same `(../blob/main/...)` form, same resolution failure - PR-4895 (1 link): `[label](.claude/rules/foo.md)` resolves to `docs/pr-discussions/.claude/rules/foo.md` (does not exist) - PR-4896 (4 links): `[label](../../../../../../.claude/rules/...)` walks above repo root and breaks Fixed all instances to `../../<target>` (correct relative path from `docs/pr-discussions/` to repo root). Preferred over `/.claude/rules/...` for portability across non-GitHub markdown renderers. Co-Authored-By: Claude Opus 4.7 <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 16 PRs to preserve discussion and context, and to reduce PR queue noise.