chunk 5/5: A-grade regrade movers (package identity, DTO, migration, scripts, cli exit)#6
Merged
Conversation
…, scripts, cli exit
…tion-split) The POSIX-only readDoc symlink-containment test seeded .arch and relied on createWorkspaceContext migrating it into the docs tree. After the migration split (createWorkspaceContext is pure; migration moved to initWorkspaceContext), .arch is no longer migrated, so readDoc never saw the symlink and the expected PathEscapeError did not fire. Plant the symlink directly in ctx.archRoot (.llmem/docs) — the dir readDoc actually reads — so the containment contract is tested without depending on the migration side effect. Windows skips this test, which is why local runs missed it; POSIX CI covers it. Co-Authored-By: Claude Opus 4.8 (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.
Final chunk 5/5 (original chunk 13). The five regrade grade-movers:
After this, main == dg/work-sessions-1-5 tip (verified green: npm test 573/61/162 + smoke:pack).
🤖 Generated with Claude Code