commits_mine
Mine git commits for key decisions and conventions, then queue them for human-gated review to build verified project memory.
Instructions
Mine git commit history for memory-worthy candidates (same as dim mine). Queues proposals for dim review — never writes active memory directly. Use after meaningful commits, or with full=true to rescan all history.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| llm | No | Deep mining: LLM reads each commit message and diff (needs Ollama or OPENAI_API_KEY). Falls back to keyword heuristics if unavailable. | |
| max | No | Max commits to scan (default 500 for keyword mining, 40 for llm) | |
| full | No | Rescan from the beginning of history (ignore cursor). Default: only commits since the last mine. |