-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathcontext.json
More file actions
26 lines (26 loc) · 1.12 KB
/
context.json
File metadata and controls
26 lines (26 loc) · 1.12 KB
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
{
"$schema": "https://uuithub.com/context.schema.json",
"attribution": "Powered by Universal Information Terminal (UIT) by Jan Wilmake - https://github.com/janwilmake/uit",
"context": {
"guide": {
"summary": "Working example/template on how to use this",
"pathPatterns": ["template.ts"],
"prompt": "Please create a new cloudflare typescript worker that uses DORM for storage with the following state and functionality: ..."
},
"source": {
"summary": "Entire implementation of the package",
"pathPatterns": ["mod.ts", "package.json"],
"prompt": "Can you tell me more about the security considerations of using this package?"
},
"create-guide": {
"summary": "Create a customized guide for a particular usecase",
"pathPatterns": ["README.md", "template.ts"],
"prompt": "Please create a new template for dorm similar to the provided template, for the following usecase: Multi-tenant Messaging System"
},
"general": {
"summary": "General information",
"pathPatterns": ["README.md", "LICENSE.md"],
"prompt": "What are the limitations?"
}
}
}