From b9b5aaea288ad81de679cae9eacacbac73e87cff Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:19:53 -0800 Subject: =?UTF-8?q?=F0=9F=9A=80=20Refactor=20LLM=20config:=20Move=20to=20s?= =?UTF-8?q?tandardized=20templates=20and=20improve=20setup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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. 🧰 --- configs/prompts/pr-prompt.txt | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 configs/prompts/pr-prompt.txt (limited to 'configs/prompts/pr-prompt.txt') diff --git a/configs/prompts/pr-prompt.txt b/configs/prompts/pr-prompt.txt deleted file mode 100644 index 625c893..0000000 --- a/configs/prompts/pr-prompt.txt +++ /dev/null @@ -1,12 +0,0 @@ -Write a clear, informative pull request message in markdown: - -* Remember to mention the files that were changed, and what was changed -* Start with a summary -* Explain the 'why' behind changes -* Include a bulleted list to outline all of the changes -* If there are changes that resolve specified issues add the issues to a list of closed issues -* If there are no changes, or the input is blank - then return a blank string - -Think carefully before you write your pull request body. - -What you write will be passed to create a github pull request -- cgit v1.2.3