fullcourtdefense-cli 1.6.8 → 1.6.9

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.
@@ -137,7 +137,7 @@ async function installCursorHookCommand(args, config) {
137
137
  const { hookKey, flag, failClosedDefault, timeoutSec } = EVENT_MAP[e];
138
138
  const failClosed = e === 'prompt' ? false : (args.failClosed !== undefined ? args.failClosed === 'true' : failClosedDefault);
139
139
  const entry = {
140
- command: buildHookCommand(flag, { shadow: e === 'prompt' ? true : shadow, failClosed }),
140
+ command: buildHookCommand(flag, { shadow, failClosed }),
141
141
  timeout: timeoutSec,
142
142
  };
143
143
  if (failClosed)
package/dist/version.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
- "version": "1.6.8"
2
+ "version": "1.6.9"
3
3
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fullcourtdefense-cli",
3
- "version": "1.6.8",
3
+ "version": "1.6.9",
4
4
  "description": "Full Court Defense CLI — security scanning for AI agents from your terminal",
5
5
  "main": "dist/index.js",
6
6
  "bin": {