@mark-gozner/aigile-method 1.0.2 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/agents/aigile-orchestrator.agent.md +1 -1
- package/core/agents/code-tour.agent.md +1 -1
- package/core/agents/dev.agent.md +1 -1
- package/core/agents/expert-react-frontend-engineer.agent.md +1 -1
- package/dist/agents/aigile-orchestrator.agent.txt +1 -1
- package/dist/agents/code-tour.agent.txt +1 -1
- package/dist/agents/dev.agent.txt +1 -1
- package/dist/agents/expert-react-frontend-engineer.agent.txt +1 -1
- package/dist/teams/team-company.txt +4 -4
- package/package.json +1 -1
- package/tools/cli.js +23 -13
- package/tools/installer/lib/ide-setup.js +23 -13
|
@@ -3,7 +3,7 @@ name: AIgile Orchestrator
|
|
|
3
3
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
4
4
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
5
5
|
tools:
|
|
6
|
-
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
6
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*']
|
|
7
7
|
model: Claude Opus 4.6
|
|
8
8
|
user-invokable: true
|
|
9
9
|
disable-model-invocation: true
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
3
3
|
name: 'VSCode Tour Expert'
|
|
4
4
|
tools:
|
|
5
|
-
['
|
|
5
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
6
6
|
model: Claude Opus 4.6
|
|
7
7
|
---
|
|
8
8
|
|
package/core/agents/dev.agent.md
CHANGED
|
@@ -3,7 +3,7 @@ name: Full Stack Developer
|
|
|
3
3
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
4
4
|
argument-hint: "Describe what you want to implement or fix"
|
|
5
5
|
tools:
|
|
6
|
-
['
|
|
6
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
7
7
|
model: Claude Opus 4.6
|
|
8
8
|
handoffs:
|
|
9
9
|
- label: "🧪 Request QA Review"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
3
3
|
name: "Expert React Frontend Engineer"
|
|
4
4
|
tools:
|
|
5
|
-
['
|
|
5
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
6
6
|
model: Claude Opus 4.6
|
|
7
7
|
---
|
|
8
8
|
|
|
@@ -26,7 +26,7 @@ name: AIgile Orchestrator
|
|
|
26
26
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
27
27
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
28
28
|
tools:
|
|
29
|
-
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
29
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*']
|
|
30
30
|
model: Claude Opus 4.6
|
|
31
31
|
user-invokable: true
|
|
32
32
|
disable-model-invocation: true
|
|
@@ -25,7 +25,7 @@ Notes:
|
|
|
25
25
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
26
26
|
name: 'VSCode Tour Expert'
|
|
27
27
|
tools:
|
|
28
|
-
['
|
|
28
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
29
29
|
model: Claude Opus 4.6
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -26,7 +26,7 @@ name: Full Stack Developer
|
|
|
26
26
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
27
27
|
argument-hint: "Describe what you want to implement or fix"
|
|
28
28
|
tools:
|
|
29
|
-
['
|
|
29
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
30
30
|
model: Claude Opus 4.6
|
|
31
31
|
handoffs:
|
|
32
32
|
- label: "🧪 Request QA Review"
|
|
@@ -25,7 +25,7 @@ Notes:
|
|
|
25
25
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
26
26
|
name: "Expert React Frontend Engineer"
|
|
27
27
|
tools:
|
|
28
|
-
['
|
|
28
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
29
29
|
model: Claude Opus 4.6
|
|
30
30
|
---
|
|
31
31
|
|
|
@@ -525,7 +525,7 @@ name: AIgile Orchestrator
|
|
|
525
525
|
description: "Intelligent coordinator with full tool access - orchestrates specialist agents and can perform direct actions when needed."
|
|
526
526
|
argument-hint: "Describe your goal and I'll coordinate the specialist agents"
|
|
527
527
|
tools:
|
|
528
|
-
['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
528
|
+
['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*']
|
|
529
529
|
model: Claude Opus 4.6
|
|
530
530
|
user-invokable: true
|
|
531
531
|
disable-model-invocation: true
|
|
@@ -822,7 +822,7 @@ dependencies:
|
|
|
822
822
|
description: 'Expert agent for creating and maintaining VSCode CodeTour files with comprehensive schema support and best practices'
|
|
823
823
|
name: 'VSCode Tour Expert'
|
|
824
824
|
tools:
|
|
825
|
-
['
|
|
825
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
826
826
|
model: Claude Opus 4.6
|
|
827
827
|
---
|
|
828
828
|
|
|
@@ -1034,7 +1034,7 @@ name: Full Stack Developer
|
|
|
1034
1034
|
description: "Expert developer for code implementation, debugging, refactoring, and test-driven development."
|
|
1035
1035
|
argument-hint: "Describe what you want to implement or fix"
|
|
1036
1036
|
tools:
|
|
1037
|
-
['
|
|
1037
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1038
1038
|
model: Claude Opus 4.6
|
|
1039
1039
|
handoffs:
|
|
1040
1040
|
- label: "🧪 Request QA Review"
|
|
@@ -1313,7 +1313,7 @@ notes:
|
|
|
1313
1313
|
description: "Expert React 19.2 frontend engineer specializing in modern hooks, Server Components, Actions, TypeScript, and performance optimization"
|
|
1314
1314
|
name: "Expert React Frontend Engineer"
|
|
1315
1315
|
tools:
|
|
1316
|
-
['
|
|
1316
|
+
['vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension', 'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI', 'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask', 'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests', 'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput', 'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput', 'agent/runSubagent', 'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook', 'edit/editFiles', 'edit/editNotebook', 'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory', 'search/searchResults', 'search/textSearch', 'search/usages', 'web/fetch', 'web/githubRepo', 'todo', 'atlassian/*', 'context7/*', 'sequentialthinking/*', 'github.com/*', 'github.vscode-pull-request-github/*']
|
|
1317
1317
|
model: Claude Opus 4.6
|
|
1318
1318
|
---
|
|
1319
1319
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mark-gozner/aigile-method",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "AIgile Development Method by Mark Gozner - AI-powered development with custom agents, handoffs, and subagent delegation",
|
|
5
5
|
"private": false,
|
|
6
6
|
"license": "SEE LICENSE",
|
package/tools/cli.js
CHANGED
|
@@ -1212,19 +1212,29 @@ function generateCustomAgent({ agentId, agentMeta, agentMd, tools, tasks, checkl
|
|
|
1212
1212
|
const metaName = agentMeta.name || title;
|
|
1213
1213
|
|
|
1214
1214
|
// Full tool list for all agents (except orchestrator)
|
|
1215
|
-
// Uses
|
|
1215
|
+
// Uses VS Code prefix/toolName format and MCP wildcards
|
|
1216
1216
|
const FULL_AGENT_TOOLS = [
|
|
1217
|
-
//
|
|
1218
|
-
'
|
|
1219
|
-
'
|
|
1220
|
-
|
|
1221
|
-
'
|
|
1222
|
-
'
|
|
1223
|
-
//
|
|
1224
|
-
'
|
|
1225
|
-
'
|
|
1226
|
-
|
|
1227
|
-
'
|
|
1217
|
+
// vscode tools
|
|
1218
|
+
'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension',
|
|
1219
|
+
'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI',
|
|
1220
|
+
// execute tools
|
|
1221
|
+
'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask',
|
|
1222
|
+
'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests',
|
|
1223
|
+
// read tools
|
|
1224
|
+
'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput',
|
|
1225
|
+
'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput',
|
|
1226
|
+
// agent tools
|
|
1227
|
+
'agent/runSubagent',
|
|
1228
|
+
// edit tools
|
|
1229
|
+
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
1230
|
+
'edit/editFiles', 'edit/editNotebook',
|
|
1231
|
+
// search tools
|
|
1232
|
+
'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory',
|
|
1233
|
+
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
1234
|
+
// web tools
|
|
1235
|
+
'web/fetch', 'web/githubRepo',
|
|
1236
|
+
// other built-in
|
|
1237
|
+
'todo',
|
|
1228
1238
|
// MCP servers (wildcard includes all tools from each server)
|
|
1229
1239
|
'atlassian/*',
|
|
1230
1240
|
'context7/*',
|
|
@@ -1235,7 +1245,7 @@ function generateCustomAgent({ agentId, agentMeta, agentMd, tools, tasks, checkl
|
|
|
1235
1245
|
|
|
1236
1246
|
// Use full tool list for all agents except orchestrator
|
|
1237
1247
|
const toolList = agentId === 'aigile-orchestrator'
|
|
1238
|
-
? ['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*']
|
|
1248
|
+
? ['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*']
|
|
1239
1249
|
: [...new Set([...FULL_AGENT_TOOLS, ...tools])].sort();
|
|
1240
1250
|
|
|
1241
1251
|
// Generate handoffs based on agent role
|
|
@@ -3,20 +3,30 @@ import fs from 'fs-extra';
|
|
|
3
3
|
|
|
4
4
|
/**
|
|
5
5
|
* Full tool list for all agents (except orchestrator)
|
|
6
|
-
* Uses
|
|
6
|
+
* Uses VS Code prefix/toolName format and MCP wildcards
|
|
7
7
|
*/
|
|
8
8
|
const FULL_AGENT_TOOLS = [
|
|
9
|
-
//
|
|
10
|
-
'
|
|
11
|
-
'
|
|
12
|
-
|
|
13
|
-
'
|
|
14
|
-
'
|
|
15
|
-
//
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
|
|
19
|
-
'
|
|
9
|
+
// vscode tools
|
|
10
|
+
'vscode/extensions', 'vscode/getProjectSetupInfo', 'vscode/installExtension',
|
|
11
|
+
'vscode/newWorkspace', 'vscode/openSimpleBrowser', 'vscode/runCommand', 'vscode/vscodeAPI',
|
|
12
|
+
// execute tools
|
|
13
|
+
'execute/getTerminalOutput', 'execute/runTask', 'execute/createAndRunTask',
|
|
14
|
+
'execute/runInTerminal', 'execute/runNotebookCell', 'execute/testFailure', 'execute/runTests',
|
|
15
|
+
// read tools
|
|
16
|
+
'read/terminalSelection', 'read/terminalLastCommand', 'read/getTaskOutput',
|
|
17
|
+
'read/getNotebookSummary', 'read/problems', 'read/readFile', 'read/readNotebookCellOutput',
|
|
18
|
+
// agent tools
|
|
19
|
+
'agent/runSubagent',
|
|
20
|
+
// edit tools
|
|
21
|
+
'edit/createDirectory', 'edit/createFile', 'edit/createJupyterNotebook',
|
|
22
|
+
'edit/editFiles', 'edit/editNotebook',
|
|
23
|
+
// search tools
|
|
24
|
+
'search/changes', 'search/codebase', 'search/fileSearch', 'search/listDirectory',
|
|
25
|
+
'search/searchResults', 'search/textSearch', 'search/usages',
|
|
26
|
+
// web tools
|
|
27
|
+
'web/fetch', 'web/githubRepo',
|
|
28
|
+
// other built-in
|
|
29
|
+
'todo',
|
|
20
30
|
// MCP servers (wildcard includes all tools from each server)
|
|
21
31
|
'atlassian/*',
|
|
22
32
|
'context7/*',
|
|
@@ -31,7 +41,7 @@ const FULL_AGENT_TOOLS = [
|
|
|
31
41
|
const AGENT_METADATA = {
|
|
32
42
|
'aigile-orchestrator': {
|
|
33
43
|
description: 'PURE COORDINATOR - I have NO implementation tools. I can ONLY delegate via runSubagent.',
|
|
34
|
-
tools: ['readFile', 'agent', 'codebase', 'fileSearch', 'textSearch', 'listDirectory', 'sequentialthinking/*'],
|
|
44
|
+
tools: ['read/readFile', 'agent', 'search/codebase', 'search/fileSearch', 'search/textSearch', 'search/listDirectory', 'sequentialthinking/*'],
|
|
35
45
|
model: 'Claude Opus 4.6',
|
|
36
46
|
handoffs: [
|
|
37
47
|
{ label: '🏗️ Architecture Review', agent: 'Architect', prompt: 'Analyze the architecture and provide recommendations.', send: false },
|