delimit-cli 3.6.12 → 3.7.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.
- package/README.md +2 -2
- package/bin/delimit-setup.js +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
# Delimit
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
One workspace for every AI coding assistant. Switch models, not context.
|
|
4
4
|
|
|
5
5
|
[](https://www.npmjs.com/package/delimit-cli)
|
|
6
6
|
[](https://github.com/marketplace/actions/delimit-api-governance)
|
|
7
7
|
[](https://opensource.org/licenses/MIT)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Your tasks, memory, and governance carry between Claude Code, Codex, and Gemini CLI. Persistent ledger, API breaking change detection, security audit, multi-model deliberation — all shared across assistants.
|
|
10
10
|
|
|
11
11
|
---
|
|
12
12
|
|
package/bin/delimit-setup.js
CHANGED
|
@@ -384,7 +384,7 @@ Run full governance compliance checks. Verify security, policy compliance, evide
|
|
|
384
384
|
function getClaudeMdContent() {
|
|
385
385
|
return `# Delimit
|
|
386
386
|
|
|
387
|
-
|
|
387
|
+
One workspace for every AI coding assistant.
|
|
388
388
|
|
|
389
389
|
## Try these:
|
|
390
390
|
- "lint my API spec" -- catch breaking changes in your OpenAPI spec
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "delimit-cli",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.7.0",
|
|
4
|
+
"description": "One workspace for every AI coding assistant. Tasks, memory, and governance carry between Claude Code, Codex, and Gemini CLI.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
7
7
|
"bin/",
|