Expand description
Git activity importer — extracts decision and pattern signals from recent commit messages in the current repository.
Scans git log output for structured commit messages (conventional
commits) and extracts:
feat:/refactor:→ potential decision candidates- Repeated patterns (same prefix 3+ times) → workflow patterns
This is a Tier 1 heuristic importer — no LLM involved.