File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
" none"
7
7
" --workspace"
8
8
" /project" ]}
9
- {:name " go- linguist" ,
9
+ {:name " linguist" ,
10
10
:image " vonwig/go-linguist:latest" ,
11
11
:command [" -json" ],
12
12
:output-handler " linguist" }]}
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ registry:
8
8
- none
9
9
- --workspace
10
10
- /docker
11
- - name : go- linguist
11
+ - name : linguist
12
12
image : vonwig/go-linguist:latest
13
13
command :
14
14
- -json
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ This project contains {{language}} code.
6
6
7
7
Here is a list of files that are currently versioned in this project:
8
8
9
- {{#project.files}}
9
+ {{#project-facts .files}}
10
10
* {{.}}
11
- {{/project.files}}
11
+ {{/project-facts .files}}
12
12
13
13
Use this list of files and the languages that we've detected in the project to
14
14
figure out what kind of projects this is. It is okay if it appears to be a combination
Original file line number Diff line number Diff line change 1
1
---
2
2
extractors :
3
- - name : go- linguist
3
+ - name : linguist
4
4
- name : project-facts
5
5
model : gpt-4
6
6
stream : true
You can’t perform that action at this time.
0 commit comments