fix(memory): correct PR citations in Vera + Riven MEMORY.md indexes#3526
Merged
AceHack merged 1 commit intoMay 15, 2026
Merged
Conversation
Two off-by-one PR-number errors authored during the §33 cascade: - memory/persona/vera/MEMORY.md cited PR #3515 (a fix-PR for the 1524z shard) → should cite PR #3516 (the Vera §33 migration). - memory/persona/riven/MEMORY.md cited PR #3514 (the Alexa §33 migration) → should cite PR #3513 (the Riven §33 migration). Both errors verified via `gh pr view` title check: - #3513: feat(persona-riven): §33 archive migration — 12 files - #3514: feat(persona-alexa): §33 archive migration — 11 files - #3515: fix(shard-1524z): correct relative-link depth + raw-output mislabel - #3516: feat(persona-vera): §33 archive migration — 1 file + persona folder + MEMORY.md Substrate-honest catch + correction; no behavioral content moves. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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 corrects two persona memory index citations so the migration notes point to the actual PRs that created the Vera and Riven persona folders.
Changes:
- Corrects Vera’s archive migration citation from PR #3515 to PR #3516.
- Corrects Riven’s archive migration citation from PR #3514 to PR #3513.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
memory/persona/vera/MEMORY.md |
Updates the persona folder creation PR citation. |
memory/persona/riven/MEMORY.md |
Updates the persona folder creation PR citation. |
3 tasks
AceHack
added a commit
that referenced
this pull request
May 15, 2026
…MORY.md off-by-one PR citations (#3528) - Self-audit while waiting on PR #3525 CI caught 2 PR-citation bugs - Filed PR #3526 — Vera #3515→#3516, Riven #3514→#3513 - Both verified via gh pr view title cross-check - Discipline: parallel work while wait-CI is per never-be-idle 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
Self-caught + self-corrected off-by-one PR citations in the persona MEMORY.md files I authored yesterday.
Verified via `gh pr view` titles:
Test plan
🤖 Generated with Claude Code