-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathreprom.config.yaml
46 lines (45 loc) · 1001 Bytes
/
reprom.config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
configs:
- name: "all"
preText: |
Below is the file and directory structure of reprom.
output: "clipboard" # "file" or "clipboard"
targets:
include:
- "src"
- "bin"
- "./"
exclude:
- "**/node_modules"
- "dist"
- "reprom-reprom.md"
filePatterns:
- "**/*.ts"
- "**/*.js"
- "**/*.yaml"
- "**/*.json"
- "*.md"
tree:
maxDepth: 5
directoriesOnly: false
- name: "ai"
preText: |
Here is the file and directory structure of reprom. Read it carefully and answer user's question placed at the end.
postText: |
Question:
output: "clipboard"
targets:
include:
- "src"
- "bin"
- "./"
exclude:
- "**/node_modules"
- "dist"
- "reprom-reprom.md"
filePatterns:
- "**/*.vue"
- "**/*.js"
- "**/*.ts"
tree:
maxDepth: 10
directoriesOnly: false