-
Notifications
You must be signed in to change notification settings - Fork 22
Expand file tree
/
Copy pathdiscovery.json
More file actions
30 lines (30 loc) · 1.13 KB
/
Copy pathdiscovery.json
File metadata and controls
30 lines (30 loc) · 1.13 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
{
"name": "Teammate",
"params": {
"cliCommands": [
"./agents/scripts/run-agent.sh"
],
"outputType": "none",
"ticketContextDepth": 1,
"attachResponseAsFile": false,
"skipAIProcessing": true,
"alwaysPostComments": true,
"preCliJSAction": "agents/js/prepareDiscoveryContext.js",
"postJSAction": "agents/js/publishDiscoveryToConfluence.js",
"inputJql": "key = JD-82",
"cliPrompts": [
"Experienced Product Discovery Lead / Business Analyst",
"./agents/instructions/common/agent_task_preamble.md",
"./agents/instructions/discovery/general_guidelines.md",
"./agents/instructions/common/input_context_reading.md",
"./agents/instructions/discovery/investigate_before_writing.md",
"./agents/instructions/discovery/evidence_and_methods.md",
"./agents/instructions/discovery/decision_and_governance.md",
"./agents/instructions/discovery/modes.md",
"./agents/instructions/discovery/output_rules.md",
"./agents/instructions/discovery/formatting_rules.md",
"./agents/instructions/common/dmtools_cli.md",
"./agents/prompts/bash_tools.md"
]
}
}