brain_from_git
Parse git commit messages to extract lessons about fixes, features, and refactors. Onboard new developers to your codebase's accumulated patterns automatically.
Instructions
Bootstrap brain lessons from git history. Parses commit messages and infers fix/feature/refactor lessons automatically. Great for onboarding an existing codebase — run once and the brain instantly knows your team's accumulated patterns. Supports limit and branch options.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | Brain instance ID | |
| repo_path | No | Path to git repository (default: current directory) | |
| limit | No | Max commits to process (default: 100, max: 500) | |
| branch | No | Git branch to parse (default: current branch / HEAD) | |
| since | No | Only commits after this date, e.g. "2024-01-01" (optional) |