-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 767 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "dev-team",
"version": "1.1.0",
"description": "Dev-team plugin manifest for Oh-My-Pi. Declares the blocking-guard (plan-gate, review-gate, path/freeze/spec guards) + routing extensions so a marketplace install loads them; agents/skills/commands/.mcp.json are discovered by their conventional sibling directories.",
"private": true,
"omp": {
"extensions": [
"./extensions/model-routing.ts",
"./extensions/path-guard.ts",
"./extensions/destructive-guard.ts",
"./extensions/careful-mode.ts",
"./extensions/freeze-guard.ts",
"./extensions/spec-guard.ts",
"./extensions/plan-gate.ts",
"./extensions/review-gate.ts",
"./extensions/impl-verify.ts",
"./extensions/telemetry.ts"
]
}
}