ECC/skills/continuous-learning-v2
ericcai e4e94a7e70
fix: preserve content after frontmatter in parse_instinct_file() (#161)
parse_instinct_file() was appending the instinct and resetting state
when frontmatter ended (second ---), before any content lines could be
collected. This caused all content (Action, Evidence, Examples) to be
lost during import.

Fix: only set in_frontmatter=False when frontmatter ends. The existing
logic at the start of next frontmatter (or EOF) correctly appends the
instinct with its collected content.

Fixes #148
2026-02-06 01:00:48 -08:00
..
agents feat: v1.1.0 release - session ID tracking, async hooks, new skills 2026-01-25 18:21:27 -08:00
hooks fix: use CLAUDE_PLUGIN_ROOT for continuous-learning-v2 paths 2026-01-29 12:23:53 -08:00
scripts fix: preserve content after frontmatter in parse_instinct_file() (#161) 2026-02-06 01:00:48 -08:00
config.json feat: v1.1.0 release - session ID tracking, async hooks, new skills 2026-01-25 18:21:27 -08:00
SKILL.md fix: use CLAUDE_PLUGIN_ROOT for continuous-learning-v2 paths 2026-01-29 12:23:53 -08:00