aboutsummaryrefslogtreecommitdiff
path: root/configs/users/fcuny/llm/templates/pr-prompt.yaml (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-12delete LLM related stuff for nowFranck Cuny1-15/+0
2025-06-12simplify how we're managing templates for `llm`Franck Cuny1-0/+0
Add the variable `configPath` to home-manager, to map directly to the top level configuration of the current user (`./configs/users/$user'). Add a function to generate the mapping for all the templates we need for the `llm` CLI.
2025-03-17specify the modelFranck Cuny1-0/+1
2025-02-28🚀 Refactor LLM config: Move to standardized templates and improve setupFranck Cuny1-0/+14
- 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. 🧰