aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-24 19:24:13 -0800
committerFranck Cuny <59291+fcuny@users.noreply.github.com>2025-02-24 19:24:47 -0800
commitc4fecf6bfdaa846c5657b82325501047189aed5d (patch)
tree76ad80e14276d4a184b3c7a0b921641e1d78b7a4 /README.md
parentadd ~/.local/bin to the path (diff)
downloadinfra-c4fecf6bfdaa846c5657b82325501047189aed5d.tar.gz
🤖 Add LLM tooling and prompts for Git workflow automation
- 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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b46de11..444fd15 100644
--- a/README.md
+++ b/README.md
@@ -27,3 +27,7 @@ nix run nix-darwin -- switch --flake .#hostname
Finally, switch the default shell via `chsh`, and set it to `/run/current-system/sw/bin/fish`.
Best to reboot to complete the installation.
+
+## LLM
+
+For now I'm going to install some tooling manually. Run `just llm` to get the toolchain installed.