@wrongstack/tools 0.303.0 → 0.305.0

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/builtin.d.ts CHANGED
@@ -10,6 +10,12 @@ import type { Tool } from '@wrongstack/core/types';
10
10
  * model capabilities), scaffolding, logging, and auto-documentation.
11
11
  */
12
12
  export declare const OPTIONAL_TOOLS: Tool[];
13
+ /**
14
+ * Specialized built-ins intentionally exposed directly only when token saving
15
+ * is off. Keeping this set explicit prevents newly registered built-ins from
16
+ * becoming off-only merely because somebody forgot to classify them.
17
+ */
18
+ export declare const OFF_ONLY_TOOLS: Tool[];
13
19
  /**
14
20
  * Tier 1 (Token Saving) tool set — the absolute minimum for useful work.
15
21
  * 15 tools covering core file ops, indexed project discovery, shell, search,