mirror of
https://github.com/shareAI-lab/learn-claude-code.git
synced 2026-04-26 13:30:47 +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.
3 lines
No EOL
50 B
Text
3 lines
No EOL
50 B
Text
anthropic>=0.25.0
|
|
python-dotenv>=1.0.0
|
|
pyyaml>=6.0 |