mirror of
https://github.com/shareAI-lab/analysis_claude_code.git
synced 2026-05-06 16:26:16 +08:00
Two issues found during post-merge audit: 1. auto_compact used [:80000] (oldest) instead of [-80000:] (newest), inconsistent with s06 2. nag reminder used insert(0,...) instead of append(), inconsistent with s03