mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-04-28 06:19:32 +00:00
_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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| s01_agent_loop.py | ||
| s02_tool_use.py | ||
| s03_todo_write.py | ||
| s04_subagent.py | ||
| s05_skill_loading.py | ||
| s06_context_compact.py | ||
| s07_task_system.py | ||
| s08_background_tasks.py | ||
| s09_agent_teams.py | ||
| s10_team_protocols.py | ||
| s11_autonomous_agents.py | ||
| s12_worktree_task_isolation.py | ||
| s_full.py | ||