Parser Pipeline
Priority order
- Claude sources
- Antigravity sources
- Cursor fallback
Claude extraction
Reads from memory JSON and JSONL candidates and attempts structured tag extraction.
Antigravity extraction
Reads task.md, implementation_plan.md, and walkthrough.md for tagged values and bullets.
Cursor extraction
Current behavior is conservative: detect known paths and return null (no SQLite parsing).
Key implementation
src/parsers/index.tssrc/parsers/claude.tssrc/parsers/antigravity.tssrc/parsers/cursor.tssrc/parsers/shared.ts