opencastle 0.5.1 → 0.7.0
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/README.md +5 -4
- package/dist/cli/adapters/claude-code.d.ts +2 -2
- package/dist/cli/adapters/claude-code.d.ts.map +1 -1
- package/dist/cli/adapters/claude-code.js +31 -4
- package/dist/cli/adapters/claude-code.js.map +1 -1
- package/dist/cli/adapters/cursor.d.ts +2 -2
- package/dist/cli/adapters/cursor.d.ts.map +1 -1
- package/dist/cli/adapters/cursor.js +28 -4
- package/dist/cli/adapters/cursor.js.map +1 -1
- package/dist/cli/adapters/opencode.d.ts +20 -0
- package/dist/cli/adapters/opencode.d.ts.map +1 -0
- package/dist/cli/adapters/opencode.js +265 -0
- package/dist/cli/adapters/opencode.js.map +1 -0
- package/dist/cli/adapters/vscode.d.ts +2 -2
- package/dist/cli/adapters/vscode.d.ts.map +1 -1
- package/dist/cli/adapters/vscode.js +38 -7
- package/dist/cli/adapters/vscode.js.map +1 -1
- package/dist/cli/copy.d.ts +12 -0
- package/dist/cli/copy.d.ts.map +1 -1
- package/dist/cli/copy.js +27 -0
- package/dist/cli/copy.js.map +1 -1
- package/dist/cli/detect.d.ts +18 -0
- package/dist/cli/detect.d.ts.map +1 -0
- package/dist/cli/detect.js +434 -0
- package/dist/cli/detect.js.map +1 -0
- package/dist/cli/gitignore.d.ts.map +1 -1
- package/dist/cli/gitignore.js +0 -2
- package/dist/cli/gitignore.js.map +1 -1
- package/dist/cli/init.d.ts.map +1 -1
- package/dist/cli/init.js +154 -91
- package/dist/cli/init.js.map +1 -1
- package/dist/cli/manifest.d.ts +1 -1
- package/dist/cli/manifest.d.ts.map +1 -1
- package/dist/cli/manifest.js +2 -1
- package/dist/cli/manifest.js.map +1 -1
- package/dist/cli/mcp.d.ts +6 -6
- package/dist/cli/mcp.d.ts.map +1 -1
- package/dist/cli/mcp.js +105 -34
- package/dist/cli/mcp.js.map +1 -1
- package/dist/cli/prompt.d.ts +22 -0
- package/dist/cli/prompt.d.ts.map +1 -1
- package/dist/cli/prompt.js +239 -0
- package/dist/cli/prompt.js.map +1 -1
- package/dist/cli/stack-config.d.ts +26 -3
- package/dist/cli/stack-config.d.ts.map +1 -1
- package/dist/cli/stack-config.js +140 -125
- package/dist/cli/stack-config.js.map +1 -1
- package/dist/cli/types.d.ts +46 -10
- package/dist/cli/types.d.ts.map +1 -1
- package/dist/cli/types.js +26 -1
- package/dist/cli/types.js.map +1 -1
- package/dist/cli/update.d.ts.map +1 -1
- package/dist/cli/update.js +66 -19
- package/dist/cli/update.js.map +1 -1
- package/dist/orchestrator/plugins/chrome-devtools/config.d.ts +3 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.js +28 -0
- package/dist/orchestrator/plugins/chrome-devtools/config.js.map +1 -0
- package/dist/orchestrator/plugins/contentful/config.d.ts +3 -0
- package/dist/orchestrator/plugins/contentful/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/contentful/config.js +48 -0
- package/dist/orchestrator/plugins/contentful/config.js.map +1 -0
- package/dist/orchestrator/plugins/convex/config.d.ts +3 -0
- package/dist/orchestrator/plugins/convex/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/convex/config.js +32 -0
- package/dist/orchestrator/plugins/convex/config.js.map +1 -0
- package/dist/orchestrator/plugins/index.d.ts +28 -0
- package/dist/orchestrator/plugins/index.d.ts.map +1 -0
- package/dist/orchestrator/plugins/index.js +63 -0
- package/dist/orchestrator/plugins/index.js.map +1 -0
- package/dist/orchestrator/plugins/jira/config.d.ts +3 -0
- package/dist/orchestrator/plugins/jira/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/jira/config.js +29 -0
- package/dist/orchestrator/plugins/jira/config.js.map +1 -0
- package/dist/orchestrator/plugins/linear/config.d.ts +3 -0
- package/dist/orchestrator/plugins/linear/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/linear/config.js +33 -0
- package/dist/orchestrator/plugins/linear/config.js.map +1 -0
- package/dist/orchestrator/plugins/nx/config.d.ts +3 -0
- package/dist/orchestrator/plugins/nx/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/nx/config.js +28 -0
- package/dist/orchestrator/plugins/nx/config.js.map +1 -0
- package/dist/orchestrator/plugins/sanity/config.d.ts +3 -0
- package/dist/orchestrator/plugins/sanity/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/sanity/config.js +43 -0
- package/dist/orchestrator/plugins/sanity/config.js.map +1 -0
- package/dist/orchestrator/plugins/slack/config.d.ts +3 -0
- package/dist/orchestrator/plugins/slack/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/slack/config.js +34 -0
- package/dist/orchestrator/plugins/slack/config.js.map +1 -0
- package/dist/orchestrator/plugins/strapi/config.d.ts +3 -0
- package/dist/orchestrator/plugins/strapi/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/strapi/config.js +40 -0
- package/dist/orchestrator/plugins/strapi/config.js.map +1 -0
- package/dist/orchestrator/plugins/supabase/config.d.ts +3 -0
- package/dist/orchestrator/plugins/supabase/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/supabase/config.js +33 -0
- package/dist/orchestrator/plugins/supabase/config.js.map +1 -0
- package/dist/orchestrator/plugins/teams/config.d.ts +3 -0
- package/dist/orchestrator/plugins/teams/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/teams/config.js +43 -0
- package/dist/orchestrator/plugins/teams/config.js.map +1 -0
- package/dist/orchestrator/plugins/types.d.ts +61 -0
- package/dist/orchestrator/plugins/types.d.ts.map +1 -0
- package/dist/orchestrator/plugins/types.js +2 -0
- package/dist/orchestrator/plugins/types.js.map +1 -0
- package/dist/orchestrator/plugins/vercel/config.d.ts +3 -0
- package/dist/orchestrator/plugins/vercel/config.d.ts.map +1 -0
- package/dist/orchestrator/plugins/vercel/config.js +32 -0
- package/dist/orchestrator/plugins/vercel/config.js.map +1 -0
- package/package.json +1 -1
- package/src/cli/adapters/claude-code.ts +40 -6
- package/src/cli/adapters/cursor.ts +46 -6
- package/src/cli/adapters/opencode.ts +320 -0
- package/src/cli/adapters/vscode.ts +43 -9
- package/src/cli/copy.ts +32 -0
- package/src/cli/detect.ts +483 -0
- package/src/cli/gitignore.ts +0 -3
- package/src/cli/init.ts +169 -96
- package/src/cli/manifest.ts +2 -1
- package/src/cli/mcp.ts +131 -51
- package/src/cli/prompt.ts +299 -0
- package/src/cli/stack-config.ts +187 -145
- package/src/cli/types.ts +60 -9
- package/src/cli/update.ts +78 -20
- package/src/dashboard/node_modules/.vite/deps/_metadata.json +6 -6
- package/src/orchestrator/agent-workflows/README.md +1 -1
- package/src/orchestrator/agent-workflows/bug-fix.md +12 -12
- package/src/orchestrator/agent-workflows/data-pipeline.md +21 -20
- package/src/orchestrator/agent-workflows/database-migration.md +11 -11
- package/src/orchestrator/agent-workflows/feature-implementation.md +10 -10
- package/src/orchestrator/agent-workflows/performance-optimization.md +6 -6
- package/src/orchestrator/agent-workflows/refactoring.md +10 -10
- package/src/orchestrator/agent-workflows/schema-changes.md +8 -8
- package/src/orchestrator/agent-workflows/security-audit.md +12 -12
- package/src/orchestrator/agent-workflows/shared-delivery-phase.md +5 -5
- package/src/orchestrator/agents/api-designer.agent.md +2 -2
- package/src/orchestrator/agents/architect.agent.md +2 -2
- package/src/orchestrator/agents/content-engineer.agent.md +4 -4
- package/src/orchestrator/agents/copywriter.agent.md +2 -2
- package/src/orchestrator/agents/data-expert.agent.md +6 -6
- package/src/orchestrator/agents/database-engineer.agent.md +4 -4
- package/src/orchestrator/agents/developer.agent.md +5 -5
- package/src/orchestrator/agents/devops-expert.agent.md +5 -5
- package/src/orchestrator/agents/documentation-writer.agent.md +1 -1
- package/src/orchestrator/agents/performance-expert.agent.md +3 -3
- package/src/orchestrator/agents/release-manager.agent.md +4 -4
- package/src/orchestrator/agents/researcher.agent.md +19 -3
- package/src/orchestrator/agents/reviewer.agent.md +2 -4
- package/src/orchestrator/agents/security-expert.agent.md +4 -4
- package/src/orchestrator/agents/seo-specialist.agent.md +2 -2
- package/src/orchestrator/agents/team-lead.agent.md +97 -101
- package/src/orchestrator/agents/testing-expert.agent.md +5 -5
- package/src/orchestrator/agents/ui-ux-expert.agent.md +7 -7
- package/src/orchestrator/copilot-instructions.md +1 -1
- package/src/orchestrator/customizations/AGENT-FAILURES.md +1 -1
- package/src/orchestrator/customizations/AGENT-PERFORMANCE.md +12 -12
- package/src/orchestrator/customizations/DISPUTES.md +5 -5
- package/src/orchestrator/customizations/KNOWN-ISSUES.md +30 -0
- package/src/orchestrator/customizations/LESSONS-LEARNED.md +7 -7
- package/src/orchestrator/customizations/README.md +5 -2
- package/src/orchestrator/customizations/agents/agent-registry.md +1 -1
- package/src/orchestrator/customizations/agents/skill-matrix.md +12 -7
- package/src/orchestrator/customizations/logs/README.md +1 -1
- package/src/orchestrator/customizations/project/decisions.md +31 -0
- package/src/orchestrator/customizations/project/docs-structure.md +16 -5
- package/src/orchestrator/customizations/project/roadmap.md +24 -0
- package/src/orchestrator/customizations/project/tracker-config.md +1 -1
- package/src/orchestrator/customizations/stack/cms-config.md +1 -1
- package/src/orchestrator/customizations/stack/notifications-config.md +1 -1
- package/src/orchestrator/instructions/ai-optimization.instructions.md +2 -2
- package/src/orchestrator/instructions/general.instructions.md +102 -40
- package/src/orchestrator/{skills/browser-testing → plugins/chrome-devtools}/SKILL.md +1 -1
- package/src/orchestrator/plugins/chrome-devtools/config.ts +29 -0
- package/src/orchestrator/{skills/contentful-cms → plugins/contentful}/SKILL.md +1 -1
- package/src/orchestrator/plugins/contentful/config.ts +49 -0
- package/src/orchestrator/{skills/convex-database → plugins/convex}/SKILL.md +1 -1
- package/src/orchestrator/plugins/convex/config.ts +33 -0
- package/src/orchestrator/plugins/index.ts +85 -0
- package/src/orchestrator/{skills/jira-management → plugins/jira}/SKILL.md +3 -3
- package/src/orchestrator/plugins/jira/config.ts +30 -0
- package/src/orchestrator/{skills/task-management → plugins/linear}/SKILL.md +3 -3
- package/src/orchestrator/plugins/linear/config.ts +34 -0
- package/src/orchestrator/{skills/nx-workspace → plugins/nx}/SKILL.md +1 -1
- package/src/orchestrator/plugins/nx/config.ts +29 -0
- package/src/orchestrator/{skills/sanity-cms → plugins/sanity}/SKILL.md +1 -1
- package/src/orchestrator/plugins/sanity/config.ts +44 -0
- package/src/orchestrator/{skills/slack-notifications → plugins/slack}/SKILL.md +2 -2
- package/src/orchestrator/plugins/slack/config.ts +35 -0
- package/src/orchestrator/{skills/strapi-cms → plugins/strapi}/SKILL.md +1 -1
- package/src/orchestrator/plugins/strapi/config.ts +41 -0
- package/src/orchestrator/{skills/supabase-database → plugins/supabase}/SKILL.md +1 -1
- package/src/orchestrator/plugins/supabase/config.ts +34 -0
- package/src/orchestrator/{skills/teams-notifications → plugins/teams}/SKILL.md +2 -2
- package/src/orchestrator/plugins/teams/config.ts +44 -0
- package/src/orchestrator/plugins/types.ts +79 -0
- package/src/orchestrator/plugins/vercel/config.ts +33 -0
- package/src/orchestrator/prompts/bootstrap-customizations.prompt.md +59 -12
- package/src/orchestrator/prompts/brainstorm.prompt.md +3 -3
- package/src/orchestrator/prompts/bug-fix.prompt.md +18 -18
- package/src/orchestrator/prompts/create-skill.prompt.md +50 -32
- package/src/orchestrator/prompts/generate-task-spec.prompt.md +3 -3
- package/src/orchestrator/prompts/implement-feature.prompt.md +26 -26
- package/src/orchestrator/prompts/metrics-report.prompt.md +11 -11
- package/src/orchestrator/prompts/quick-refinement.prompt.md +16 -16
- package/src/orchestrator/prompts/resolve-pr-comments.prompt.md +2 -2
- package/src/orchestrator/skills/accessibility-standards/SKILL.md +1 -1
- package/src/orchestrator/skills/agent-hooks/SKILL.md +27 -18
- package/src/orchestrator/skills/agent-memory/SKILL.md +7 -7
- package/src/orchestrator/skills/api-patterns/SKILL.md +6 -6
- package/src/orchestrator/skills/code-commenting/SKILL.md +1 -1
- package/src/orchestrator/skills/context-map/SKILL.md +4 -4
- package/src/orchestrator/skills/data-engineering/SKILL.md +7 -4
- package/src/orchestrator/skills/deployment-infrastructure/SKILL.md +2 -2
- package/src/orchestrator/skills/documentation-standards/SKILL.md +1 -1
- package/src/orchestrator/skills/fast-review/SKILL.md +3 -3
- package/src/orchestrator/skills/frontend-design/SKILL.md +1 -1
- package/src/orchestrator/skills/memory-merger/SKILL.md +8 -8
- package/src/orchestrator/skills/nextjs-patterns/SKILL.md +1 -1
- package/src/orchestrator/skills/panel-majority-vote/SKILL.md +2 -2
- package/src/orchestrator/skills/panel-majority-vote/panel-report.template.md +1 -1
- package/src/orchestrator/skills/performance-optimization/SKILL.md +1 -1
- package/src/orchestrator/skills/react-development/SKILL.md +3 -3
- package/src/orchestrator/skills/security-hardening/SKILL.md +27 -27
- package/src/orchestrator/skills/self-improvement/SKILL.md +14 -13
- package/src/orchestrator/skills/seo-patterns/SKILL.md +1 -1
- package/src/orchestrator/skills/session-checkpoints/SKILL.md +19 -19
- package/src/orchestrator/skills/team-lead-reference/SKILL.md +9 -9
- package/src/orchestrator/skills/testing-workflow/SKILL.md +13 -13
- package/src/orchestrator/skills/validation-gates/SKILL.md +8 -15
- package/src/orchestrator/mcp.json +0 -61
package/dist/cli/update.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"update.js","sourceRoot":"","sources":["../../src/cli/update.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,WAAW,CAAA;AACnC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAA;AAC3C,OAAO,EAAE,YAAY,EAAE,aAAa,EAAE,MAAM,eAAe,CAAA;AAC3D,OAAO,EAAE,OAAO,EAAE,YAAY,EAAE,MAAM,aAAa,CAAA;
|
|
1
|
+
{"version":3,"file":"update.js","sourceRoot":"","sources":["../../src/cli/update.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/chrome-devtools/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA0BpB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'chrome-devtools',
|
|
3
|
+
name: 'Chrome DevTools',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'testing',
|
|
6
|
+
label: 'Chrome DevTools',
|
|
7
|
+
hint: 'Browser testing, screenshots, DOM inspection',
|
|
8
|
+
skillName: 'browser-testing',
|
|
9
|
+
mcpServerKey: 'chrome-devtools',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', 'chrome-devtools-mcp@latest'],
|
|
14
|
+
},
|
|
15
|
+
authType: 'none',
|
|
16
|
+
envVars: [],
|
|
17
|
+
agentToolMap: {
|
|
18
|
+
'performance-expert': ['chrome-devtools/*'],
|
|
19
|
+
'seo-specialist': ['chrome-devtools/*'],
|
|
20
|
+
'testing-expert': ['chrome-devtools/*'],
|
|
21
|
+
'ui-ux-expert': ['chrome-devtools/*'],
|
|
22
|
+
},
|
|
23
|
+
docsUrl: '/guides/plugins#chrome-devtools',
|
|
24
|
+
officialDocs: 'https://developer.chrome.com/docs/devtools',
|
|
25
|
+
mcpPackage: 'chrome-devtools-mcp',
|
|
26
|
+
preselected: true,
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/chrome-devtools/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,iBAAiB;IACrB,IAAI,EAAE,iBAAiB;IACvB,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,SAAS;IACtB,KAAK,EAAE,iBAAiB;IACxB,IAAI,EAAE,8CAA8C;IACpD,SAAS,EAAE,iBAAiB;IAC5B,YAAY,EAAE,iBAAiB;IAC/B,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,4BAA4B,CAAC;KAC3C;IACD,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,oBAAoB,EAAE,CAAC,mBAAmB,CAAC;QAC3C,gBAAgB,EAAE,CAAC,mBAAmB,CAAC;QACvC,gBAAgB,EAAE,CAAC,mBAAmB,CAAC;QACvC,cAAc,EAAE,CAAC,mBAAmB,CAAC;KACtC;IACD,OAAO,EAAE,iCAAiC;IAC1C,YAAY,EAAE,4CAA4C;IAC1D,UAAU,EAAE,qBAAqB;IACjC,WAAW,EAAE,IAAI;CAClB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/contentful/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA8CpB,CAAC"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'contentful',
|
|
3
|
+
name: 'Contentful',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'cms',
|
|
6
|
+
label: 'Contentful',
|
|
7
|
+
hint: 'GraphQL / REST API, structured content',
|
|
8
|
+
skillName: 'contentful-cms',
|
|
9
|
+
mcpServerKey: 'Contentful',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', '@contentful/mcp-server'],
|
|
14
|
+
},
|
|
15
|
+
authType: 'none',
|
|
16
|
+
envVars: [],
|
|
17
|
+
agentToolMap: {
|
|
18
|
+
'content-engineer': [
|
|
19
|
+
'contentful/get_initial_context', 'contentful/list_content_types', 'contentful/get_content_type',
|
|
20
|
+
'contentful/create_content_type', 'contentful/update_content_type', 'contentful/publish_content_type',
|
|
21
|
+
'contentful/unpublish_content_type', 'contentful/delete_content_type', 'contentful/search_entries',
|
|
22
|
+
'contentful/get_entry', 'contentful/create_entry', 'contentful/update_entry',
|
|
23
|
+
'contentful/publish_entry', 'contentful/unpublish_entry', 'contentful/delete_entry',
|
|
24
|
+
'contentful/list_editor_interfaces', 'contentful/get_editor_interface', 'contentful/update_editor_interface',
|
|
25
|
+
'contentful/upload_asset', 'contentful/list_assets', 'contentful/get_asset',
|
|
26
|
+
'contentful/update_asset', 'contentful/publish_asset', 'contentful/unpublish_asset',
|
|
27
|
+
'contentful/delete_asset', 'contentful/list_spaces', 'contentful/get_space',
|
|
28
|
+
'contentful/list_environments', 'contentful/create_environment', 'contentful/delete_environment',
|
|
29
|
+
'contentful/list_locales', 'contentful/get_locale', 'contentful/create_locale',
|
|
30
|
+
'contentful/update_locale', 'contentful/delete_locale', 'contentful/list_tags',
|
|
31
|
+
'contentful/create_tag', 'contentful/list_orgs', 'contentful/get_org',
|
|
32
|
+
],
|
|
33
|
+
'copywriter': [
|
|
34
|
+
'contentful/get_initial_context', 'contentful/list_content_types', 'contentful/get_content_type',
|
|
35
|
+
'contentful/search_entries', 'contentful/get_entry', 'contentful/update_entry',
|
|
36
|
+
'contentful/publish_entry', 'contentful/list_spaces', 'contentful/get_space',
|
|
37
|
+
],
|
|
38
|
+
'data-expert': [
|
|
39
|
+
'contentful/get_initial_context', 'contentful/list_content_types', 'contentful/get_content_type',
|
|
40
|
+
'contentful/search_entries', 'contentful/get_entry', 'contentful/create_entry',
|
|
41
|
+
'contentful/update_entry', 'contentful/list_spaces', 'contentful/get_space',
|
|
42
|
+
],
|
|
43
|
+
},
|
|
44
|
+
docsUrl: null,
|
|
45
|
+
officialDocs: 'https://www.contentful.com/developers/docs/',
|
|
46
|
+
mcpPackage: '@contentful/mcp-server',
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/contentful/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,YAAY;IAChB,IAAI,EAAE,YAAY;IAClB,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,KAAK;IAClB,KAAK,EAAE,YAAY;IACnB,IAAI,EAAE,wCAAwC;IAC9C,SAAS,EAAE,gBAAgB;IAC3B,YAAY,EAAE,YAAY;IAC1B,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,wBAAwB,CAAC;KACvC;IACD,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,kBAAkB,EAAE;YAClB,gCAAgC,EAAE,+BAA+B,EAAE,6BAA6B;YAChG,gCAAgC,EAAE,gCAAgC,EAAE,iCAAiC;YACrG,mCAAmC,EAAE,gCAAgC,EAAE,2BAA2B;YAClG,sBAAsB,EAAE,yBAAyB,EAAE,yBAAyB;YAC5E,0BAA0B,EAAE,4BAA4B,EAAE,yBAAyB;YACnF,mCAAmC,EAAE,iCAAiC,EAAE,oCAAoC;YAC5G,yBAAyB,EAAE,wBAAwB,EAAE,sBAAsB;YAC3E,yBAAyB,EAAE,0BAA0B,EAAE,4BAA4B;YACnF,yBAAyB,EAAE,wBAAwB,EAAE,sBAAsB;YAC3E,8BAA8B,EAAE,+BAA+B,EAAE,+BAA+B;YAChG,yBAAyB,EAAE,uBAAuB,EAAE,0BAA0B;YAC9E,0BAA0B,EAAE,0BAA0B,EAAE,sBAAsB;YAC9E,uBAAuB,EAAE,sBAAsB,EAAE,oBAAoB;SACtE;QACD,YAAY,EAAE;YACZ,gCAAgC,EAAE,+BAA+B,EAAE,6BAA6B;YAChG,2BAA2B,EAAE,sBAAsB,EAAE,yBAAyB;YAC9E,0BAA0B,EAAE,wBAAwB,EAAE,sBAAsB;SAC7E;QACD,aAAa,EAAE;YACb,gCAAgC,EAAE,+BAA+B,EAAE,6BAA6B;YAChG,2BAA2B,EAAE,sBAAsB,EAAE,yBAAyB;YAC9E,yBAAyB,EAAE,wBAAwB,EAAE,sBAAsB;SAC5E;KACF;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,6CAA6C;IAC3D,UAAU,EAAE,wBAAwB;CACrC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/convex/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA8BpB,CAAC"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'convex',
|
|
3
|
+
name: 'Convex',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'database',
|
|
6
|
+
label: 'Convex',
|
|
7
|
+
hint: 'Reactive backend with real-time sync',
|
|
8
|
+
skillName: 'convex-database',
|
|
9
|
+
mcpServerKey: 'Convex',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', 'convex@latest', 'mcp', 'start'],
|
|
14
|
+
},
|
|
15
|
+
authType: 'none',
|
|
16
|
+
envVars: [],
|
|
17
|
+
agentToolMap: {
|
|
18
|
+
'database-engineer': [
|
|
19
|
+
'convex/status', 'convex/data', 'convex/tables', 'convex/functionSpec',
|
|
20
|
+
'convex/run', 'convex/envList', 'convex/envGet', 'convex/envSet',
|
|
21
|
+
'convex/envRemove', 'convex/runOneoffQuery', 'convex/logs', 'convex/insights',
|
|
22
|
+
],
|
|
23
|
+
'security-expert': [
|
|
24
|
+
'convex/status', 'convex/tables', 'convex/functionSpec',
|
|
25
|
+
'convex/envList', 'convex/envGet', 'convex/logs', 'convex/insights',
|
|
26
|
+
],
|
|
27
|
+
},
|
|
28
|
+
docsUrl: null,
|
|
29
|
+
officialDocs: 'https://docs.convex.dev/',
|
|
30
|
+
mcpPackage: 'convex',
|
|
31
|
+
};
|
|
32
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/convex/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,UAAU;IACvB,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,sCAAsC;IAC5C,SAAS,EAAE,iBAAiB;IAC5B,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,eAAe,EAAE,KAAK,EAAE,OAAO,CAAC;KAC9C;IACD,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,mBAAmB,EAAE;YACnB,eAAe,EAAE,aAAa,EAAE,eAAe,EAAE,qBAAqB;YACtE,YAAY,EAAE,gBAAgB,EAAE,eAAe,EAAE,eAAe;YAChE,kBAAkB,EAAE,uBAAuB,EAAE,aAAa,EAAE,iBAAiB;SAC9E;QACD,iBAAiB,EAAE;YACjB,eAAe,EAAE,eAAe,EAAE,qBAAqB;YACvD,gBAAgB,EAAE,eAAe,EAAE,aAAa,EAAE,iBAAiB;SACpE;KACF;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,0BAA0B;IACxC,UAAU,EAAE,QAAQ;CACrB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import type { PluginConfig } from './types.js';
|
|
2
|
+
export type { PluginConfig, McpServerConfig, McpInput, EnvVarRequirement } from './types.js';
|
|
3
|
+
/** All registered plugins, keyed by ID. */
|
|
4
|
+
export declare const PLUGINS: Record<string, PluginConfig>;
|
|
5
|
+
/** Tech tool plugins only. */
|
|
6
|
+
export declare const TECH_PLUGINS: PluginConfig[];
|
|
7
|
+
/** Team tool plugins only. */
|
|
8
|
+
export declare const TEAM_PLUGINS: PluginConfig[];
|
|
9
|
+
/** CMS plugins (subset of tech). */
|
|
10
|
+
export declare const CMS_PLUGINS: PluginConfig[];
|
|
11
|
+
/** Database plugins (subset of tech). */
|
|
12
|
+
export declare const DB_PLUGINS: PluginConfig[];
|
|
13
|
+
/** Get a plugin by ID. */
|
|
14
|
+
export declare function getPlugin(id: string): PluginConfig | undefined;
|
|
15
|
+
/** Get all plugins in a category. */
|
|
16
|
+
export declare function getPluginsByCategory(category: 'tech' | 'team'): PluginConfig[];
|
|
17
|
+
/** Get all plugins in a sub-category. */
|
|
18
|
+
export declare function getPluginsBySubCategory(subCategory: PluginConfig['subCategory']): PluginConfig[];
|
|
19
|
+
/**
|
|
20
|
+
* Get all skill names from selected plugins.
|
|
21
|
+
* Returns only non-null skill names for the given tool IDs.
|
|
22
|
+
*/
|
|
23
|
+
export declare function getSelectedSkillNames(toolIds: string[]): string[];
|
|
24
|
+
/**
|
|
25
|
+
* All possible tool-specific skill names (used to compute exclusions).
|
|
26
|
+
*/
|
|
27
|
+
export declare const ALL_PLUGIN_SKILL_NAMES: string[];
|
|
28
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/orchestrator/plugins/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAc/C,YAAY,EAAE,YAAY,EAAE,eAAe,EAAE,QAAQ,EAAE,iBAAiB,EAAE,MAAM,YAAY,CAAC;AAE7F,2CAA2C;AAC3C,eAAO,MAAM,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,YAAY,CAahD,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,YAAY,gBAExB,CAAC;AAEF,8BAA8B;AAC9B,eAAO,MAAM,YAAY,gBAExB,CAAC;AAEF,oCAAoC;AACpC,eAAO,MAAM,WAAW,gBAEvB,CAAC;AAEF,yCAAyC;AACzC,eAAO,MAAM,UAAU,gBAEtB,CAAC;AAEF,0BAA0B;AAC1B,wBAAgB,SAAS,CAAC,EAAE,EAAE,MAAM,GAAG,YAAY,GAAG,SAAS,CAE9D;AAED,qCAAqC;AACrC,wBAAgB,oBAAoB,CAAC,QAAQ,EAAE,MAAM,GAAG,MAAM,GAAG,YAAY,EAAE,CAE9E;AAED,yCAAyC;AACzC,wBAAgB,uBAAuB,CACrC,WAAW,EAAE,YAAY,CAAC,aAAa,CAAC,GACvC,YAAY,EAAE,CAEhB;AAED;;;GAGG;AACH,wBAAgB,qBAAqB,CAAC,OAAO,EAAE,MAAM,EAAE,GAAG,MAAM,EAAE,CAIjE;AAED;;GAEG;AACH,eAAO,MAAM,sBAAsB,EAAE,MAAM,EAEF,CAAC"}
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import { config as sanity } from './sanity/config.js';
|
|
2
|
+
import { config as contentful } from './contentful/config.js';
|
|
3
|
+
import { config as strapi } from './strapi/config.js';
|
|
4
|
+
import { config as supabase } from './supabase/config.js';
|
|
5
|
+
import { config as convex } from './convex/config.js';
|
|
6
|
+
import { config as vercel } from './vercel/config.js';
|
|
7
|
+
import { config as nx } from './nx/config.js';
|
|
8
|
+
import { config as linear } from './linear/config.js';
|
|
9
|
+
import { config as jira } from './jira/config.js';
|
|
10
|
+
import { config as slack } from './slack/config.js';
|
|
11
|
+
import { config as teams } from './teams/config.js';
|
|
12
|
+
import { config as chromeDevtools } from './chrome-devtools/config.js';
|
|
13
|
+
/** All registered plugins, keyed by ID. */
|
|
14
|
+
export const PLUGINS = {
|
|
15
|
+
sanity,
|
|
16
|
+
contentful,
|
|
17
|
+
strapi,
|
|
18
|
+
supabase,
|
|
19
|
+
convex,
|
|
20
|
+
vercel,
|
|
21
|
+
nx,
|
|
22
|
+
'chrome-devtools': chromeDevtools,
|
|
23
|
+
linear,
|
|
24
|
+
jira,
|
|
25
|
+
slack,
|
|
26
|
+
teams,
|
|
27
|
+
};
|
|
28
|
+
/** Tech tool plugins only. */
|
|
29
|
+
export const TECH_PLUGINS = Object.values(PLUGINS).filter((p) => p.category === 'tech');
|
|
30
|
+
/** Team tool plugins only. */
|
|
31
|
+
export const TEAM_PLUGINS = Object.values(PLUGINS).filter((p) => p.category === 'team');
|
|
32
|
+
/** CMS plugins (subset of tech). */
|
|
33
|
+
export const CMS_PLUGINS = TECH_PLUGINS.filter((p) => p.subCategory === 'cms');
|
|
34
|
+
/** Database plugins (subset of tech). */
|
|
35
|
+
export const DB_PLUGINS = TECH_PLUGINS.filter((p) => p.subCategory === 'database');
|
|
36
|
+
/** Get a plugin by ID. */
|
|
37
|
+
export function getPlugin(id) {
|
|
38
|
+
return PLUGINS[id];
|
|
39
|
+
}
|
|
40
|
+
/** Get all plugins in a category. */
|
|
41
|
+
export function getPluginsByCategory(category) {
|
|
42
|
+
return Object.values(PLUGINS).filter((p) => p.category === category);
|
|
43
|
+
}
|
|
44
|
+
/** Get all plugins in a sub-category. */
|
|
45
|
+
export function getPluginsBySubCategory(subCategory) {
|
|
46
|
+
return Object.values(PLUGINS).filter((p) => p.subCategory === subCategory);
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* Get all skill names from selected plugins.
|
|
50
|
+
* Returns only non-null skill names for the given tool IDs.
|
|
51
|
+
*/
|
|
52
|
+
export function getSelectedSkillNames(toolIds) {
|
|
53
|
+
return toolIds
|
|
54
|
+
.map((id) => PLUGINS[id]?.skillName)
|
|
55
|
+
.filter((s) => s !== null);
|
|
56
|
+
}
|
|
57
|
+
/**
|
|
58
|
+
* All possible tool-specific skill names (used to compute exclusions).
|
|
59
|
+
*/
|
|
60
|
+
export const ALL_PLUGIN_SKILL_NAMES = Object.values(PLUGINS)
|
|
61
|
+
.map((p) => p.skillName)
|
|
62
|
+
.filter((s) => s !== null);
|
|
63
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/orchestrator/plugins/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/jira/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA2BpB,CAAC"}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'jira',
|
|
3
|
+
name: 'Jira',
|
|
4
|
+
category: 'team',
|
|
5
|
+
subCategory: 'tracker',
|
|
6
|
+
label: 'Jira',
|
|
7
|
+
hint: 'Atlassian issue tracking via Rovo MCP',
|
|
8
|
+
skillName: 'jira-management',
|
|
9
|
+
mcpServerKey: 'Jira',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'http',
|
|
12
|
+
url: 'https://mcp.atlassian.com/v1/mcp',
|
|
13
|
+
},
|
|
14
|
+
authType: 'oauth',
|
|
15
|
+
envVars: [],
|
|
16
|
+
agentToolMap: {
|
|
17
|
+
'team-lead': [
|
|
18
|
+
'Jira/searchJiraIssuesUsingJql', 'Jira/getJiraIssue', 'Jira/createJiraIssue',
|
|
19
|
+
'Jira/addCommentToJiraIssue', 'Jira/getJiraProjectIssueTypesMetadata',
|
|
20
|
+
'Jira/getJiraIssueTypeMetaWithFields', 'Jira/search',
|
|
21
|
+
'Jira/getConfluencePage', 'Jira/searchConfluenceUsingCql',
|
|
22
|
+
'Jira/getAccessibleAtlassianResources',
|
|
23
|
+
],
|
|
24
|
+
},
|
|
25
|
+
docsUrl: null,
|
|
26
|
+
officialDocs: 'https://developer.atlassian.com/cloud/jira/platform/',
|
|
27
|
+
mcpPackage: null,
|
|
28
|
+
};
|
|
29
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/jira/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,MAAM;IACV,IAAI,EAAE,MAAM;IACZ,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,SAAS;IACtB,KAAK,EAAE,MAAM;IACb,IAAI,EAAE,uCAAuC;IAC7C,SAAS,EAAE,iBAAiB;IAC5B,YAAY,EAAE,MAAM;IACpB,SAAS,EAAE;QACT,IAAI,EAAE,MAAM;QACZ,GAAG,EAAE,kCAAkC;KACxC;IACD,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,WAAW,EAAE;YACX,+BAA+B,EAAE,mBAAmB,EAAE,sBAAsB;YAC5E,4BAA4B,EAAE,uCAAuC;YACrE,qCAAqC,EAAE,aAAa;YACpD,wBAAwB,EAAE,+BAA+B;YACzD,sCAAsC;SACvC;KACF;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,sDAAsD;IACpE,UAAU,EAAE,IAAI;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/linear/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA+BpB,CAAC"}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'linear',
|
|
3
|
+
name: 'Linear',
|
|
4
|
+
category: 'team',
|
|
5
|
+
subCategory: 'tracker',
|
|
6
|
+
label: 'Linear',
|
|
7
|
+
hint: 'Issue tracking with MCP integration',
|
|
8
|
+
skillName: 'linear-task-management',
|
|
9
|
+
mcpServerKey: 'Linear',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', '@mseep/linear-mcp'],
|
|
14
|
+
envFile: '${workspaceFolder}/.env',
|
|
15
|
+
},
|
|
16
|
+
authType: 'env-token',
|
|
17
|
+
envVars: [
|
|
18
|
+
{
|
|
19
|
+
name: 'LINEAR_API_KEY',
|
|
20
|
+
hint: 'Create at linear.app → Settings → API → Personal API keys',
|
|
21
|
+
},
|
|
22
|
+
],
|
|
23
|
+
agentToolMap: {
|
|
24
|
+
'team-lead': [
|
|
25
|
+
'linear/create_issue', 'linear/list_issues', 'linear/update_issue',
|
|
26
|
+
'linear/list_teams', 'linear/list_projects', 'linear/get_issue', 'linear/search_issues',
|
|
27
|
+
],
|
|
28
|
+
},
|
|
29
|
+
docsUrl: '/guides/linear-setup',
|
|
30
|
+
officialDocs: 'https://linear.app/docs',
|
|
31
|
+
mcpPackage: '@mseep/linear-mcp',
|
|
32
|
+
};
|
|
33
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/linear/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,SAAS;IACtB,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,qCAAqC;IAC3C,SAAS,EAAE,wBAAwB;IACnC,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,mBAAmB,CAAC;QACjC,OAAO,EAAE,yBAAyB;KACnC;IACD,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE;QACP;YACE,IAAI,EAAE,gBAAgB;YACtB,IAAI,EAAE,2DAA2D;SAClE;KACF;IACD,YAAY,EAAE;QACZ,WAAW,EAAE;YACX,qBAAqB,EAAE,oBAAoB,EAAE,qBAAqB;YAClE,mBAAmB,EAAE,sBAAsB,EAAE,kBAAkB,EAAE,sBAAsB;SACxF;KACF;IACD,OAAO,EAAE,sBAAsB;IAC/B,YAAY,EAAE,yBAAyB;IACvC,UAAU,EAAE,mBAAmB;CAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/nx/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA0BpB,CAAC"}
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'nx',
|
|
3
|
+
name: 'NX',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'monorepo',
|
|
6
|
+
label: 'NX',
|
|
7
|
+
hint: 'Monorepo build system',
|
|
8
|
+
skillName: 'nx-workspace',
|
|
9
|
+
mcpServerKey: 'Nx',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['nx', 'mcp'],
|
|
14
|
+
},
|
|
15
|
+
authType: 'none',
|
|
16
|
+
envVars: [],
|
|
17
|
+
agentToolMap: {
|
|
18
|
+
'architect': ['nx-mcp-server/nx_workspace', 'nx-mcp-server/nx_project_details', 'nx-mcp-server/nx_visualize_graph'],
|
|
19
|
+
'developer': ['nx-mcp-server/nx_project_details', 'nx-mcp-server/nx_workspace', 'nx-mcp-server/nx_generators'],
|
|
20
|
+
'devops-expert': ['nx-mcp-server/nx_project_details', 'nx-mcp-server/nx_workspace', 'nx-mcp-server/nx_workspace_path'],
|
|
21
|
+
'performance-expert': ['nx-mcp-server/nx_project_details', 'nx-mcp-server/nx_workspace'],
|
|
22
|
+
'release-manager': ['nx-mcp-server/nx_project_details', 'nx-mcp-server/nx_workspace', 'nx-mcp-server/nx_workspace_path'],
|
|
23
|
+
},
|
|
24
|
+
docsUrl: null,
|
|
25
|
+
officialDocs: 'https://nx.dev/getting-started/intro',
|
|
26
|
+
mcpPackage: null,
|
|
27
|
+
};
|
|
28
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/nx/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,IAAI;IACR,IAAI,EAAE,IAAI;IACV,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,UAAU;IACvB,KAAK,EAAE,IAAI;IACX,IAAI,EAAE,uBAAuB;IAC7B,SAAS,EAAE,cAAc;IACzB,YAAY,EAAE,IAAI;IAClB,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,KAAK,CAAC;KACpB;IACD,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,WAAW,EAAE,CAAC,4BAA4B,EAAE,kCAAkC,EAAE,kCAAkC,CAAC;QACnH,WAAW,EAAE,CAAC,kCAAkC,EAAE,4BAA4B,EAAE,6BAA6B,CAAC;QAC9G,eAAe,EAAE,CAAC,kCAAkC,EAAE,4BAA4B,EAAE,iCAAiC,CAAC;QACtH,oBAAoB,EAAE,CAAC,kCAAkC,EAAE,4BAA4B,CAAC;QACxF,iBAAiB,EAAE,CAAC,kCAAkC,EAAE,4BAA4B,EAAE,iCAAiC,CAAC;KACzH;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,sCAAsC;IACpD,UAAU,EAAE,IAAI;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/sanity/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YAyCpB,CAAC"}
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'sanity',
|
|
3
|
+
name: 'Sanity',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'cms',
|
|
6
|
+
label: 'Sanity',
|
|
7
|
+
hint: 'GROQ queries, real-time collaboration',
|
|
8
|
+
skillName: 'sanity-cms',
|
|
9
|
+
mcpServerKey: 'Sanity',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'http',
|
|
12
|
+
url: 'https://mcp.sanity.io',
|
|
13
|
+
},
|
|
14
|
+
authType: 'oauth',
|
|
15
|
+
envVars: [],
|
|
16
|
+
agentToolMap: {
|
|
17
|
+
'content-engineer': [
|
|
18
|
+
'sanity/get_schema', 'sanity/get_sanity_rules', 'sanity/list_sanity_rules',
|
|
19
|
+
'sanity/query_documents', 'sanity/get_document', 'sanity/create_documents_from_json',
|
|
20
|
+
'sanity/create_documents_from_markdown', 'sanity/patch_document_from_json',
|
|
21
|
+
'sanity/patch_document_from_markdown', 'sanity/deploy_schema', 'sanity/publish_documents',
|
|
22
|
+
'sanity/unpublish_documents', 'sanity/discard_drafts', 'sanity/list_projects',
|
|
23
|
+
'sanity/list_datasets', 'sanity/list_workspace_schemas', 'sanity/list_embeddings_indices',
|
|
24
|
+
'sanity/search_docs', 'sanity/read_docs', 'sanity/semantic_search',
|
|
25
|
+
'sanity/migration_guide', 'sanity/create_version', 'sanity/generate_image',
|
|
26
|
+
'sanity/transform_image', 'sanity/add_cors_origin',
|
|
27
|
+
],
|
|
28
|
+
'copywriter': [
|
|
29
|
+
'sanity/get_schema', 'sanity/query_documents', 'sanity/get_document',
|
|
30
|
+
'sanity/patch_document_from_json', 'sanity/patch_document_from_markdown',
|
|
31
|
+
'sanity/list_datasets', 'sanity/list_projects',
|
|
32
|
+
],
|
|
33
|
+
'data-expert': [
|
|
34
|
+
'sanity/get_schema', 'sanity/query_documents', 'sanity/create_documents_from_json',
|
|
35
|
+
'sanity/patch_document_from_json', 'sanity/get_document', 'sanity/list_datasets',
|
|
36
|
+
'sanity/list_projects',
|
|
37
|
+
],
|
|
38
|
+
},
|
|
39
|
+
docsUrl: null,
|
|
40
|
+
officialDocs: 'https://www.sanity.io/docs',
|
|
41
|
+
mcpPackage: null,
|
|
42
|
+
};
|
|
43
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/sanity/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,KAAK;IAClB,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,uCAAuC;IAC7C,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE;QACT,IAAI,EAAE,MAAM;QACZ,GAAG,EAAE,uBAAuB;KAC7B;IACD,QAAQ,EAAE,OAAO;IACjB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,kBAAkB,EAAE;YAClB,mBAAmB,EAAE,yBAAyB,EAAE,0BAA0B;YAC1E,wBAAwB,EAAE,qBAAqB,EAAE,mCAAmC;YACpF,uCAAuC,EAAE,iCAAiC;YAC1E,qCAAqC,EAAE,sBAAsB,EAAE,0BAA0B;YACzF,4BAA4B,EAAE,uBAAuB,EAAE,sBAAsB;YAC7E,sBAAsB,EAAE,+BAA+B,EAAE,gCAAgC;YACzF,oBAAoB,EAAE,kBAAkB,EAAE,wBAAwB;YAClE,wBAAwB,EAAE,uBAAuB,EAAE,uBAAuB;YAC1E,wBAAwB,EAAE,wBAAwB;SACnD;QACD,YAAY,EAAE;YACZ,mBAAmB,EAAE,wBAAwB,EAAE,qBAAqB;YACpE,iCAAiC,EAAE,qCAAqC;YACxE,sBAAsB,EAAE,sBAAsB;SAC/C;QACD,aAAa,EAAE;YACb,mBAAmB,EAAE,wBAAwB,EAAE,mCAAmC;YAClF,iCAAiC,EAAE,qBAAqB,EAAE,sBAAsB;YAChF,sBAAsB;SACvB;KACF;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,4BAA4B;IAC1C,UAAU,EAAE,IAAI;CACjB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/slack/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YAgCpB,CAAC"}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'slack',
|
|
3
|
+
name: 'Slack',
|
|
4
|
+
category: 'team',
|
|
5
|
+
subCategory: 'notifications',
|
|
6
|
+
label: 'Slack',
|
|
7
|
+
hint: 'Agent notifications and communication',
|
|
8
|
+
skillName: 'slack-notifications',
|
|
9
|
+
mcpServerKey: 'Slack',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', '@kazuph/mcp-slack'],
|
|
14
|
+
envFile: '${workspaceFolder}/.env',
|
|
15
|
+
env: {
|
|
16
|
+
SLACK_MCP_ADD_MESSAGE_TOOL: 'true',
|
|
17
|
+
},
|
|
18
|
+
},
|
|
19
|
+
authType: 'env-token',
|
|
20
|
+
envVars: [
|
|
21
|
+
{
|
|
22
|
+
name: 'SLACK_MCP_XOXB_TOKEN',
|
|
23
|
+
hint: 'Create a Slack App at api.slack.com/apps → Bot User OAuth Token',
|
|
24
|
+
},
|
|
25
|
+
],
|
|
26
|
+
agentToolMap: {
|
|
27
|
+
'team-lead': ['slack/*'],
|
|
28
|
+
'release-manager': ['slack/*'],
|
|
29
|
+
},
|
|
30
|
+
docsUrl: '/guides/plugins#slack',
|
|
31
|
+
officialDocs: 'https://api.slack.com/docs',
|
|
32
|
+
mcpPackage: '@kazuph/mcp-slack',
|
|
33
|
+
};
|
|
34
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/slack/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,OAAO;IACX,IAAI,EAAE,OAAO;IACb,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,eAAe;IAC5B,KAAK,EAAE,OAAO;IACd,IAAI,EAAE,uCAAuC;IAC7C,SAAS,EAAE,qBAAqB;IAChC,YAAY,EAAE,OAAO;IACrB,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,mBAAmB,CAAC;QACjC,OAAO,EAAE,yBAAyB;QAClC,GAAG,EAAE;YACH,0BAA0B,EAAE,MAAM;SACnC;KACF;IACD,QAAQ,EAAE,WAAW;IACrB,OAAO,EAAE;QACP;YACE,IAAI,EAAE,sBAAsB;YAC5B,IAAI,EAAE,iEAAiE;SACxE;KACF;IACD,YAAY,EAAE;QACZ,WAAW,EAAE,CAAC,SAAS,CAAC;QACxB,iBAAiB,EAAE,CAAC,SAAS,CAAC;KAC/B;IACD,OAAO,EAAE,uBAAuB;IAChC,YAAY,EAAE,4BAA4B;IAC1C,UAAU,EAAE,mBAAmB;CAChC,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/strapi/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YAsCpB,CAAC"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
export const config = {
|
|
2
|
+
id: 'strapi',
|
|
3
|
+
name: 'Strapi',
|
|
4
|
+
category: 'tech',
|
|
5
|
+
subCategory: 'cms',
|
|
6
|
+
label: 'Strapi',
|
|
7
|
+
hint: 'Open-source headless CMS',
|
|
8
|
+
skillName: 'strapi-cms',
|
|
9
|
+
mcpServerKey: 'Strapi',
|
|
10
|
+
mcpConfig: {
|
|
11
|
+
type: 'stdio',
|
|
12
|
+
command: 'npx',
|
|
13
|
+
args: ['-y', 'strapi-mcp'],
|
|
14
|
+
},
|
|
15
|
+
authType: 'none',
|
|
16
|
+
envVars: [],
|
|
17
|
+
agentToolMap: {
|
|
18
|
+
'content-engineer': [
|
|
19
|
+
'strapi/list_content_types', 'strapi/get_content_type_schema', 'strapi/get_entries',
|
|
20
|
+
'strapi/get_entry', 'strapi/create_entry', 'strapi/update_entry', 'strapi/delete_entry',
|
|
21
|
+
'strapi/publish_entry', 'strapi/unpublish_entry', 'strapi/upload_media',
|
|
22
|
+
'strapi/upload_media_from_path', 'strapi/connect_relation', 'strapi/disconnect_relation',
|
|
23
|
+
'strapi/create_content_type', 'strapi/update_content_type', 'strapi/delete_content_type',
|
|
24
|
+
'strapi/list_components', 'strapi/get_component_schema', 'strapi/create_component',
|
|
25
|
+
'strapi/update_component',
|
|
26
|
+
],
|
|
27
|
+
'copywriter': [
|
|
28
|
+
'strapi/list_content_types', 'strapi/get_content_type_schema', 'strapi/get_entries',
|
|
29
|
+
'strapi/get_entry', 'strapi/update_entry', 'strapi/publish_entry',
|
|
30
|
+
],
|
|
31
|
+
'data-expert': [
|
|
32
|
+
'strapi/list_content_types', 'strapi/get_content_type_schema', 'strapi/get_entries',
|
|
33
|
+
'strapi/get_entry', 'strapi/create_entry', 'strapi/update_entry',
|
|
34
|
+
],
|
|
35
|
+
},
|
|
36
|
+
docsUrl: null,
|
|
37
|
+
officialDocs: 'https://docs.strapi.io/',
|
|
38
|
+
mcpPackage: 'strapi-mcp',
|
|
39
|
+
};
|
|
40
|
+
//# sourceMappingURL=config.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.js","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/strapi/config.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,MAAM,GAAiB;IAClC,EAAE,EAAE,QAAQ;IACZ,IAAI,EAAE,QAAQ;IACd,QAAQ,EAAE,MAAM;IAChB,WAAW,EAAE,KAAK;IAClB,KAAK,EAAE,QAAQ;IACf,IAAI,EAAE,0BAA0B;IAChC,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,QAAQ;IACtB,SAAS,EAAE;QACT,IAAI,EAAE,OAAO;QACb,OAAO,EAAE,KAAK;QACd,IAAI,EAAE,CAAC,IAAI,EAAE,YAAY,CAAC;KAC3B;IACD,QAAQ,EAAE,MAAM;IAChB,OAAO,EAAE,EAAE;IACX,YAAY,EAAE;QACZ,kBAAkB,EAAE;YAClB,2BAA2B,EAAE,gCAAgC,EAAE,oBAAoB;YACnF,kBAAkB,EAAE,qBAAqB,EAAE,qBAAqB,EAAE,qBAAqB;YACvF,sBAAsB,EAAE,wBAAwB,EAAE,qBAAqB;YACvE,+BAA+B,EAAE,yBAAyB,EAAE,4BAA4B;YACxF,4BAA4B,EAAE,4BAA4B,EAAE,4BAA4B;YACxF,wBAAwB,EAAE,6BAA6B,EAAE,yBAAyB;YAClF,yBAAyB;SAC1B;QACD,YAAY,EAAE;YACZ,2BAA2B,EAAE,gCAAgC,EAAE,oBAAoB;YACnF,kBAAkB,EAAE,qBAAqB,EAAE,sBAAsB;SAClE;QACD,aAAa,EAAE;YACb,2BAA2B,EAAE,gCAAgC,EAAE,oBAAoB;YACnF,kBAAkB,EAAE,qBAAqB,EAAE,qBAAqB;SACjE;KACF;IACD,OAAO,EAAE,IAAI;IACb,YAAY,EAAE,yBAAyB;IACvC,UAAU,EAAE,YAAY;CACzB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../../../../src/orchestrator/plugins/supabase/config.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,aAAa,CAAC;AAEhD,eAAO,MAAM,MAAM,EAAE,YA+BpB,CAAC"}
|