@wrongstack/tools 0.282.0 → 0.282.2

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
@@ -15,7 +15,7 @@ declare const OPTIONAL_TOOLS: Tool[];
15
15
  /**
16
16
  * Tier 1 (Token Saving) tool set — the absolute minimum for useful work.
17
17
  * ~10 tools covering core file ops, shell, search, and utilities.
18
- * Saves ~4000-6000 tokens vs full mode by omitting 90+ tools.
18
+ * Saves ~4000-6000 tokens vs full mode by omitting 38 tools.
19
19
  *
20
20
  * Tier 1 tools:
21
21
  * read, write, edit — file operations
@@ -26,8 +26,8 @@ declare const OPTIONAL_TOOLS: Tool[];
26
26
  declare const TIER1_TOOLS: Tool[];
27
27
  /**
28
28
  * Tier 2 tool set — standard development tools useful for non-trivial work.
29
- * Adds ~14 tools: replace, exec, fetch, git, tree, lint, format, typecheck,
30
- * test, todo, plan, task, install, audit.
29
+ * Adds 16 tools: replace, exec, fetch, git, tree, lint, format, typecheck,
30
+ * test, todo, plan, kanban, task, install, audit, design.
31
31
  *
32
32
  * These tools are used regularly during development but are not essential for
33
33
  * every turn. Omitting them in minimal/light tier saves ~900 tokens per prompt.
@@ -35,7 +35,7 @@ declare const TIER1_TOOLS: Tool[];
35
35
  declare const TIER2_TOOLS: Tool[];
36
36
  /**
37
37
  * Tier 3 tool set — specialized/optional tools for specific workflows.
38
- * Adds ~14 tools: outdated, logs, document, scaffold, toolSearch, toolUse,
38
+ * Adds 12 tools: outdated, logs, document, scaffold, toolSearch, toolUse,
39
39
  * batchToolUse, toolHelp, codebaseIndex, codebaseSearch, codebaseStats, setWorkingDir.
40
40
  *
41
41
  * These tools are rarely used in typical development (once-per-session,