diff options
| author | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-28 19:19:53 -0800 |
|---|---|---|
| committer | Franck Cuny <59291+fcuny@users.noreply.github.com> | 2025-02-28 19:19:53 -0800 |
| commit | b9b5aaea288ad81de679cae9eacacbac73e87cff (patch) | |
| tree | 5e32d667d05182f98eff54665b1f48f5d6c025c2 /justfile | |
| parent | 🤖 Add LLM tooling and prompts for Git workflow automation (diff) | |
| download | infra-b9b5aaea288ad81de679cae9eacacbac73e87cff.tar.gz | |
🚀 Refactor LLM config: Move to standardized templates and improve setup
- 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. 🧰
Diffstat (limited to 'justfile')
| -rw-r--r-- | justfile | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -112,5 +112,8 @@ vm-copy: [group('llm')] llm: - uv tool install llm - llm install llm-anthropic + #!/usr/bin/env fish + uv tool install llm -U + llm install -U llm-anthropic + llm models default anthropic/claude-3-7-sonnet-20250219 + llm keys set anthropic --value (op read --account my.1password.com "op://Private/anthropic llm/credential") |
