learn-claude-code/agents
CrazyBoyM 16b927c8ee
Some checks failed
CI / build (push) Has been cancelled
Test / python-smoke (push) Has been cancelled
Test / web-build (push) Has been cancelled
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
..
__init__.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s01_agent_loop.py fix: #143 UTF-8 backspace fix for macOS libedit (#144) 2026-03-29 22:44:36 +08:00
s02_tool_use.py Reapply "Merge pull request #128 from jimpablo/improve-output-format" 2026-03-29 23:26:49 +08:00
s03_todo_write.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s04_subagent.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s05_skill_loading.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s06_context_compact.py Preserve read_file results during micro_compact (PR #72) 2026-03-30 00:06:02 +08:00
s07_task_system.py Simplify task graph to single-source blockedBy (PR #127) 2026-03-29 23:56:39 +08:00
s08_background_tasks.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s09_agent_teams.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s10_team_protocols.py Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +08:00
s11_autonomous_agents.py Merge pull request #123: prevent task claiming race condition in s11 2026-03-29 23:57:14 +08:00
s12_worktree_task_isolation.py Separate tool name from output across all agent sessions (s03-s_full) 2026-03-29 23:27:41 +08:00
s_full.py Fix s_full.py consistency: auto_compact keeps newest messages, nag reminder appends after tool_results 2026-03-30 00:09:37 +08:00