@wrongstack/tools 0.310.1 → 0.313.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.
- package/dist/_shell-pick.d.ts +5 -10
- package/dist/audit.js +10 -4055
- package/dist/bash.js +9 -2332
- package/dist/batch-tool-use.js +2 -187
- package/dist/browser/index.js +25 -1339
- package/dist/builtin.js +69 -33985
- package/dist/chunk-2CTB3UK5.js +197 -0
- package/dist/chunk-2ME7ZWDD.js +1272 -0
- package/dist/chunk-2TFQDEPU.js +113 -0
- package/dist/chunk-2ZCJNKFE.js +315 -0
- package/dist/chunk-3PVYQFRQ.js +472 -0
- package/dist/chunk-3QMQBO5Z.js +89 -0
- package/dist/chunk-42AKKX7O.js +385 -0
- package/dist/chunk-42SKEETB.js +113 -0
- package/dist/chunk-4BHUSMNL.js +104 -0
- package/dist/chunk-4I4LWFOO.js +431 -0
- package/dist/chunk-553IQUMO.js +478 -0
- package/dist/chunk-55KF77OK.js +1944 -0
- package/dist/chunk-6HLZK37X.js +359 -0
- package/dist/chunk-6RNIFLG4.js +305 -0
- package/dist/chunk-A6BRWIXN.js +317 -0
- package/dist/chunk-AHHDWNXC.js +200 -0
- package/dist/chunk-B2CIOKWP.js +899 -0
- package/dist/chunk-BTSFTGIL.js +7 -0
- package/dist/chunk-D33S4RQG.js +222 -0
- package/dist/chunk-DIJKHSUO.js +134 -0
- package/dist/chunk-DPL47QGS.js +3515 -0
- package/dist/chunk-EMRGN4KM.js +170 -0
- package/dist/chunk-FGOABE4Z.js +955 -0
- package/dist/chunk-FW65TP4G.js +520 -0
- package/dist/chunk-GOIZNNOA.js +221 -0
- package/dist/chunk-H5MJUAA6.js +295 -0
- package/dist/chunk-H5OHH6F4.js +223 -0
- package/dist/chunk-HC5RM4WY.js +199 -0
- package/dist/chunk-HEQFMLZ7.js +190 -0
- package/dist/chunk-HFXSNKCV.js +196 -0
- package/dist/chunk-HXSBQ2SE.js +1723 -0
- package/dist/chunk-ILESNGNM.js +163 -0
- package/dist/chunk-INF5CGAO.js +137 -0
- package/dist/chunk-IWDFZ6XR.js +337 -0
- package/dist/chunk-IXMNTNW5.js +238 -0
- package/dist/chunk-J4SRJKBW.js +428 -0
- package/dist/chunk-J5SKD6LN.js +235 -0
- package/dist/chunk-JRJJX3L5.js +424 -0
- package/dist/chunk-KXNDHMUB.js +366 -0
- package/dist/chunk-LIJQMYYX.js +59 -0
- package/dist/chunk-MAN26PZ5.js +260 -0
- package/dist/chunk-MKRQMLZA.js +474 -0
- package/dist/chunk-NBDZMMG2.js +169 -0
- package/dist/chunk-NHA6BEIH.js +101 -0
- package/dist/chunk-OA6YJIWL.js +4412 -0
- package/dist/chunk-OZC255IC.js +2830 -0
- package/dist/chunk-PUR6WU2B.js +154 -0
- package/dist/chunk-Q5JPPCZC.js +12 -0
- package/dist/chunk-QBV725YG.js +128 -0
- package/dist/chunk-QHVW4AAM.js +892 -0
- package/dist/chunk-QNJ7AQ4B.js +1000 -0
- package/dist/chunk-RGISBZBD.js +231 -0
- package/dist/chunk-RJZQWEMS.js +84 -0
- package/dist/chunk-RP2ZA47V.js +15 -0
- package/dist/chunk-RXISBFR5.js +315 -0
- package/dist/chunk-S5CCLZL3.js +99 -0
- package/dist/chunk-TVTCSBJF.js +122 -0
- package/dist/chunk-U4D5S3VQ.js +21 -0
- package/dist/chunk-U4VAATKP.js +193 -0
- package/dist/chunk-UKU2ZX4C.js +203 -0
- package/dist/chunk-UNSKG6DC.js +159 -0
- package/dist/chunk-URFKEIHM.js +1091 -0
- package/dist/chunk-UTV7YAW7.js +178 -0
- package/dist/chunk-V43EQ6VR.js +68 -0
- package/dist/chunk-VB3MJGCV.js +610 -0
- package/dist/chunk-WHIIIREL.js +223 -0
- package/dist/chunk-XMIFYKUT.js +1371 -0
- package/dist/chunk-YF2RSV34.js +54 -0
- package/dist/chunk-Z6DAKQ3U.js +1 -0
- package/dist/chunk-ZIGAZFWE.js +522 -0
- package/dist/circuit-breaker.js +3 -191
- package/dist/codebase-index/index.js +84 -13688
- package/dist/codebase-index/parser-worker-script.js +8 -3995
- package/dist/codebase-index/project-server.js +60 -8548
- package/dist/codebase-index/worker.js +20 -8416
- package/dist/design.js +2 -299
- package/dist/diff.js +4 -256
- package/dist/document.js +4 -222
- package/dist/e2e.js +5 -476
- package/dist/edit.js +14 -10200
- package/dist/exec.js +16 -3131
- package/dist/fetch.js +8 -398
- package/dist/format.js +10 -3750
- package/dist/generic-parser-VUXDIAOZ.js +13 -0
- package/dist/git.js +4 -380
- package/dist/glob.js +6 -280
- package/dist/go-parser-6CA77WZ4.js +469 -0
- package/dist/grep.js +7 -604
- package/dist/index.js +318 -35423
- package/dist/install.js +10 -4091
- package/dist/json-parser-7YMDJSBJ.js +213 -0
- package/dist/json.js +4 -665
- package/dist/kanban.js +3 -2096
- package/dist/languages/index.js +23 -4664
- package/dist/legacy-bridge-7UKZT46G.js +18 -0
- package/dist/lint.js +10 -3706
- package/dist/logs.js +4 -287
- package/dist/memory.js +6 -215
- package/dist/mode.js +3 -99
- package/dist/outdated.js +4 -5170
- package/dist/pack.js +65 -33933
- package/dist/parser-dispatch-VPOFDO2U.js +14 -0
- package/dist/patch.js +13 -9935
- package/dist/plan.js +5 -3286
- package/dist/process-registry.js +8 -651
- package/dist/ps-slash.js +12 -1439
- package/dist/py-parser-GPM5VYRG.js +16 -0
- package/dist/read.js +13 -9816
- package/dist/replace.js +15 -10014
- package/dist/rs-parser-WVQ4KYCX.js +81 -0
- package/dist/scaffold.js +4 -253
- package/dist/search.js +5 -585
- package/dist/session-kanban.js +30 -972
- package/dist/skill.js +2 -215
- package/dist/task.js +5 -3410
- package/dist/test.js +10 -3773
- package/dist/todo.js +4 -2891
- package/dist/tool-help.js +3 -123
- package/dist/tool-search.js +3 -79
- package/dist/tool-tier.js +68 -34020
- package/dist/tool-use.js +2 -93
- package/dist/tree-sitter-parser-YCILHGZD.js +17 -0
- package/dist/tree.js +4 -288
- package/dist/ts-parser-YH4ZMWMH.js +232 -0
- package/dist/typecheck.js +10 -3753
- package/dist/win32.js +6 -60
- package/dist/write.js +14 -9882
- package/dist/yaml-parser-GFAOKV53.js +157 -0
- package/package.json +5 -5
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
// src/memory.ts
|
|
2
|
+
import { ToolValidationError } from "@wrongstack/core/types";
|
|
3
|
+
function rememberTool(memory) {
|
|
4
|
+
return {
|
|
5
|
+
name: "remember",
|
|
6
|
+
category: "Session",
|
|
7
|
+
description: "Persist facts, conventions, decisions, and preferences into long-term memory. Memories survive restarts and are scored for relevance in future sessions.",
|
|
8
|
+
usageHint: "Persist facts, conventions, decisions, and preferences into long-term memory.\n\nWHEN TO USE:\n- Project conventions discovered during a task (build tool, lint rules, code style)\n- Architecture decisions made (chose X over Y, decided to use pattern Z)\n- User preferences expressed (prefers short names, always uses pnpm)\n- Anti-patterns identified (never do X, avoid pattern Y)\n- File/location references useful across sessions\n\nWHEN NOT TO USE:\n- Temporary task state or progress \u2192 use `todo`\n- One-off debugging notes\n- Information already obvious from the codebase\n\nAlways include `type` and `priority`. Use 1-3 `tags` for grouping.\nBetter to remember a fact now than rediscover it next session.",
|
|
9
|
+
permission: "confirm",
|
|
10
|
+
mutating: true,
|
|
11
|
+
timeoutMs: 2e3,
|
|
12
|
+
capabilities: ["memory.write"],
|
|
13
|
+
icon: "settings",
|
|
14
|
+
inputSchema: {
|
|
15
|
+
type: "object",
|
|
16
|
+
properties: {
|
|
17
|
+
text: {
|
|
18
|
+
type: "string",
|
|
19
|
+
description: "The fact or note to remember. Keep it concise and factual."
|
|
20
|
+
},
|
|
21
|
+
scope: {
|
|
22
|
+
type: "string",
|
|
23
|
+
enum: ["project-agents", "project-memory", "user-memory"],
|
|
24
|
+
description: "Where to store it: project-memory (shared), user-memory (personal), or project-agents."
|
|
25
|
+
},
|
|
26
|
+
type: {
|
|
27
|
+
type: "string",
|
|
28
|
+
enum: ["fact", "decision", "convention", "preference", "reference", "anti_pattern"],
|
|
29
|
+
description: "Category for filtering and relevance scoring."
|
|
30
|
+
},
|
|
31
|
+
tags: {
|
|
32
|
+
type: "array",
|
|
33
|
+
items: { type: "string" },
|
|
34
|
+
description: "Hashtag-style tags for grouping and search."
|
|
35
|
+
},
|
|
36
|
+
priority: {
|
|
37
|
+
type: "string",
|
|
38
|
+
enum: ["critical", "high", "medium", "low"],
|
|
39
|
+
description: "Priority level. Critical = always injected into context."
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
required: ["text"]
|
|
43
|
+
},
|
|
44
|
+
async execute(input) {
|
|
45
|
+
if (!input?.text) {
|
|
46
|
+
throw new ToolValidationError({
|
|
47
|
+
message: "remember: text is required",
|
|
48
|
+
field: "text"
|
|
49
|
+
});
|
|
50
|
+
}
|
|
51
|
+
const scope = input.scope ?? "project-memory";
|
|
52
|
+
await memory.remember(input.text, scope, {
|
|
53
|
+
type: input.type,
|
|
54
|
+
tags: input.tags,
|
|
55
|
+
priority: input.priority
|
|
56
|
+
});
|
|
57
|
+
return { ok: true, scope };
|
|
58
|
+
}
|
|
59
|
+
};
|
|
60
|
+
}
|
|
61
|
+
function forgetTool(memory) {
|
|
62
|
+
return {
|
|
63
|
+
name: "forget",
|
|
64
|
+
category: "Session",
|
|
65
|
+
description: "Remove memory entries that contain the given substring (case-insensitive). Use with caution. Pass `dry_run: true` to preview the matching entries (capped at 20) without deleting anything.",
|
|
66
|
+
usageHint: "This permanently deletes matching memories in the chosen scope.\n- Provide a reasonably specific `query` to avoid deleting unrelated memories.\n- Always double-check before calling with broad queries \u2014 `dry_run: true` previews the matches without deleting.\n- Use `remember` + `forget` together to maintain clean long-term memory.",
|
|
67
|
+
permission: "confirm",
|
|
68
|
+
// WS-046: gives permission decisions something to key on — the substring
|
|
69
|
+
// being forgotten.
|
|
70
|
+
subjectKey: "query",
|
|
71
|
+
mutating: true,
|
|
72
|
+
timeoutMs: 2e3,
|
|
73
|
+
capabilities: ["memory.delete"],
|
|
74
|
+
icon: "settings",
|
|
75
|
+
inputSchema: {
|
|
76
|
+
type: "object",
|
|
77
|
+
properties: {
|
|
78
|
+
query: { type: "string" },
|
|
79
|
+
scope: { type: "string", enum: ["project-agents", "project-memory", "user-memory"] },
|
|
80
|
+
dry_run: {
|
|
81
|
+
type: "boolean",
|
|
82
|
+
description: "When true, return the matched entries (capped at 20) WITHOUT deleting them. Default false."
|
|
83
|
+
}
|
|
84
|
+
},
|
|
85
|
+
required: ["query"]
|
|
86
|
+
},
|
|
87
|
+
async execute(input) {
|
|
88
|
+
if (!input?.query) {
|
|
89
|
+
throw new ToolValidationError({
|
|
90
|
+
message: "forget: query is required",
|
|
91
|
+
field: "query"
|
|
92
|
+
});
|
|
93
|
+
}
|
|
94
|
+
const scope = input.scope ?? "project-memory";
|
|
95
|
+
if (input.dry_run) {
|
|
96
|
+
const entries = await memory.list(scope);
|
|
97
|
+
const needle = input.query.toLowerCase();
|
|
98
|
+
const matching = entries.filter((entry) => entry.text.toLowerCase().includes(needle));
|
|
99
|
+
return {
|
|
100
|
+
removed: 0,
|
|
101
|
+
scope,
|
|
102
|
+
dryRun: true,
|
|
103
|
+
matched: matching.length,
|
|
104
|
+
matches: matching.slice(0, 20).map((entry) => entry.text)
|
|
105
|
+
};
|
|
106
|
+
}
|
|
107
|
+
const removed = await memory.forget(input.query, scope);
|
|
108
|
+
return { removed, scope };
|
|
109
|
+
}
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
function searchMemoryTool(memory) {
|
|
113
|
+
return {
|
|
114
|
+
name: "search_memory",
|
|
115
|
+
category: "Session",
|
|
116
|
+
description: "Search memory entries by content. With the default backend this does substring matching; semantic/graph backends use embedding similarity or graph traversal.",
|
|
117
|
+
usageHint: "Search long-term memory for relevant facts, conventions, or decisions.\n- Returns results ordered by relevance (newest-first for default, similarity for semantic).\n- Use before starting a task to recall project conventions and past decisions.\n- `limit` caps results (default 5, max 20).",
|
|
118
|
+
permission: "auto",
|
|
119
|
+
mutating: false,
|
|
120
|
+
timeoutMs: 2e3,
|
|
121
|
+
capabilities: ["memory.read"],
|
|
122
|
+
inputSchema: {
|
|
123
|
+
type: "object",
|
|
124
|
+
properties: {
|
|
125
|
+
query: {
|
|
126
|
+
type: "string",
|
|
127
|
+
description: "Search query \u2014 words or phrase to find in memory."
|
|
128
|
+
},
|
|
129
|
+
scope: {
|
|
130
|
+
type: "string",
|
|
131
|
+
enum: ["project-agents", "project-memory", "user-memory"],
|
|
132
|
+
description: "Which scope to search. Defaults to project-memory."
|
|
133
|
+
},
|
|
134
|
+
limit: {
|
|
135
|
+
type: "number",
|
|
136
|
+
description: "Maximum results to return (default 5, max 20)."
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
required: ["query"]
|
|
140
|
+
},
|
|
141
|
+
async execute(input) {
|
|
142
|
+
if (!input?.query) {
|
|
143
|
+
throw new ToolValidationError({
|
|
144
|
+
message: "search_memory: query is required",
|
|
145
|
+
field: "query"
|
|
146
|
+
});
|
|
147
|
+
}
|
|
148
|
+
const scope = input.scope ?? "project-memory";
|
|
149
|
+
const limit = Math.min(input.limit ?? 5, 20);
|
|
150
|
+
const entries = await memory.search(input.query, scope, limit);
|
|
151
|
+
return {
|
|
152
|
+
results: entries.map((e) => ({
|
|
153
|
+
text: e.text,
|
|
154
|
+
ts: e.ts,
|
|
155
|
+
scope: e.scope,
|
|
156
|
+
type: e.type,
|
|
157
|
+
tags: e.tags,
|
|
158
|
+
priority: e.priority
|
|
159
|
+
}))
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
};
|
|
163
|
+
}
|
|
164
|
+
function relatedMemoryTool(memory) {
|
|
165
|
+
return {
|
|
166
|
+
name: "find_related_memories",
|
|
167
|
+
category: "Session",
|
|
168
|
+
description: "Find memories related to the given text via graph traversal. Only available with graph backends; falls back to content search with file backends.",
|
|
169
|
+
usageHint: "Discover memories connected to a topic through co-occurrence or similarity edges.\n- Useful for exploring what else the project knows about a given concept.\n- Falls back to content search when no graph backend is configured.\n- `limit` caps results (default 5, max 20).",
|
|
170
|
+
permission: "auto",
|
|
171
|
+
mutating: false,
|
|
172
|
+
timeoutMs: 2e3,
|
|
173
|
+
capabilities: ["memory.read"],
|
|
174
|
+
inputSchema: {
|
|
175
|
+
type: "object",
|
|
176
|
+
properties: {
|
|
177
|
+
text: {
|
|
178
|
+
type: "string",
|
|
179
|
+
description: "Text to find related memories for."
|
|
180
|
+
},
|
|
181
|
+
scope: {
|
|
182
|
+
type: "string",
|
|
183
|
+
enum: ["project-agents", "project-memory", "user-memory"],
|
|
184
|
+
description: "Which scope to search. Defaults to project-memory."
|
|
185
|
+
},
|
|
186
|
+
limit: {
|
|
187
|
+
type: "number",
|
|
188
|
+
description: "Maximum results to return (default 5, max 20)."
|
|
189
|
+
}
|
|
190
|
+
},
|
|
191
|
+
required: ["text"]
|
|
192
|
+
},
|
|
193
|
+
async execute(input) {
|
|
194
|
+
if (!input?.text) {
|
|
195
|
+
throw new ToolValidationError({
|
|
196
|
+
message: "find_related_memories: text is required",
|
|
197
|
+
field: "text"
|
|
198
|
+
});
|
|
199
|
+
}
|
|
200
|
+
const scope = input.scope ?? "project-memory";
|
|
201
|
+
const limit = Math.min(input.limit ?? 5, 20);
|
|
202
|
+
const entries = memory.findRelated ? await memory.findRelated(input.text, scope, limit) : await memory.search(input.text, scope, limit);
|
|
203
|
+
return {
|
|
204
|
+
results: entries.map((e) => ({
|
|
205
|
+
text: e.text,
|
|
206
|
+
ts: e.ts,
|
|
207
|
+
scope: e.scope,
|
|
208
|
+
type: e.type,
|
|
209
|
+
tags: e.tags,
|
|
210
|
+
priority: e.priority
|
|
211
|
+
}))
|
|
212
|
+
};
|
|
213
|
+
}
|
|
214
|
+
};
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
export {
|
|
218
|
+
rememberTool,
|
|
219
|
+
forgetTool,
|
|
220
|
+
searchMemoryTool,
|
|
221
|
+
relatedMemoryTool
|
|
222
|
+
};
|
|
223
|
+
//# sourceMappingURL=chunk-WHIIIREL.js.map
|