@adhdev/daemon-standalone 0.9.77-rc.17 → 0.9.77-rc.19

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": "@adhdev/daemon-standalone",
3
- "version": "0.9.77-rc.17",
3
+ "version": "0.9.77-rc.19",
4
4
  "description": "ADHDev standalone daemon — embedded HTTP/WS server for local dashboard",
5
5
  "main": "dist/index.js",
6
6
  "bin": {
@@ -34534,9 +34534,6 @@ function buildCoordinatorDelegatedCliLaunchOptions(input) {
34534
34534
  const cliType = String(input.cliType || "").trim();
34535
34535
  const cliArgs = Array.isArray(input.cliArgs) ? [...input.cliArgs] : [];
34536
34536
  const env2 = { ...input.env || {}, ...COORDINATOR_DELEGATED_ENV_UNSETS };
34537
- if (cliType === "hermes-cli" && !hasCliArg(cliArgs, "--ignore-user-config")) {
34538
- cliArgs.unshift("--ignore-user-config");
34539
- }
34540
34537
  if (cliType === "claude-cli" && !hasCliArg(cliArgs, "--mcp-config")) {
34541
34538
  cliArgs.unshift("--mcp-config", ensureEmptyDelegatedMcpConfig(input.workspace));
34542
34539
  }