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 CHANGED
@@ -1,12 +1,12 @@
1
1
  # Delimit
2
2
 
3
- Governance toolkit for AI coding assistants API checks, persistent memory, consensus, security.
3
+ One workspace for every AI coding assistant. Switch models, not context.
4
4
 
5
5
  [![npm](https://img.shields.io/npm/v/delimit-cli)](https://www.npmjs.com/package/delimit-cli)
6
6
  [![GitHub Action](https://img.shields.io/badge/GitHub%20Action-v1.5.0-blue)](https://github.com/marketplace/actions/delimit-api-governance)
7
7
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
8
8
 
9
- Delimit gives your AI coding assistant governance tools API breaking change detection, persistent task ledger, security audit, test verification, and multi-model deliberation. Works with Claude Code, Codex, Cursor, and Gemini CLI.
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
 
@@ -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
- Governance toolkit for AI coding assistants.
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.6.12",
4
- "description": "Governance toolkit for AI coding assistants API checks, persistent memory, consensus, security.",
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/",