diff --git a/.cliprepo.yaml b/.cliprepo.yaml index 91f400a..1fa6799 100644 --- a/.cliprepo.yaml +++ b/.cliprepo.yaml @@ -5,6 +5,13 @@ prompts: preset: "下面的代码来自文件 {{path}}:\n---\n{{content}}" preset: + all: + - "cmd/*" + - "internal/tree/*" + - "internal/utils/*" + - "internal/config/*" + - "main.go" + internal: - "internal/tree/*" - "internal/utils/glob.go" diff --git a/cmd/run.go b/cmd/run.go index 37f42c1..e197015 100644 --- a/cmd/run.go +++ b/cmd/run.go @@ -36,7 +36,7 @@ var runCmd = &cobra.Command{ var builder strings.Builder - builder.WriteString("===== PROJECT TREE =====\n") + // builder.WriteString("===== PROJECT TREE =====\n") builder.WriteString(treeStr) builder.WriteString("\n\n")