From 697b074ee3124078b67d35719dee6aae7b4c8fb2 Mon Sep 17 00:00:00 2001 From: Zayden Jung Date: Sun, 17 May 2026 18:39:05 +0800 Subject: [PATCH] use my onwn .cliprepo for ai coding --- .cliprepo.yaml | 10 ++++++++++ .gitignore | 4 +++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .cliprepo.yaml diff --git a/.cliprepo.yaml b/.cliprepo.yaml new file mode 100644 index 0000000..3192684 --- /dev/null +++ b/.cliprepo.yaml @@ -0,0 +1,10 @@ +config: + path_mode: relative + +prompts: + preset: "下面的代码来自项目相对路径 {{path}}:\n---\n{{content}}" + +preset: + auth: + - "app/auth.py" + - "app/auth/*" \ No newline at end of file diff --git a/.gitignore b/.gitignore index 8f44d6b..bd42a08 100644 --- a/.gitignore +++ b/.gitignore @@ -14,4 +14,6 @@ wheels/ *.json *.log -.DS_Store \ No newline at end of file +.DS_Store + +.git \ No newline at end of file