delimit-cli 3.14.10 → 3.14.11

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.
@@ -23,6 +23,9 @@ const AGENTS_DIR = path.join(CLAUDE_DIR, 'agents');
23
23
  const green = (s) => `\x1b[32m${s}\x1b[0m`;
24
24
  const yellow = (s) => `\x1b[33m${s}\x1b[0m`;
25
25
  const blue = (s) => `\x1b[34m${s}\x1b[0m`;
26
+ const purple = (s) => `\x1b[1;35m${s}\x1b[0m`;
27
+ const magenta = (s) => `\x1b[1;35m${s}\x1b[0m`;
28
+ const orange = (s) => `\x1b[1;33m${s}\x1b[0m`;
26
29
  const dim = (s) => `\x1b[2m${s}\x1b[0m`;
27
30
  const bold = (s) => `\x1b[1m${s}\x1b[0m`;
28
31
 
@@ -72,12 +75,12 @@ function findSpecFiles(dir, depth = 0) {
72
75
 
73
76
  async function main() {
74
77
  log('');
75
- log(blue(' ____ ________ ______ _____________'));
76
- log(blue(' / __ \\/ ____/ / / _/ |/ / _/_ __/'));
77
- log(blue(' / / / / __/ / / / // /|_/ // / / / '));
78
- log(blue(' / /_/ / /___/ /____/ // / / // / / / '));
79
- log(blue('/_____/_____/_____/___/_/ /_/___/ /_/ '));
80
- log(dim(' Unify all AI coding assistants'));
78
+ log(purple(' ____ ________ ______ _____________'));
79
+ log(purple(' / __ \\/ ____/ / / _/ |/ / _/_ __/'));
80
+ log(magenta(' / / / / __/ / / / // /|_/ // / / / '));
81
+ log(magenta(' / /_/ / /___/ /____/ // / / // / / / '));
82
+ log(orange('/_____/_____/_____/___/_/ /_/___/ /_/ '));
83
+ log(dim(' delimit.ai'));
81
84
  log('');
82
85
 
83
86
  // Step 1: Check prerequisites
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": "3.14.10",
4
+ "version": "3.14.11",
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": [