-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathpo_refinement.json
More file actions
43 lines (43 loc) · 1.22 KB
/
Copy pathpo_refinement.json
File metadata and controls
43 lines (43 loc) · 1.22 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
43
{
"name": "Teammate",
"params": {
"metadata": {
"contextId": "po_refinement"
},
"cliCommands": [
"./agents/scripts/run-agent.sh"
],
"outputType": "field",
"fieldName": "Answer",
"operationType": "Replace",
"ticketContextDepth": 1,
"attachResponseAsFile": false,
"skipAIProcessing": true,
"alwaysPostComments": true,
"preCliJSAction": "agents/js/fetchParentContextToInput.js",
"postJSAction": "agents/js/closeQuestionTicket.js",
"inputJql": "key = JD-95",
"cliPrompts": [
"Experienced Product Owner and Business Analyst",
"./agents/instructions/common/agent_task_preamble.md",
"./agents/instructions/po_refinement/workflow.md",
"./agents/instructions/common/input_context_reading.md",
"./agents/instructions/po_refinement/product_focus.md",
"./agents/prompts/po_refinement_prompt.md",
"./agents/prompts/bash_tools.md"
],
"cliPromptsByTracker": {
"jira": [
"./agents/instructions/tracker/jira_comment_format.md"
],
"ado": [
"./agents/instructions/tracker/ado_markup_transform.md"
]
},
"customParams": {
"parentContextFetch": {
"enabled": true
}
}
}
}