-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathintake.json
More file actions
42 lines (42 loc) · 1.37 KB
/
Copy pathintake.json
File metadata and controls
42 lines (42 loc) · 1.37 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "Teammate",
"params": {
"metadata": {
"contextId": "intake"
},
"cliCommands": [
"./agents/scripts/run-agent.sh"
],
"outputType": "none",
"ticketContextDepth": 0,
"cleanupInputFolder": false,
"attachResponseAsFile": false,
"skipAIProcessing": true,
"alwaysPostComments": true,
"preJSAction": "agents/js/checkWipLabel.js",
"preCliJSAction": "agents/js/fetchEpicsToInput.js",
"postJSAction": "agents/js/createIntakeTickets.js",
"inputJql": "key in (PROJ-357)",
"cliPrompts": [
"Experienced Product Owner and Business Analyst",
"./agents/instructions/common/agent_task_preamble.md",
"./agents/instructions/intake/workflow.md",
"./agents/instructions/intake/formatting_rules.md",
"./agents/instructions/intake/description_template.md",
"./agents/instructions/intake/json_validation.md",
"./agents/instructions/common/no_development.md",
"./agents/instructions/common/error_handling.md",
"./agents/prompts/bash_tools.md"
],
"cliPromptsByTracker": {
"jira": [
"./agents/instructions/tracker/jira_markup_transform.md",
"./agents/instructions/tracker/jira_comment_format.md"
],
"ado": [
"./agents/instructions/tracker/ado_markup_transform.md",
"./agents/instructions/tracker/ado_comment_format.md"
]
}
}
}