mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-02-12 09:23:15 +08:00
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
18 KiB
Executable File
18 KiB
Executable File