docs(archive): Lior PR preservation batch 2#3358
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR preserves a second batch of recent PR discussions as git-native markdown archives under docs/pr-discussions/.
Changes:
- Adds five archived PR discussion records for PRs #3338, #3339, #3343, #3348, and #3349.
- Captures PR metadata, descriptions, reviews, and review-thread history from recent merged work.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
docs/pr-discussions/PR-3349-fix-save-ai-memory-tsc-strict-mode-errors-in-process-extract.md |
Archives PR #3349 discussion and review threads. |
docs/pr-discussions/PR-3348-feat-persona-ani-migrate-33-conversation-archives-to-memory.md |
Archives PR #3348 discussion and review threads. |
docs/pr-discussions/PR-3343-fix-shadow-remove-axvalue-fallback-from-grey-text-detector-f.md |
Archives PR #3343 discussion. |
docs/pr-discussions/PR-3339-feat-rules-shadow-star-shorthand-autocomplete-marker-cold-bo.md |
Archives PR #3339 discussion and review threads. |
docs/pr-discussions/PR-3338-feat-persona-ani-full-memory-preservation-pass-2-new-33-arch.md |
Archives PR #3338 discussion. |
The Python archiver serialized `\b` as 0x08 (backspace) instead of the literal two-char sequence. Replace with `\\b` so the regex lesson is copy-paste accurate. 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.
Preservation discipline for recently merged PRs.