caproom 0.7.6 → 0.9.2
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 +84 -158
- package/bin/caproom-mcp +0 -0
- package/bin/caproom-rs +0 -0
- package/package.json +10 -13
- package/prebuilt/caproom-darwin-arm64 +0 -0
- package/prebuilt/caproom-darwin-x64 +0 -0
- package/prebuilt/caproom-linux-x64 +0 -0
- package/prebuilt/caproom-win32-x64.exe +0 -0
- package/bin/caproom +0 -1025
- package/bin/caproom-mcp.js +0 -267
- package/bin/caproom.js +0 -21
- package/bin/caproom.ps1 +0 -753
- package/scripts/postinstall.js +0 -7
package/scripts/postinstall.js
DELETED
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
// Hint only — never touches rc files on install. Binding is explicit:
|
|
2
|
-
// caproom setup
|
|
3
|
-
try {
|
|
4
|
-
process.stdout.write(
|
|
5
|
-
'caproom: optional next step — run "caproom setup" to bind headroom warnings to your shells (never modifies rc files on install)\n'
|
|
6
|
-
);
|
|
7
|
-
} catch (_) { /* never block installs */ }
|