maskweaver 0.9.7 → 0.9.8

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.
@@ -34,6 +34,13 @@ const REMOVED_WEAVE_COMMAND_FILES = [
34
34
  'weave-task.md',
35
35
  'weave-task-auto.md',
36
36
  'wave-task-auto.md',
37
+ 'weave-approve-plan.md',
38
+ 'weave-design.md',
39
+ 'weave-flow.md',
40
+ 'weave-plan.md',
41
+ 'weave-research.md',
42
+ 'weave-spec.md',
43
+ 'weave-switch.md',
37
44
  ];
38
45
  function getAssetsDir() {
39
46
  try {
package/dist/version.d.ts CHANGED
@@ -1,2 +1,2 @@
1
- export declare const VERSION = "0.9.7";
1
+ export declare const VERSION = "0.9.8";
2
2
  export declare function getVersionString(): string;
package/dist/version.js CHANGED
@@ -1,4 +1,4 @@
1
- export const VERSION = '0.9.7';
1
+ export const VERSION = '0.9.8';
2
2
  export function getVersionString() {
3
3
  return `Maskweaver v${VERSION}`;
4
4
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "maskweaver",
3
- "version": "0.9.7",
3
+ "version": "0.9.8",
4
4
  "description": "AI Expert Persona System - Give your AI coding assistant expert personalities (가면술사)",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -138,11 +138,11 @@
138
138
  "@rollup/rollup-win32-x64-msvc": "^4.57.1",
139
139
  "@types/better-sqlite3": "^7.6.13",
140
140
  "@types/node": "^20.0.0",
141
- "better-sqlite3": "^12.6.2",
141
+ "better-sqlite3": "^12.9.0",
142
142
  "typescript": "^5.3.0",
143
143
  "vitest": "^4.0.18"
144
144
  },
145
145
  "optionalDependencies": {
146
- "better-sqlite3": "^9.6.0"
146
+ "better-sqlite3": "^12.9.0"
147
147
  }
148
148
  }