@wrongstack/tools 0.308.7 → 0.309.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.js CHANGED
@@ -25425,13 +25425,7 @@ function broadcastTodoUpdate(context, todos) {
25425
25425
  to: `@session:${sessionId}`,
25426
25426
  type: "status",
25427
25427
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
25428
- body: JSON.stringify({
25429
- kind: "kanban.todos.updated",
25430
- sessionId,
25431
- revision: context.state.revision,
25432
- todoCount: todos.length,
25433
- statusCounts
25434
- }),
25428
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
25435
25429
  priority: "normal",
25436
25430
  senderSessionId: sessionId
25437
25431
  }).catch(() => {
package/dist/index.js CHANGED
@@ -25594,13 +25594,7 @@ function broadcastTodoUpdate(context, todos) {
25594
25594
  to: `@session:${sessionId}`,
25595
25595
  type: "status",
25596
25596
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
25597
- body: JSON.stringify({
25598
- kind: "kanban.todos.updated",
25599
- sessionId,
25600
- revision: context.state.revision,
25601
- todoCount: todos.length,
25602
- statusCounts
25603
- }),
25597
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
25604
25598
  priority: "normal",
25605
25599
  senderSessionId: sessionId
25606
25600
  }).catch(() => {
package/dist/pack.js CHANGED
@@ -25425,13 +25425,7 @@ function broadcastTodoUpdate(context, todos) {
25425
25425
  to: `@session:${sessionId}`,
25426
25426
  type: "status",
25427
25427
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
25428
- body: JSON.stringify({
25429
- kind: "kanban.todos.updated",
25430
- sessionId,
25431
- revision: context.state.revision,
25432
- todoCount: todos.length,
25433
- statusCounts
25434
- }),
25428
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
25435
25429
  priority: "normal",
25436
25430
  senderSessionId: sessionId
25437
25431
  }).catch(() => {
package/dist/plan.js CHANGED
@@ -226,13 +226,7 @@ function broadcastTodoUpdate(context, todos) {
226
226
  to: `@session:${sessionId}`,
227
227
  type: "status",
228
228
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
229
- body: JSON.stringify({
230
- kind: "kanban.todos.updated",
231
- sessionId,
232
- revision: context.state.revision,
233
- todoCount: todos.length,
234
- statusCounts
235
- }),
229
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
236
230
  priority: "normal",
237
231
  senderSessionId: sessionId
238
232
  }).catch(() => {
@@ -213,13 +213,7 @@ function broadcastTodoUpdate(context, todos) {
213
213
  to: `@session:${sessionId}`,
214
214
  type: "status",
215
215
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
216
- body: JSON.stringify({
217
- kind: "kanban.todos.updated",
218
- sessionId,
219
- revision: context.state.revision,
220
- todoCount: todos.length,
221
- statusCounts
222
- }),
216
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
223
217
  priority: "normal",
224
218
  senderSessionId: sessionId
225
219
  }).catch(() => {
package/dist/task.js CHANGED
@@ -186,13 +186,7 @@ function broadcastTodoUpdate(context, todos) {
186
186
  to: `@session:${sessionId}`,
187
187
  type: "status",
188
188
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
189
- body: JSON.stringify({
190
- kind: "kanban.todos.updated",
191
- sessionId,
192
- revision: context.state.revision,
193
- todoCount: todos.length,
194
- statusCounts
195
- }),
189
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
196
190
  priority: "normal",
197
191
  senderSessionId: sessionId
198
192
  }).catch(() => {
package/dist/todo.js CHANGED
@@ -335,13 +335,7 @@ function broadcastTodoUpdate(context, todos) {
335
335
  to: `@session:${sessionId}`,
336
336
  type: "status",
337
337
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
338
- body: JSON.stringify({
339
- kind: "kanban.todos.updated",
340
- sessionId,
341
- revision: context.state.revision,
342
- todoCount: todos.length,
343
- statusCounts
344
- }),
338
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
345
339
  priority: "normal",
346
340
  senderSessionId: sessionId
347
341
  }).catch(() => {
package/dist/tool-tier.js CHANGED
@@ -25425,13 +25425,7 @@ function broadcastTodoUpdate(context, todos) {
25425
25425
  to: `@session:${sessionId}`,
25426
25426
  type: "status",
25427
25427
  subject: `Kanban todo list updated (${todos.length} item${todos.length === 1 ? "" : "s"})`,
25428
- body: JSON.stringify({
25429
- kind: "kanban.todos.updated",
25430
- sessionId,
25431
- revision: context.state.revision,
25432
- todoCount: todos.length,
25433
- statusCounts
25434
- }),
25428
+ body: `Shared Kanban board synced this session's todo list: ${todos.length} item${todos.length === 1 ? "" : "s"} \u2014 ${statusCounts.completed} completed, ${statusCounts.inProgress} in progress, ${statusCounts.pending} pending.`,
25435
25429
  priority: "normal",
25436
25430
  senderSessionId: sessionId
25437
25431
  }).catch(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wrongstack/tools",
3
- "version": "0.308.7",
3
+ "version": "0.309.0",
4
4
  "license": "MIT",
5
5
  "description": "WrongStack built-in tools: read/write/edit, bash/exec, grep/glob, git, fetch, test, lint, and more.",
6
6
  "repository": {
@@ -253,9 +253,9 @@
253
253
  "turndown": "^7.2.4",
254
254
  "undici": "^8.10.0",
255
255
  "web-tree-sitter": "0.26.12",
256
- "@wrongstack/core": "0.308.7",
257
- "@wrongstack/persistence": "0.308.7",
258
- "@wrongstack/kanban": "0.308.7"
256
+ "@wrongstack/core": "0.309.0",
257
+ "@wrongstack/persistence": "0.309.0",
258
+ "@wrongstack/kanban": "0.309.0"
259
259
  },
260
260
  "devDependencies": {
261
261
  "@types/node": "^26.2.0",