delimit-cli 3.10.4 → 3.11.1
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 +1 -1
- package/bin/delimit-cli.js +1 -1
- package/package.json +11 -2
- package/server.json +2 -2
package/README.md
CHANGED
|
@@ -40,7 +40,7 @@ That's it. Delimit auto-fetches the base branch spec, diffs it, and posts a PR c
|
|
|
40
40
|
- Step-by-step migration guide
|
|
41
41
|
- Policy violations
|
|
42
42
|
|
|
43
|
-
[View on GitHub Marketplace →](https://github.com/marketplace/actions/delimit-api-governance) · [See a live demo (
|
|
43
|
+
[View on GitHub Marketplace →](https://github.com/marketplace/actions/delimit-api-governance) · [See a live demo (23 breaking changes) →](https://github.com/delimit-ai/delimit-action-demo/pull/2)
|
|
44
44
|
|
|
45
45
|
### Example PR comment
|
|
46
46
|
|
package/bin/delimit-cli.js
CHANGED
|
@@ -49,7 +49,7 @@ async function ensureAgent() {
|
|
|
49
49
|
|
|
50
50
|
program
|
|
51
51
|
.name('delimit')
|
|
52
|
-
.description('
|
|
52
|
+
.description('One workspace for every AI coding assistant')
|
|
53
53
|
.version(require('../package.json').version);
|
|
54
54
|
|
|
55
55
|
// Install command with modes
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delimit-cli",
|
|
3
3
|
"mcpName": "io.github.delimit-ai/delimit",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.11.1",
|
|
5
5
|
"description": "One workspace for every AI coding assistant. Tasks, memory, and governance carry between Claude Code, Codex, and Gemini CLI.",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"files": [
|
|
@@ -41,7 +41,16 @@
|
|
|
41
41
|
"delimit",
|
|
42
42
|
"openapi-diff",
|
|
43
43
|
"api-linter",
|
|
44
|
-
"contract-testing"
|
|
44
|
+
"contract-testing",
|
|
45
|
+
"mcp",
|
|
46
|
+
"mcp-server",
|
|
47
|
+
"model-context-protocol",
|
|
48
|
+
"claude-code",
|
|
49
|
+
"codex",
|
|
50
|
+
"gemini-cli",
|
|
51
|
+
"cursor",
|
|
52
|
+
"ai-governance",
|
|
53
|
+
"ai-agents"
|
|
45
54
|
],
|
|
46
55
|
"author": "Delimit AI <hello@delimit.ai>",
|
|
47
56
|
"license": "MIT",
|
package/server.json
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
"url": "https://github.com/delimit-ai/delimit",
|
|
8
8
|
"source": "github"
|
|
9
9
|
},
|
|
10
|
-
"version": "3.
|
|
10
|
+
"version": "3.11.1",
|
|
11
11
|
"websiteUrl": "https://delimit.ai",
|
|
12
12
|
"packages": [
|
|
13
13
|
{
|
|
14
14
|
"registryType": "npm",
|
|
15
15
|
"identifier": "delimit-cli",
|
|
16
|
-
"version": "3.
|
|
16
|
+
"version": "3.11.1",
|
|
17
17
|
"transport": {
|
|
18
18
|
"type": "stdio"
|
|
19
19
|
}
|