learn-claude-code/docs/en
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
..
s01-the-agent-loop.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s02-tool-use.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s03-todo-write.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s04-subagent.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s05-skill-loading.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s06-context-compact.md auto_compact llm request error fixed 2026-03-23 17:04:17 +08:00
s07-task-system.md Simplify task graph to single-source blockedBy (PR #127) 2026-03-29 23:56:39 +08:00
s08-background-tasks.md fix: remove hardcoded assistant acks after system message injection 2026-03-23 20:24:42 +08:00
s09-agent-teams.md fix: remove hardcoded assistant acks after system message injection 2026-03-23 20:24:42 +08:00
s10-team-protocols.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s11-autonomous-agents.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s12-worktree-task-isolation.md the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00