rulesync 16.26.0 → 16.26.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.
@@ -6715,7 +6715,7 @@ const CursorPermissionsOverrideSchema = zod_mini.z.looseObject({
6715
6715
  * Tool-scoped override block for Qwen Code. Qwen's `settings.json` exposes
6716
6716
  * autonomy/sandbox controls with no canonical permission category — under
6717
6717
  * `tools` (`approvalMode` = plan/default/auto-edit/auto/yolo, `autoAccept`,
6718
- * `sandbox`, `sandboxImage`, `disabled`, `visible`, `listDirectory`,
6718
+ * `sandbox`, `sandboxImage`, `disabled`, `visible`, `eager`, `listDirectory`,
6719
6719
  * `workflowsEnabled`) and `security` (`folderTrust`, `allowedHttpHookUrls`,
6720
6720
  * `allowPrivateNetworkHooks`, `allowedInsecureVoiceBaseUrls`). Qwen Code strips
6721
6721
  * `tools.workflowsEnabled`, `security.allowPrivateNetworkHooks` and
@@ -6729,7 +6729,9 @@ const CursorPermissionsOverrideSchema = zod_mini.z.looseObject({
6729
6729
  * changes what the file said is reported in either scope, naming what that key
6730
6730
  * decides there — the autonomy and containment
6731
6731
  * controls (`approvalMode`, `autoAccept`, `sandbox`, `sandboxImage`), the
6732
- * registry controls (`disabled`, `visible`, `listDirectory`), the Auto Mode
6732
+ * registry controls (`disabled`, `visible`, `listDirectory`, and `eager`, which
6733
+ * demotes an omitted tool to deferred rather than removing it, replacing rather
6734
+ * than merging with the list a higher scope set), the Auto Mode
6733
6735
  * classifier config, and, because these groups are loose objects, any key
6734
6736
  * rulesync does not model. Import flags a scope-dependent key only when it read
6735
6737
  * the project file, since that is the value a `--global` regenerate would
@@ -32880,7 +32882,9 @@ const REASONIX_PLUGIN_FIELDS = [
32880
32882
  "headers",
32881
32883
  "startup_timeout_seconds",
32882
32884
  "call_timeout_seconds",
32883
- "tool_timeout_seconds"
32885
+ "tool_timeout_seconds",
32886
+ "concurrency",
32887
+ "auto_start"
32884
32888
  ];
32885
32889
  var ReasonixMcp = class ReasonixMcp extends ToolMcp {
32886
32890
  toml;
@@ -43486,6 +43490,7 @@ const QWEN_OVERRIDE_TOOLS_KEYS = [
43486
43490
  "sandboxImage",
43487
43491
  "disabled",
43488
43492
  "visible",
43493
+ "eager",
43489
43494
  "listDirectory",
43490
43495
  "workflowsEnabled"
43491
43496
  ];
@@ -43583,6 +43588,11 @@ const QWEN_OVERRIDE_GROUPS = [{
43583
43588
  projectNote: ({ qualifiedKey, quotedValue, filePath }) => `${qualifiedKey} = ${quotedValue} was written to the project-scoped ${filePath}, so it decides which deferred tools are visible at startup in this repository.`,
43584
43589
  globalNote: "Qwen Code honors this key wherever it is written, so in the global scope this decides which deferred tools are visible at startup for every project on this machine."
43585
43590
  },
43591
+ eager: {
43592
+ rule: "global-machine-wide",
43593
+ projectNote: ({ qualifiedKey, quotedValue, filePath }) => `${qualifiedKey} = ${quotedValue} was written to the project-scoped ${filePath}, replacing the list in that file rather than adding to it, so in this repository every non-exempt eager-by-default tool it does not name is demoted to deferred — still callable, but only after \`tool_search\` loads it, and out of reach for the session if \`tool_search\` is not registered. A name added back is a tool whose schema is in the initial request again.`,
43594
+ globalNote: "Qwen Code honors this key wherever it is written, and the override replaces the list in this file rather than adding to it, so in the global scope it decides which eager-by-default tools keep their schemas in the initial request for every project on this machine — the ones it does not name are demoted to deferred, reachable only through `tool_search`, and out of reach entirely for a session where `tool_search` is not registered, while a name it adds back is a tool declared up front again."
43595
+ },
43586
43596
  listDirectory: {
43587
43597
  rule: "global-machine-wide",
43588
43598
  projectNote: ({ qualifiedKey, quotedValue, filePath }) => `${qualifiedKey} = ${quotedValue} was written to the project-scoped ${filePath}, so it decides whether the built-in \`list_directory\` tool is registered in this repository.`,
package/dist/index.cjs CHANGED
@@ -1,5 +1,5 @@
1
1
  Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
2
- const require_import = require("./import-BAnifHej.cjs");
2
+ const require_import = require("./import-LjMdFijG.cjs");
3
3
  //#region src/index.ts
4
4
  async function generate(options = {}) {
5
5
  const { silent = true, verbose = false, ...rest } = options;
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { $t as ALL_TOOL_TARGETS, Nn as ALL_FEATURES, at as ConfigResolver, i as inspectInputRoots, o as convertFromTool$1, pt as ConsoleLogger, r as generate$1, t as importFromTool$1 } from "./import-BlHibyDS.js";
1
+ import { $t as ALL_TOOL_TARGETS, Nn as ALL_FEATURES, at as ConfigResolver, i as inspectInputRoots, o as convertFromTool$1, pt as ConsoleLogger, r as generate$1, t as importFromTool$1 } from "./import-BNh_gCUr.js";
2
2
  //#region src/index.ts
3
3
  async function generate(options = {}) {
4
4
  const { silent = true, verbose = false, ...rest } = options;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rulesync",
3
- "version": "16.26.0",
3
+ "version": "16.26.1",
4
4
  "description": "Unified AI rules management CLI tool that generates configuration files for various AI development tools",
5
5
  "keywords": [
6
6
  "ai",