mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-04-26 13:30:47 +00:00
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. |
||
|---|---|---|
| .. | ||
| s01-the-agent-loop.md | ||
| s02-tool-use.md | ||
| s03-todo-write.md | ||
| s04-subagent.md | ||
| s05-skill-loading.md | ||
| s06-context-compact.md | ||
| s07-task-system.md | ||
| s08-background-tasks.md | ||
| s09-agent-teams.md | ||
| s10-team-protocols.md | ||
| s11-autonomous-agents.md | ||
| s12-worktree-task-isolation.md | ||