fix(capture): extract tasks from stream-of-consciousness text
The parser now handles unstructured brain dumps like:
"i have to send an email to hr. i'm finally sending..."
Extracts tasks from:
- Intent phrases: "need to X", "have to X", "gotta X", "should X"
- "Going to X", "gonna X"
- "Finally X" (procrastination indicator!)
Plus existing support for:
- Bullet points and numbered lists
- Action verbs at line starts
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>