first mvp

This commit is contained in:
2026-05-16 01:39:45 +08:00
parent b3a2ae4681
commit 69afb0a53e
13 changed files with 205 additions and 272 deletions
+10 -20
View File
@@ -1,23 +1,13 @@
ignore:
- node_modules
- dist
- "*.log"
config:
path_mode: relative
include:
- "*.go"
- "*.py"
- "*.ts"
prompts:
preset: "下面的代码来自文件 {{path}}\n---\n{{content}}"
max_file_size_kb: 200
preset:
internal:
- "internal/tree/*"
- "internal/utils/glob.go"
bundle:
max_tokens: 20000
add_file_header: true
format: "markdown" # or plain
clipboard:
auto_copy: true
tree:
show_size: true
max_depth: 5
cmd:
- "cmd/*"