learn-claude-code/agents
CrazyBoyM dbffe7c8d0 fix: address community issues #37 #30 #36
- s03: inject reminder into tool_result instead of mutating history (#37)
- s05: SkillLoader uses rglob("SKILL.md") + frontmatter name priority,
  matching Agent Skills standard (#30, PR #34)
- CI: upgrade actions/checkout and actions/setup-node to v6 (#36)
- docs: update s05 skill directory structure in all 3 languages
2026-02-28 00:09:57 +08:00
..
__init__.py add worktree & up task、teammate etc 2026-02-24 01:44:44 +08:00
s01_agent_loop.py add worktree & up task、teammate etc 2026-02-24 01:44:44 +08:00
s02_tool_use.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s03_todo_write.py fix: address community issues #37 #30 #36 2026-02-28 00:09:57 +08:00
s04_subagent.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s05_skill_loading.py fix: address community issues #37 #30 #36 2026-02-28 00:09:57 +08:00
s06_context_compact.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s07_task_system.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s08_background_tasks.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s09_agent_teams.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s10_team_protocols.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s11_autonomous_agents.py feat: build an AI agent from 0 to 1 -- 11 progressive sessions 2026-02-21 17:02:43 +08:00
s12_worktree_task_isolation.py add worktree & up task、teammate etc 2026-02-24 01:44:44 +08:00
s_full.py fix: address community issues #37 #30 #36 2026-02-28 00:09:57 +08:00