From 0751adcc370dd121d179b51f90bf8fac02a076c1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 12 Jun 2025 13:08:07 -0700 Subject: simplify how we're managing templates for `llm` 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. --- configs/llm/templates/pr-prompt.yaml | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 configs/llm/templates/pr-prompt.yaml (limited to 'configs/llm/templates/pr-prompt.yaml') diff --git a/configs/llm/templates/pr-prompt.yaml b/configs/llm/templates/pr-prompt.yaml deleted file mode 100644 index 53671ba..0000000 --- a/configs/llm/templates/pr-prompt.yaml +++ /dev/null @@ -1,15 +0,0 @@ -model: claude-3.7-sonnet -prompt: > - Write a clear, informative pull request message in markdown: - - * Start with a summary - * Remember to mention the files that were changed, and what was changed - * Explain the 'why' behind changes - * Include a bulleted list to outline all of the changes - * 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 - - Text to use for the pull request message: $input -- cgit v1.2.3