learn-claude-code/agents
Moon 93ccf2a2ac fix: parse multi-line YAML block scalars in frontmatter
_parse_frontmatter used manual line splitting which only handled
simple key: value pairs. Multi-line block scalars (|) returned
only '|' as the value, dropping all subsequent indented lines.

Replace with yaml.safe_load() to correctly parse all YAML syntax.
Add pyyaml>=6.0 to requirements.txt.
2026-03-28 21:37:22 +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 the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s02_tool_use.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s03_todo_write.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +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 fix: parse multi-line YAML block scalars in frontmatter 2026-03-28 21:37:22 +08:00
s06_context_compact.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s07_task_system.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s08_background_tasks.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s09_agent_teams.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s10_team_protocols.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s11_autonomous_agents.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s12_worktree_task_isolation.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00
s_full.py the model is the agent, the code is the harness 2026-03-18 01:19:34 +08:00