@rigour-labs/mcp 2.18.2 → 2.19.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.
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"$schema": "https://claude.com/schemas/marketplace.schema.json",
|
|
3
|
+
"name": "Rigour Governance",
|
|
4
|
+
"version": "2.14.0",
|
|
5
|
+
"description": "Meta-cognitive governance for AI agents. Monitor drift, manage agent teams, and enforce quality gates during long-running coworking tasks.",
|
|
6
|
+
"owner": {
|
|
7
|
+
"name": "Rigour Labs",
|
|
8
|
+
"email": "support@rigour.dev"
|
|
9
|
+
},
|
|
10
|
+
"plugins": [
|
|
11
|
+
{
|
|
12
|
+
"name": "rigour-governance",
|
|
13
|
+
"description": "Quality gate checks, checkpoint supervision, and multi-agent governance for Claude Cowork mode.",
|
|
14
|
+
"version": "2.14.0",
|
|
15
|
+
"source": {
|
|
16
|
+
"type": "mcp",
|
|
17
|
+
"command": "npx",
|
|
18
|
+
"args": [
|
|
19
|
+
"@rigour-labs/mcp"
|
|
20
|
+
]
|
|
21
|
+
}
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rigour-labs/mcp",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"mcpName": "io.github.rigour-labs/rigour",
|
|
6
6
|
"description": "Quality gates for AI-generated code. Forces AI agents to meet strict engineering standards with PASS/FAIL enforcement.",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"execa": "^8.0.1",
|
|
21
21
|
"fs-extra": "^11.2.0",
|
|
22
22
|
"yaml": "^2.8.2",
|
|
23
|
-
"@rigour-labs/core": "2.
|
|
23
|
+
"@rigour-labs/core": "2.19.0"
|
|
24
24
|
},
|
|
25
25
|
"devDependencies": {
|
|
26
26
|
"@types/node": "^25.0.3",
|