-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathbug_development.json
More file actions
36 lines (36 loc) · 1.28 KB
/
Copy pathbug_development.json
File metadata and controls
36 lines (36 loc) · 1.28 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
{
"name": "Teammate",
"params": {
"metadata": {
"contextId": "bug_development"
},
"cliCommands": [
"./agents/scripts/run-agent.sh"
],
"outputType": "none",
"ticketContextDepth": 1,
"attachResponseAsFile": false,
"skipAIProcessing": true,
"alwaysPostComments": true,
"preJSAction": "agents/js/checkWipLabel.js",
"preCliJSAction": "agents/js/preCliDevelopmentSetup.js",
"postJSAction": "agents/js/developBugAndCreatePR.js",
"customParams": {
"removeLabel": "sm_bug_dev_triggered"
},
"inputJql": "key = PROJ-74",
"cliPrompts": [
"Senior Developer Engineer specializing in root cause analysis and bug fixing",
"./agents/instructions/common/agent_task_preamble.md",
"./agents/instructions/common/coding_guidelines.md",
"./agents/instructions/common/input_context_reading.md",
"./agents/instructions/bug_development/general_guidelines.md",
"./agents/instructions/bug_development/tdd_approach.md",
"./agents/instructions/bug_development/output_rules.md",
"./agents/instructions/bug_development/formatting_rules.md",
"./agents/instructions/bug_development/few_shots.md",
"./agents/instructions/common/dmtools_cli.md",
"./agents/prompts/bash_tools.md"
]
}
}