Skip to content

Add git history discovery miner (#132)#147

Merged
Dimwiddle merged 3 commits intofeature/discovery-layerfrom
codex/132-git-history-miner
Mar 6, 2026
Merged

Add git history discovery miner (#132)#147
Dimwiddle merged 3 commits intofeature/discovery-layerfrom
codex/132-git-history-miner

Conversation

@Dimwiddle
Copy link
Contributor

Description

Add a language-agnostic GitHistoryMiner that parses recent git log output into typed GIT_COMMIT discovery items, filters noisy conventional commit prefixes, enforces source-file presence, and maps non-repo/missing-git failures to NOT_INSTALLED.

Also wires the miner into default discovery registration, adds focused unit coverage for parsing/filtering/error behavior, and updates the discovery feature spec scenarios/acceptance criteria for git mining.

Type of Change

  • New feature
  • Tests
  • Documentation update

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes

Testing

  • make lint-fix
  • make lint
  • make test
  • make pre-commit

Related Issues

Closes #132

@Dimwiddle Dimwiddle merged commit 58a818d into feature/discovery-layer Mar 6, 2026
1 check passed
@Dimwiddle Dimwiddle linked an issue Mar 6, 2026 that may be closed by this pull request
10 tasks
@Dimwiddle Dimwiddle deleted the codex/132-git-history-miner branch March 11, 2026 20:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Discovery miner: git history (commit grouping)

1 participant