Skip to content

Commit 5f3b429

Browse files
authored
Merge pull request #14 from docker/slim/poem
Fix naming convention
2 parents 55634ff + 05c1c41 commit 5f3b429

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

prompts/poem/020_user_prompt.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
My project uses the following languages:
22

3-
{{project.languages}}
3+
{{#linguist}}
4+
* {{ language }}
5+
{{/linguist}}
46

57
My project has the following files:
68

7-
{{project.files}}
9+
{{project-facts.files}}
810

911
Write me a poem in the style of Supa Hot Fire.
1012

prompts/poem/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22
extractors:
33
- name: project-facts
4+
- name: linguist
45
functions:
56
- name: write_files
67
---

0 commit comments

Comments
 (0)