@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
package/scripts/postinstall.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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');
|