[Build] Optimize CLAUDE.md and add typecheck script#39
Merged
Conversation
|
Hi @samzong, DetailsInstructions for interacting with me using comments are available here. |
Signed-off-by: samzong <samzong.lu@gmail.com>
2062301 to
a8ef5db
Compare
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
Slim down CLAUDE.md from 393 to 151 lines by extracting completed phase records and technical pitfalls into Claude Code memory (local-only). Add a
pnpm typecheckscript and remove stale planning docs.Type of change
[Build]CI, packaging, or tooling changeWhy is this needed?
CLAUDE.md is loaded into every Claude Code conversation context. At 393 lines, ~60% was completed phase checklists, reverse-engineering notes, and one-time pitfall records with no value for future work. The two-stage tsc typecheck command was too long to type manually.
What changed?
typecheckscript wrapping the two-stage tsc buildarchitecture-refactor.md,model-agent-thinking-research.md)Linked issues
N/A
Validation
pnpm typecheckpnpm testpnpm buildCommands, screenshots, or notes:
Screenshots or recordings
N/A
Release note
NONE.Checklist