Skip to content

Commit 6609cfa

Browse files
Update project_facts with linguist convention
1 parent 7023789 commit 6609cfa

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

extractors/registry.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"none"
77
"--workspace"
88
"/project"]}
9-
{:name "go-linguist",
9+
{:name "linguist",
1010
:image "vonwig/go-linguist:latest",
1111
:command ["-json"],
1212
:output-handler "linguist"}]}

extractors/registry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ registry:
88
- none
99
- --workspace
1010
- /docker
11-
- name: go-linguist
11+
- name: linguist
1212
image: vonwig/go-linguist:latest
1313
command:
1414
- -json

prompts/project_type/100_user_prompt.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ This project contains {{language}} code.
66

77
Here is a list of files that are currently versioned in this project:
88

9-
{{#project.files}}
9+
{{#project-facts.files}}
1010
* {{.}}
11-
{{/project.files}}
11+
{{/project-facts.files}}
1212

1313
Use this list of files and the languages that we've detected in the project to
1414
figure out what kind of projects this is. It is okay if it appears to be a combination

prompts/project_type/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
extractors:
3-
- name: go-linguist
3+
- name: linguist
44
- name: project-facts
55
model: gpt-4
66
stream: true

0 commit comments

Comments
 (0)