delimit-cli 4.1.34 → 4.1.35
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/lib/cross-model-hooks.js +1 -1
- package/package.json +1 -1
- package/server.json +4 -4
package/lib/cross-model-hooks.js
CHANGED
|
@@ -482,7 +482,7 @@ fi
|
|
|
482
482
|
if (!existingSpecLint) {
|
|
483
483
|
config.hooks.PostToolUse.push({
|
|
484
484
|
matcher: 'Edit|Write',
|
|
485
|
-
if: "path_matches('**/openapi
|
|
485
|
+
if: "path_matches('**/openapi*.yaml') || path_matches('**/openapi*.yml') || path_matches('**/openapi*.json') || path_matches('**/swagger*.yaml') || path_matches('**/swagger*.yml') || path_matches('**/swagger*.json')",
|
|
486
486
|
hooks: [{
|
|
487
487
|
type: 'command',
|
|
488
488
|
command: `${npxCmd} lint "$DELIMIT_FILE_PATH"`,
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delimit-cli",
|
|
3
3
|
"mcpName": "io.github.delimit-ai/delimit-mcp-server",
|
|
4
|
-
"version": "4.1.
|
|
4
|
+
"version": "4.1.35",
|
|
5
5
|
"description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
package/server.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
|
|
3
3
|
"name": "io.github.delimit-ai/delimit-mcp-server",
|
|
4
|
-
"title": "Delimit
|
|
5
|
-
"description": "
|
|
4
|
+
"title": "Delimit — API Governance for AI Coding Assistants",
|
|
5
|
+
"description": "API governance for AI coding assistants. Breaking changes, policies, cross-model context.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"url": "https://github.com/delimit-ai/delimit-mcp-server",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "
|
|
10
|
+
"version": "4.1.34",
|
|
11
11
|
"websiteUrl": "https://delimit.ai",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "delimit-cli",
|
|
16
|
-
"version": "
|
|
16
|
+
"version": "4.1.34",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
}
|