-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
44 lines (41 loc) · 1.25 KB
/
Copy pathplugin.json
File metadata and controls
44 lines (41 loc) · 1.25 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
44
{
"name": "team-starter-pack",
"version": "0.1.0",
"description": "Meta-plugin: installing this pulls in the team's baseline plugin set and defines the allow/deny policy",
"author": { "name": "Cognition", "email": "plugins@cognition.ai" },
"license": "MIT",
"keywords": ["devin", "plugin", "meta", "governance"],
"requiredPlugins": [
{
"source": "git-subdir",
"url": "https://github.com/CognitionAI/team-marketplace-template.git",
"path": "plugins/engineering-baseline"
},
{
"source": "git-subdir",
"url": "https://github.com/CognitionAI/team-marketplace-template.git",
"path": "plugins/security-guardrails"
}
],
"optionalPlugins": [
{
"source": "git-subdir",
"url": "https://github.com/CognitionAI/team-marketplace-template.git",
"path": "plugins/frontend-standards"
},
{
"source": "git-subdir",
"url": "https://github.com/CognitionAI/team-marketplace-template.git",
"path": "plugins/docs-and-release"
},
{
"source": "git-subdir",
"url": "https://github.com/anthropics/claude-code.git",
"path": "plugins/frontend-design"
}
],
"forbiddenPlugins": [
"example-org/deprecated-legacy-tools",
"untrusted-vendor/*"
]
}