claude-all-config 3.6.0 → 3.6.1
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/VERSION +1 -1
- package/package.json +1 -1
- package/postinstall.js +4 -3
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.6.
|
|
1
|
+
3.6.1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "claude-all-config",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "🦾 MONSTER ENGINEER v2 - Ultimate AI CLI with 63 Skills, 12 Superpowers, 14 Agents. Multi-Agent Orchestration, Cost-Aware, Security Scorecard, Parallel-First.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
package/postinstall.js
CHANGED
|
@@ -431,9 +431,10 @@ function setupLocalBinSymlinks() {
|
|
|
431
431
|
// Run installations
|
|
432
432
|
installUvx();
|
|
433
433
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
434
|
+
// Always install Claude configs to ~/.claude/ — harmless even without the
|
|
435
|
+
// Claude binary present, and avoids the "binary on uncommon PATH" detection
|
|
436
|
+
// gap. The configs sit ready for whenever `claude` becomes available.
|
|
437
|
+
installClaude();
|
|
437
438
|
|
|
438
439
|
if (hasGemini) {
|
|
439
440
|
console.log('');
|