@vincemakes/kiso-task-ext 0.31.1 → 0.32.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * kiso (foundation) official task extension — ⑥: long-horizon working memory,
2
+ * kiso official task extension — ⑥: long-horizon working memory,
3
3
  * kernel untouched.
4
4
  *
5
5
  * task_set is a WHOLE-TABLE REPLACE (the CC whole-table-replace shape): the model
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vincemakes/kiso-task-ext",
3
- "version": "0.31.1",
3
+ "version": "0.32.0",
4
4
  "description": "kiso official task extension — long-horizon working memory (task_set), kernel untouched",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -23,7 +23,7 @@
23
23
  "test": "vitest run"
24
24
  },
25
25
  "devDependencies": {
26
- "@vincemakes/kiso-core": "0.31.1",
26
+ "@vincemakes/kiso-core": "0.32.0",
27
27
  "@types/node": "^26.1.2",
28
28
  "typescript": "^5.7.2",
29
29
  "vitest": "^3.0.0"