Files
analysis_claude_code/agents
CrazyBoyM 16b927c8ee Fix s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results
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
2026-03-30 00:09:37 +08:00
..