| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 🚀 Refactor LLM config: Move to standardized templates and improve setup | Franck Cuny | 2025-02-28 | 1 | -2/+5 |
| | | | | | | | | | | | | - 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. 🧰 | ||||
| * | 🤖 Add LLM tooling and prompts for Git workflow automation | Franck Cuny | 2025-02-24 | 1 | -0/+5 |
| | | | | | | | | | | | | | - Add new section in README about LLM tooling installation - Create prompts directory with templates for commit and PR messages - Add new llm.nix module with: - Configuration for prompt file locations - Fish shell aliases for generating commit and PR messages using Claude 3.5 - Add `llm` recipe in justfile to install llm CLI tool and Anthropic provider - Integrate LLM module into home-manager configuration The changes introduce automation for generating high-quality commit messages and PR descriptions using AI, while keeping the prompts configurable and version controlled. | ||||
| * | remove secrets and agenix since nothing uses them | Franck Cuny | 2024-12-28 | 1 | -7/+0 |
| | | |||||
| * | format justfile | Franck Cuny | 2024-12-27 | 1 | -64/+62 |
| | | |||||
| * | add a few more rules to justfile | Franck Cuny | 2024-12-19 | 1 | -1/+28 |
| | | |||||
| * | add a default recipe to just | Franck Cuny | 2024-12-19 | 1 | -0/+3 |
| | | |||||
| * | use fish in justfile | Franck Cuny | 2024-12-16 | 1 | -2/+2 |
| | | |||||
| * | add recipe to edit secret | Franck Cuny | 2024-12-14 | 1 | -0/+7 |
| | | |||||
| * | add docstring to justfile | Franck Cuny | 2024-12-09 | 1 | -0/+4 |
| | | |||||
| * | fix misconfiguration of the bootloader | Franck Cuny | 2024-12-09 | 1 | -3/+7 |
| | | |||||
| * | move each machine into a directory | Franck Cuny | 2024-12-09 | 1 | -13/+23 |
| | | | | | it will be easier to break down some configs. | ||||
| * | more refactoring | Franck Cuny | 2024-12-08 | 1 | -6/+7 |
| | | |||||
| * | add targets to create virtual machines | Franck Cuny | 2024-12-08 | 1 | -0/+38 |
| | | |||||
| * | delete a bunch of python related stuff | Franck Cuny | 2024-10-14 | 1 | -4/+0 |
| | | |||||
| * | build and deploy correctly the configuration to wildcat | Franck Cuny | 2024-10-08 | 1 | -2/+2 |
| | | |||||
| * | build and deploy configuration for remote host | Franck Cuny | 2024-10-05 | 1 | -0/+6 |
| | | |||||
| * | for some reason the `hostname` is busted on sequoia | Franck Cuny | 2024-09-28 | 1 | -2/+2 |
| | | |||||
| * | add a linux VM as a new host | Franck Cuny | 2024-08-03 | 1 | -0/+6 |
| | | | | | | The linux VM runs with UTM, and it has a very basic configuration for now. | ||||
| * | add lint as a target and reformat | Franck Cuny | 2024-07-22 | 1 | -0/+3 |
| | | |||||
| * | delete github actions | Franck Cuny | 2024-07-22 | 1 | -0/+4 |
| | | |||||
| * | remove commands from devenv | Franck Cuny | 2024-07-22 | 1 | -0/+3 |
| | | |||||
| * | add a justfile | Franck Cuny | 2024-07-22 | 1 | -0/+8 |
