aboutsummaryrefslogtreecommitdiff
path: root/nix/users/fcuny/llm.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-24🤖 Add LLM tooling and prompts for Git workflow automationFranck Cuny1-0/+16
- Add new section in README about LLM tooling installation - Create prompts directory with templates for commit and PR messages - Add new llm.nix module with: - Configuration for prompt file locations - Fish shell aliases for generating commit and PR messages using Claude 3.5 - Add `llm` recipe in justfile to install llm CLI tool and Anthropic provider - Integrate LLM module into home-manager configuration The changes introduce automation for generating high-quality commit messages and PR descriptions using AI, while keeping the prompts configurable and version controlled.