opencodekit 0.18.1 → 0.18.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.
Files changed (108) hide show
  1. package/dist/index.js +1 -1
  2. package/dist/template/.opencode/memory.db +0 -0
  3. package/dist/template/.opencode/memory.db-shm +0 -0
  4. package/dist/template/.opencode/memory.db-wal +0 -0
  5. package/dist/template/.opencode/skill/accessibility-audit/SKILL.md +11 -5
  6. package/dist/template/.opencode/skill/agent-browser/SKILL.md +55 -18
  7. package/dist/template/.opencode/skill/agent-teams/SKILL.md +12 -1
  8. package/dist/template/.opencode/skill/augment-context-engine/SKILL.md +11 -1
  9. package/dist/template/.opencode/skill/beads/SKILL.md +57 -390
  10. package/dist/template/.opencode/skill/beads/references/BEST_PRACTICES.md +27 -0
  11. package/dist/template/.opencode/skill/beads/references/EXAMPLES.md +45 -0
  12. package/dist/template/.opencode/skill/beads/references/FILE_CLAIMING.md +101 -0
  13. package/dist/template/.opencode/skill/beads/references/GIT_SYNC.md +25 -0
  14. package/dist/template/.opencode/skill/beads/references/HIERARCHY.md +71 -0
  15. package/dist/template/.opencode/skill/beads/references/MULTI_AGENT.md +40 -0
  16. package/dist/template/.opencode/skill/beads/references/SESSION_PROTOCOL.md +61 -0
  17. package/dist/template/.opencode/skill/beads/references/TASK_CREATION.md +38 -0
  18. package/dist/template/.opencode/skill/beads/references/TROUBLESHOOTING.md +13 -0
  19. package/dist/template/.opencode/skill/beads-bridge/SKILL.md +10 -10
  20. package/dist/template/.opencode/skill/brainstorming/SKILL.md +13 -0
  21. package/dist/template/.opencode/skill/chrome-devtools/SKILL.md +11 -1
  22. package/dist/template/.opencode/skill/cloudflare/SKILL.md +87 -67
  23. package/dist/template/.opencode/skill/compaction/SKILL.md +11 -3
  24. package/dist/template/.opencode/skill/condition-based-waiting/SKILL.md +11 -25
  25. package/dist/template/.opencode/skill/context-engineering/SKILL.md +13 -2
  26. package/dist/template/.opencode/skill/context-initialization/SKILL.md +11 -1
  27. package/dist/template/.opencode/skill/context-management/SKILL.md +13 -1
  28. package/dist/template/.opencode/skill/core-data-expert/SKILL.md +13 -2
  29. package/dist/template/.opencode/skill/deep-research/SKILL.md +5 -8
  30. package/dist/template/.opencode/skill/defense-in-depth/SKILL.md +13 -0
  31. package/dist/template/.opencode/skill/design-system-audit/SKILL.md +9 -3
  32. package/dist/template/.opencode/skill/development-lifecycle/SKILL.md +51 -0
  33. package/dist/template/.opencode/skill/dispatching-parallel-agents/SKILL.md +19 -30
  34. package/dist/template/.opencode/skill/executing-plans/SKILL.md +36 -0
  35. package/dist/template/.opencode/skill/figma/SKILL.md +11 -1
  36. package/dist/template/.opencode/skill/finishing-a-development-branch/SKILL.md +31 -0
  37. package/dist/template/.opencode/skill/frontend-design/SKILL.md +13 -3
  38. package/dist/template/.opencode/skill/gemini-large-context/SKILL.md +11 -0
  39. package/dist/template/.opencode/skill/index-knowledge/SKILL.md +11 -1
  40. package/dist/template/.opencode/skill/jira/SKILL.md +11 -1
  41. package/dist/template/.opencode/skill/memory-system/SKILL.md +13 -1
  42. package/dist/template/.opencode/skill/mockup-to-code/SKILL.md +9 -3
  43. package/dist/template/.opencode/skill/mqdh/SKILL.md +11 -1
  44. package/dist/template/.opencode/skill/obsidian/SKILL.md +11 -1
  45. package/dist/template/.opencode/skill/opensrc/SKILL.md +18 -6
  46. package/dist/template/.opencode/skill/pdf-extract/SKILL.md +11 -1
  47. package/dist/template/.opencode/skill/playwright/SKILL.md +11 -1
  48. package/dist/template/.opencode/skill/playwriter/SKILL.md +11 -1
  49. package/dist/template/.opencode/skill/polar/SKILL.md +11 -1
  50. package/dist/template/.opencode/skill/prd/SKILL.md +13 -4
  51. package/dist/template/.opencode/skill/prd-task/SKILL.md +13 -3
  52. package/dist/template/.opencode/skill/ralph/SKILL.md +4 -8
  53. package/dist/template/.opencode/skill/react-best-practices/SKILL.md +24 -16
  54. package/dist/template/.opencode/skill/receiving-code-review/SKILL.md +22 -0
  55. package/dist/template/.opencode/skill/requesting-code-review/SKILL.md +30 -2
  56. package/dist/template/.opencode/skill/resend/SKILL.md +11 -1
  57. package/dist/template/.opencode/skill/root-cause-tracing/SKILL.md +12 -23
  58. package/dist/template/.opencode/skill/session-management/SKILL.md +11 -1
  59. package/dist/template/.opencode/skill/sharing-skills/SKILL.md +11 -0
  60. package/dist/template/.opencode/skill/skill-creator/SKILL.md +12 -11
  61. package/dist/template/.opencode/skill/source-code-research/SKILL.md +20 -266
  62. package/dist/template/.opencode/skill/source-code-research/references/analysis-tips.md +43 -0
  63. package/dist/template/.opencode/skill/source-code-research/references/anti-patterns.md +36 -0
  64. package/dist/template/.opencode/skill/source-code-research/references/common-patterns.md +57 -0
  65. package/dist/template/.opencode/skill/source-code-research/references/example-workflow.md +60 -0
  66. package/dist/template/.opencode/skill/source-code-research/references/further-reading.md +5 -0
  67. package/dist/template/.opencode/skill/source-code-research/references/source-structure.md +45 -0
  68. package/dist/template/.opencode/skill/stitch/SKILL.md +11 -1
  69. package/dist/template/.opencode/skill/structured-edit/SKILL.md +13 -0
  70. package/dist/template/.opencode/skill/subagent-driven-development/SKILL.md +13 -14
  71. package/dist/template/.opencode/skill/supabase/SKILL.md +11 -1
  72. package/dist/template/.opencode/skill/supabase-postgres-best-practices/SKILL.md +23 -15
  73. package/dist/template/.opencode/skill/swarm-coordination/SKILL.md +23 -923
  74. package/dist/template/.opencode/skill/swarm-coordination/references/architecture.md +39 -0
  75. package/dist/template/.opencode/skill/swarm-coordination/references/delegation-worker-protocol.md +145 -0
  76. package/dist/template/.opencode/skill/swarm-coordination/references/dependency-graph.md +50 -0
  77. package/dist/template/.opencode/skill/swarm-coordination/references/drift-check.md +90 -0
  78. package/dist/template/.opencode/skill/swarm-coordination/references/integration-beads.md +20 -0
  79. package/dist/template/.opencode/skill/swarm-coordination/references/launch-flow.md +186 -0
  80. package/dist/template/.opencode/skill/swarm-coordination/references/reconciler.md +172 -0
  81. package/dist/template/.opencode/skill/swarm-coordination/references/tier-enforcement.md +78 -0
  82. package/dist/template/.opencode/skill/swarm-coordination/references/tmux-integration.md +134 -0
  83. package/dist/template/.opencode/skill/swift-concurrency/SKILL.md +22 -2
  84. package/dist/template/.opencode/skill/swiftui-expert-skill/SKILL.md +58 -19
  85. package/dist/template/.opencode/skill/systematic-debugging/SKILL.md +25 -25
  86. package/dist/template/.opencode/skill/test-driven-development/SKILL.md +19 -15
  87. package/dist/template/.opencode/skill/testing-anti-patterns/SKILL.md +13 -0
  88. package/dist/template/.opencode/skill/testing-skills-with-subagents/SKILL.md +13 -15
  89. package/dist/template/.opencode/skill/tool-priority/SKILL.md +13 -0
  90. package/dist/template/.opencode/skill/ui-ux-research/SKILL.md +9 -3
  91. package/dist/template/.opencode/skill/using-git-worktrees/SKILL.md +11 -0
  92. package/dist/template/.opencode/skill/using-skills/SKILL.md +13 -0
  93. package/dist/template/.opencode/skill/v0/SKILL.md +11 -1
  94. package/dist/template/.opencode/skill/v1-run/SKILL.md +11 -1
  95. package/dist/template/.opencode/skill/vercel-deploy-claimable/SKILL.md +14 -2
  96. package/dist/template/.opencode/skill/verification-before-completion/SKILL.md +22 -0
  97. package/dist/template/.opencode/skill/visual-analysis/SKILL.md +9 -3
  98. package/dist/template/.opencode/skill/web-design-guidelines/SKILL.md +12 -5
  99. package/dist/template/.opencode/skill/writing-plans/SKILL.md +13 -0
  100. package/dist/template/.opencode/skill/writing-skills/SKILL.md +26 -421
  101. package/dist/template/.opencode/skill/writing-skills/references/anti-patterns.md +25 -0
  102. package/dist/template/.opencode/skill/writing-skills/references/claude-search-optimization.md +140 -0
  103. package/dist/template/.opencode/skill/writing-skills/references/discovery-workflow.md +11 -0
  104. package/dist/template/.opencode/skill/writing-skills/references/file-organization.md +32 -0
  105. package/dist/template/.opencode/skill/writing-skills/references/flowcharts-and-examples.md +57 -0
  106. package/dist/template/.opencode/skill/writing-skills/references/rationalization-hardening.md +75 -0
  107. package/dist/template/.opencode/skill/writing-skills/references/testing-skill-types.md +52 -0
  108. package/package.json +15 -4
package/dist/index.js CHANGED
@@ -18,7 +18,7 @@ var __require = /* @__PURE__ */ createRequire(import.meta.url);
18
18
 
19
19
  //#endregion
20
20
  //#region package.json
21
- var version = "0.18.1";
21
+ var version = "0.18.2";
22
22
 
23
23
  //#endregion
24
24
  //#region src/utils/errors.ts
Binary file
@@ -1,12 +1,13 @@
1
1
  ---
2
2
  name: accessibility-audit
3
3
  description: Use when auditing UI components or pages for accessibility compliance, checking WCAG conformance, identifying keyboard navigation issues, color contrast problems, and pre-launch accessibility verification
4
+ version: 1.0.0
5
+ tags: [ui, code-quality]
6
+ dependencies: []
4
7
  ---
5
8
 
6
9
  # Accessibility Audit Skill
7
10
 
8
- Audit UI accessibility against WCAG 2.1/2.2 guidelines.
9
-
10
11
  ## When to Use
11
12
 
12
13
  - Reviewing UI components for accessibility compliance
@@ -15,6 +16,11 @@ Audit UI accessibility against WCAG 2.1/2.2 guidelines.
15
16
  - Checking color contrast
16
17
  - Pre-launch accessibility verification
17
18
 
19
+ ## When NOT to Use
20
+
21
+ - Non-UI work where accessibility isn't applicable.
22
+
23
+
18
24
  ## Core Workflow
19
25
 
20
26
  ### Phase 1: Visual Accessibility Analysis
@@ -179,7 +185,7 @@ Save audit reports to `.opencode/memory/design/accessibility/`
179
185
 
180
186
  ## Related Skills
181
187
 
182
- | Need | Skill |
183
- | -------------- | --------------------- |
188
+ | Need | Skill |
189
+ | -------------- | ----------------- |
184
190
  | Design quality | `frontend-design` |
185
- | UI research | `ui-ux-research` |
191
+ | UI research | `ui-ux-research` |
@@ -1,12 +1,21 @@
1
1
  ---
2
2
  name: agent-browser
3
3
  description: Browser automation CLI for AI agents using Playwright
4
- version: 1
4
+ version: 1.0.0
5
+ tags: [automation, mcp]
6
+ dependencies: []
5
7
  ---
6
8
 
7
9
  # agent-browser
8
10
 
9
- Browser automation CLI for AI agents. Use when tasks require web browsing, scraping, form filling, or web interaction. Built on Playwright with Rust CLI + Node.js daemon architecture.
11
+ ## When to Use
12
+
13
+ - When you need Playwright-based browser automation via the agent-browser CLI.
14
+
15
+ ## When NOT to Use
16
+
17
+ - When MCP-based browser control is required instead of a CLI workflow.
18
+
10
19
 
11
20
  ## Installation
12
21
 
@@ -50,28 +59,33 @@ agent-browser get text @e1 # Get heading text
50
59
  Ref syntax: `@e1`, `e1`, or `ref=e1` all work.
51
60
 
52
61
  **Why refs?**
62
+
53
63
  - Deterministic: points to exact element from snapshot
54
64
  - Fast: no DOM re-query, uses cached role/name locator
55
65
  - AI-friendly: snapshot + ref workflow optimal for LLMs
56
66
 
57
67
  ### Interactive Roles (get refs automatically)
68
+
58
69
  `button`, `link`, `textbox`, `checkbox`, `radio`, `combobox`, `listbox`, `menuitem`, `option`, `searchbox`, `slider`, `spinbutton`, `switch`, `tab`, `treeitem`
59
70
 
60
71
  ### Content Roles (get refs when named)
72
+
61
73
  `heading`, `cell`, `gridcell`, `columnheader`, `rowheader`, `listitem`, `article`, `region`, `main`, `navigation`
62
74
 
63
75
  ## Commands
64
76
 
65
77
  ### Navigation
78
+
66
79
  ```bash
67
80
  agent-browser open <url> # Auto-prepends https:// if needed
68
81
  agent-browser back
69
- agent-browser forward
82
+ agent-browser forward
70
83
  agent-browser reload
71
84
  agent-browser close # Closes browser + daemon
72
85
  ```
73
86
 
74
87
  ### Interaction
88
+
75
89
  ```bash
76
90
  agent-browser click <sel> # Left click
77
91
  agent-browser dblclick <sel> # Double click
@@ -92,6 +106,7 @@ agent-browser upload <sel> <file1> [file2...]
92
106
  ```
93
107
 
94
108
  ### Get Info
109
+
95
110
  ```bash
96
111
  agent-browser get text <sel> # textContent
97
112
  agent-browser get html <sel> # innerHTML
@@ -104,6 +119,7 @@ agent-browser get box <sel> # Bounding box {x,y,width,height}
104
119
  ```
105
120
 
106
121
  ### Check State
122
+
107
123
  ```bash
108
124
  agent-browser is visible <sel>
109
125
  agent-browser is enabled <sel>
@@ -111,6 +127,7 @@ agent-browser is checked <sel>
111
127
  ```
112
128
 
113
129
  ### Snapshot Options
130
+
114
131
  ```bash
115
132
  agent-browser snapshot # Full accessibility tree
116
133
  agent-browser snapshot -i # Interactive elements only (buttons, inputs, links)
@@ -121,6 +138,7 @@ agent-browser snapshot -i -c -d 5 # Combine options
121
138
  ```
122
139
 
123
140
  ### Screenshots & PDF
141
+
124
142
  ```bash
125
143
  agent-browser screenshot [path] # PNG to stdout (base64) or file
126
144
  agent-browser screenshot --full # Full page screenshot
@@ -129,6 +147,7 @@ agent-browser pdf <path> # Save as PDF (format: Letter, A4, etc)
129
147
  ```
130
148
 
131
149
  ### Wait
150
+
132
151
  ```bash
133
152
  agent-browser wait <selector> # Wait for element visible
134
153
  agent-browser wait <ms> # Wait for time (numeric = milliseconds)
@@ -139,6 +158,7 @@ agent-browser wait --fn "window.ready === true" # Wait for JS condition
139
158
  ```
140
159
 
141
160
  ### Find (Semantic Locators)
161
+
142
162
  ```bash
143
163
  agent-browser find role button click --name "Submit"
144
164
  agent-browser find text "Sign In" click
@@ -155,6 +175,7 @@ agent-browser find nth 2 "a" text # Nth match (0-indexed)
155
175
  Actions: `click`, `fill`, `check`, `hover`, `text`
156
176
 
157
177
  ### Sessions (Isolated Browser Instances)
178
+
158
179
  ```bash
159
180
  agent-browser --session agent1 open site-a.com
160
181
  agent-browser --session agent2 open site-b.com
@@ -167,6 +188,7 @@ agent-browser session # Show current session
167
188
  Each session has: own browser, cookies/storage, navigation history, auth state.
168
189
 
169
190
  ### Storage & Cookies
191
+
170
192
  ```bash
171
193
  agent-browser cookies # Get all cookies
172
194
  agent-browser cookies set <name> <val>
@@ -180,6 +202,7 @@ agent-browser storage session # Same for sessionStorage
180
202
  ```
181
203
 
182
204
  ### Tabs & Windows
205
+
183
206
  ```bash
184
207
  agent-browser tab # List tabs
185
208
  agent-browser tab new [url] # New tab
@@ -189,18 +212,21 @@ agent-browser window new # New window (new context)
189
212
  ```
190
213
 
191
214
  ### Frames
215
+
192
216
  ```bash
193
217
  agent-browser frame <sel> # Switch to iframe by selector
194
218
  agent-browser frame main # Back to main frame
195
219
  ```
196
220
 
197
221
  ### Dialogs (alert/confirm/prompt)
222
+
198
223
  ```bash
199
224
  agent-browser dialog accept [text] # Accept (with optional prompt text)
200
225
  agent-browser dialog dismiss # Dismiss
201
226
  ```
202
227
 
203
228
  ### Network Interception
229
+
204
230
  ```bash
205
231
  agent-browser network route <url> # Intercept requests
206
232
  agent-browser network route <url> --abort # Block requests
@@ -211,6 +237,7 @@ agent-browser network requests --filter api # Filter by URL pattern
211
237
  ```
212
238
 
213
239
  ### Browser Settings
240
+
214
241
  ```bash
215
242
  agent-browser set viewport <w> <h>
216
243
  agent-browser set device "iPhone 14" # Emulate device
@@ -222,6 +249,7 @@ agent-browser set headers '{"X-Custom":"value"}'
222
249
  ```
223
250
 
224
251
  ### Debug & Tracing
252
+
225
253
  ```bash
226
254
  agent-browser --headed open <url> # Show browser window (not headless)
227
255
  agent-browser console # View console messages
@@ -235,12 +263,14 @@ agent-browser trace stop [path] # Stop and save trace
235
263
  ```
236
264
 
237
265
  ### Auth State Persistence
266
+
238
267
  ```bash
239
268
  agent-browser state save auth.json # Save cookies, localStorage, sessionStorage
240
269
  agent-browser state load auth.json # Load at next launch (must be at browser start)
241
270
  ```
242
271
 
243
272
  ### Mouse Control
273
+
244
274
  ```bash
245
275
  agent-browser mouse move <x> <y> # Move to coordinates
246
276
  agent-browser mouse down [button] # left|right|middle
@@ -250,15 +280,15 @@ agent-browser mouse wheel <dy> [dx] # Scroll wheel
250
280
 
251
281
  ## Options
252
282
 
253
- | Option | Description |
254
- |--------|-------------|
283
+ | Option | Description |
284
+ | ------------------ | ------------------------------------------------- |
255
285
  | `--session <name>` | Isolated session (or `AGENT_BROWSER_SESSION` env) |
256
- | `--json` | JSON output (for parsing) |
257
- | `--full, -f` | Full page screenshot |
258
- | `--headed` | Show browser window |
259
- | `--name, -n` | Locator name filter |
260
- | `--exact` | Exact text match |
261
- | `--debug` | Debug output |
286
+ | `--json` | JSON output (for parsing) |
287
+ | `--full, -f` | Full page screenshot |
288
+ | `--headed` | Show browser window |
289
+ | `--name, -n` | Locator name filter |
290
+ | `--exact` | Exact text match |
291
+ | `--debug` | Debug output |
262
292
 
263
293
  ## Selector Types
264
294
 
@@ -283,6 +313,7 @@ agent-browser is visible @e2 --json
283
313
  ## Patterns
284
314
 
285
315
  ### Login Flow
316
+
286
317
  ```bash
287
318
  agent-browser open https://example.com/login
288
319
  agent-browser snapshot -i
@@ -295,6 +326,7 @@ agent-browser state save auth.json # Persist auth for later
295
326
  ```
296
327
 
297
328
  ### Form Submission
329
+
298
330
  ```bash
299
331
  agent-browser open https://example.com/form
300
332
  agent-browser snapshot -i --json
@@ -308,6 +340,7 @@ agent-browser wait --text "Success"
308
340
  ```
309
341
 
310
342
  ### Scraping Data
343
+
311
344
  ```bash
312
345
  agent-browser open https://example.com/data
313
346
  agent-browser snapshot
@@ -318,6 +351,7 @@ agent-browser eval "JSON.stringify([...document.querySelectorAll('.price')].map(
318
351
  ```
319
352
 
320
353
  ### Multi-page Navigation
354
+
321
355
  ```bash
322
356
  agent-browser open https://example.com
323
357
  agent-browser snapshot -i
@@ -327,6 +361,7 @@ agent-browser snapshot -i # Fresh snapshot for new page
327
361
  ```
328
362
 
329
363
  ### Parallel Browser Sessions
364
+
330
365
  ```bash
331
366
  # Terminal 1
332
367
  agent-browser --session scraper1 open https://site-a.com
@@ -338,6 +373,7 @@ agent-browser --session scraper2 snapshot -i
338
373
  ```
339
374
 
340
375
  ### Mock API Response
376
+
341
377
  ```bash
342
378
  agent-browser network route "**/api/users" --body '[{"id":1,"name":"Mock User"}]'
343
379
  agent-browser open https://example.com # App sees mocked data
@@ -345,6 +381,7 @@ agent-browser network unroute "**/api/users"
345
381
  ```
346
382
 
347
383
  ### Handle File Downloads
384
+
348
385
  ```bash
349
386
  agent-browser open https://example.com/downloads
350
387
  agent-browser snapshot -i
@@ -367,10 +404,10 @@ Default timeout: 10 seconds (Playwright default is 30s). Commands will fail afte
367
404
 
368
405
  ## Browser Support
369
406
 
370
- | Platform | Binary | Fallback |
371
- |----------|--------|----------|
372
- | macOS ARM64 | Native Rust | Node.js |
373
- | macOS x64 | Native Rust | Node.js |
374
- | Linux ARM64 | Native Rust | Node.js |
375
- | Linux x64 | Native Rust | Node.js |
376
- | Windows | - | Node.js |
407
+ | Platform | Binary | Fallback |
408
+ | ----------- | ----------- | -------- |
409
+ | macOS ARM64 | Native Rust | Node.js |
410
+ | macOS x64 | Native Rust | Node.js |
411
+ | Linux ARM64 | Native Rust | Node.js |
412
+ | Linux x64 | Native Rust | Node.js |
413
+ | Windows | - | Node.js |
@@ -6,11 +6,22 @@ description: >
6
6
  Covers team configuration, task distribution, coordination patterns, and best practices.
7
7
  version: "1.0.0"
8
8
  license: MIT
9
+ tags: [agent-coordination, workflow]
10
+ dependencies: []
9
11
  ---
10
12
 
11
13
  # Agent Teams - Multi-Agent Team Coordination
12
14
 
13
- Coordinate multiple agents working as a team under a lead agent. Unlike subagents (fire-and-forget), teams enable continuous coordination, shared context, and dynamic task reassignment.
15
+ ## When to Use
16
+
17
+ - Parallel research, review, or competing approaches that need coordination
18
+ - Tasks benefit from shared findings and a lead coordinating teammates
19
+
20
+ ## When NOT to Use
21
+
22
+ - Single-agent tasks or tightly coupled edits where coordination overhead is wasteful
23
+ - Simple parallel work that can use fire-and-forget subagents instead
24
+
14
25
 
15
26
  ## Overview
16
27
 
@@ -1,11 +1,21 @@
1
1
  ---
2
2
  name: augment-context-engine
3
3
  description: Semantic codebase search via Augment Context Engine MCP. Use when you need to understand code relationships, find relevant implementations, or explore unfamiliar codebases beyond keyword matching.
4
+ version: 1.0.0
5
+ tags: [research, context]
6
+ dependencies: []
4
7
  ---
5
8
 
6
9
  # Augment Context Engine (MCP)
7
10
 
8
- Semantic code search powered by Augment's Context Engine. Unlike grep (text matching), this understands code meaning, relationships, and cross-file dependencies.
11
+ ## When to Use
12
+
13
+ - When you need semantic search to understand code relationships or find implementations beyond keyword matching.
14
+
15
+ ## When NOT to Use
16
+
17
+ - When exact string matching or known file paths can be handled by grep/read/LSP locally.
18
+
9
19
 
10
20
  ## Available Tools
11
21