@adhdev/daemon-standalone 0.9.77-rc.16 → 0.9.77-rc.18

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/dist/index.js CHANGED
@@ -49659,9 +49659,6 @@ ${rawInput}` : rawInput;
49659
49659
  const cliType = String(input.cliType || "").trim();
49660
49660
  const cliArgs = Array.isArray(input.cliArgs) ? [...input.cliArgs] : [];
49661
49661
  const env2 = { ...input.env || {}, ...COORDINATOR_DELEGATED_ENV_UNSETS };
49662
- if (cliType === "hermes-cli" && !hasCliArg(cliArgs, "--ignore-user-config")) {
49663
- cliArgs.unshift("--ignore-user-config");
49664
- }
49665
49662
  if (cliType === "claude-cli" && !hasCliArg(cliArgs, "--mcp-config")) {
49666
49663
  cliArgs.unshift("--mcp-config", ensureEmptyDelegatedMcpConfig(input.workspace));
49667
49664
  }