From 8bfa3f50136a620d6cc80965ad9067712b6e9619 Mon Sep 17 00:00:00 2001 From: Franck Cuny <59291+fcuny@users.noreply.github.com> Date: Sun, 2 Mar 2025 17:36:58 -0800 Subject: add repomix integration - Install `repomix` via homebrew - Add `llm-bundle` just command and `readme-gen` template - Configure just integration in home config --- configs/llm/templates/readme-gen.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 configs/llm/templates/readme-gen.yaml (limited to 'configs/llm/templates/readme-gen.yaml') diff --git a/configs/llm/templates/readme-gen.yaml b/configs/llm/templates/readme-gen.yaml new file mode 100644 index 0000000..585aaf2 --- /dev/null +++ b/configs/llm/templates/readme-gen.yaml @@ -0,0 +1,6 @@ +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. -- cgit v1.2.3