sillyspec 3.7.23 → 3.7.25

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 (2) hide show
  1. package/package.json +1 -1
  2. package/src/init.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sillyspec",
3
- "version": "3.7.23",
3
+ "version": "3.7.25",
4
4
  "description": "SillySpec CLI — 流程状态机,让 AI 严格按步骤来",
5
5
  "icon": "logo.jpg",
6
6
  "homepage": "https://sillyspec.ppdmq.top/",
package/src/init.js CHANGED
@@ -156,7 +156,7 @@ async function doInstall(projectDir, tools, isWorkspace, subprojects = []) {
156
156
  const progressPath = join(runtimeDir, 'progress.json');
157
157
  if (!existsSync(progressPath)) {
158
158
  const pm = new ProgressManager();
159
- pm.init(dir);
159
+ pm.init(projectDir);
160
160
  }
161
161
 
162
162
  // 创建初始 user-inputs.md