@newpeak/barista-cli 0.2.115 → 0.2.116

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@newpeak/barista-cli",
3
- "version": "0.2.115",
3
+ "version": "0.2.116",
4
4
  "description": "AI Tools CLI for Liberica and Arabica services",
5
5
  "license": "MIT",
6
6
  "keywords": [
@@ -1,13 +1,14 @@
1
- console.log('');
2
- console.log('\x1b[1m🧩 Barista CLI AI Skills\x1b[0m');
3
- console.log('');
4
- console.log(' Supercharge your AI assistant with production management knowledge:');
5
- console.log('');
6
- console.log(' \x1b[36mbarista skills install --ai claude\x1b[0m');
7
- console.log(' \x1b[36mbarista skills install --ai opencode\x1b[0m');
8
- console.log(' \x1b[36mbarista skills install --ai cursor\x1b[0m');
9
- console.log('');
10
- console.log(' \x1b[90mOr explore all platforms:\x1b[0m');
11
- console.log('');
12
- console.log(' \x1b[36mbarista skills install --list\x1b[0m');
13
- console.log('');
1
+ const log = process.stderr.write.bind(process.stderr);
2
+ log('\n');
3
+ log('\x1b[1m🧩 Barista CLI AI Skills\x1b[0m\n');
4
+ log('\n');
5
+ log(' Supercharge your AI assistant with production management knowledge:\n');
6
+ log('\n');
7
+ log(' \x1b[36mbarista skills install --ai claude\x1b[0m\n');
8
+ log(' \x1b[36mbarista skills install --ai opencode\x1b[0m\n');
9
+ log(' \x1b[36mbarista skills install --ai cursor\x1b[0m\n');
10
+ log('\n');
11
+ log(' \x1b[90mOr explore all platforms:\x1b[0m\n');
12
+ log('\n');
13
+ log(' \x1b[36mbarista skills install --list\x1b[0m\n');
14
+ log('\n');
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "_metadata": {
3
- "generatedAt": "2026-07-02T05:59:49.698Z",
3
+ "generatedAt": "2026-07-02T06:49:08.641Z",
4
4
  "source": "src/commands/",
5
5
  "generator": "src/skills/barista-cli/scripts/generate.ts"
6
6
  },
@@ -1,5 +1,5 @@
1
1
  # ★ 自动生成。修改源码后重新生成:npm run generate-skills-data
2
- # ★ 生成时间: 2026-07-02T05:59:49.710Z
2
+ # ★ 生成时间: 2026-07-02T06:49:08.651Z
3
3
 
4
4
  global:
5
5
  # ── 全局 ──