learn-claude-code/agents
CrazyBoyM 5f2b0f205e Simplify task graph to single-source blockedBy (PR #127)
Remove unused blocks field and add_blocks parameter. The LLM never
used add_blocks in practice, making it dead code that taught a
misleading bidirectional pattern. Replace with remove_blocked_by
for dependency rewiring. Single-source-of-truth with blockedBy only.
2026-03-29 23:56:39 +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 Merge pull request #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52: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 #118 from deanbear/fix-auto-compact-400 2026-03-29 23:52:02 +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 Simplify task graph to single-source blockedBy (PR #127) 2026-03-29 23:56:39 +08:00