aboutsummaryrefslogtreecommitdiff
path: root/configs/llm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* specify the modelFranck Cuny2025-03-172-0/+2
|
* simpler prompt for git commitFranck Cuny2025-03-101-54/+18
|
* add repomix integrationFranck Cuny2025-03-101-0/+6
| | | | | | - Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config
* Update LLM commit prompt → Conventional CommitsFranck Cuny2025-03-101-17/+54
| | | | | | - Replaces previous generic commit prompt with a structured Conventional Commits format - Adds detailed instructions for crafting terse descriptions and optional bodies - Introduces rules for formatting, content organization, and proper focus on effects rather than changes themselves
* 🚀 Refactor LLM config: Move to standardized templates and improve setupFranck Cuny2025-02-282-0/+37
- Migrated prompts from text files to YAML templates in `.config/llm/templates/` directory - Updated fish shell aliases to use the new template system with `-t` flag instead of reading files - Enhanced justfile's `llm` target with proper Claude model setup and 1Password integration - Added `LLM_USER_PATH` environment variable for consistent configuration path - Fixed PR prompt format to better organize content and remove issue resolution section - Updated Nix configuration to support the new file structure The changes standardize our LLM prompt system and make it more maintainable, while improving the setup experience for new users. 🧰