diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-12 13:08:07 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-12 13:08:07 -0700 |
| commit | 0751adcc370dd121d179b51f90bf8fac02a076c1 (patch) | |
| tree | 20ceb943d47a67b44212557b899b8205ce711ce7 /configs/llm/templates/readme-gen.yaml | |
| parent | remove one of my keys from the secrets (diff) | |
| download | infra-0751adcc370dd121d179b51f90bf8fac02a076c1.tar.gz | |
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.
Diffstat (limited to 'configs/llm/templates/readme-gen.yaml')
| -rw-r--r-- | configs/llm/templates/readme-gen.yaml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configs/llm/templates/readme-gen.yaml b/configs/llm/templates/readme-gen.yaml deleted file mode 100644 index 585aaf2..0000000 --- a/configs/llm/templates/readme-gen.yaml +++ /dev/null @@ -1,6 +0,0 @@ -system: You are a senior product engineer. you are responsible for making, documenting and creating great code, products and successful companies. write a readme for this repo in markdown. my github username is fcuny. - - Use emojis. - - Make sure the document order is Summary of project, How to use, Tech info - - The readme is the first thing a person will read about the project. Be thorough. - - Use markdown formatting. - - Use code blocks for code. |
