Skip to main content

Module git_importer

Module git_importer 

Source
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.

Structs§

GitCandidate
GitImportReport

Functions§

import_git_activity
scan_recent_commits