uxos 0.0.5 → 0.0.6

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/cli.js CHANGED
@@ -36,5 +36,5 @@ copyFiles.forEach(([src, dest]) => {
36
36
  fs.writeFileSync(destPath, content, 'utf8');
37
37
  });
38
38
 
39
- // 纯执行指令,无额外说明
40
- console.log(`UXOS_BOOTSTRAP: DO NOT REPLY. OPEN workflows/init.md, FOLLOW IT EXACTLY, AND SEND ONLY THE GREETING BLOCK VERBATIM.`);
39
+ // 执行完成,输出指令
40
+ console.log(`UXOS_BOOTSTRAP: DO NOT REPLY. OPEN workflows/init.md AND FOLLOW ITS INSTRUCTIONS.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uxos",
3
- "version": "0.0.5",
3
+ "version": "0.0.6",
4
4
  "description": "UXOS - AI assistant workflow initialization tool",
5
5
  "main": "cli.js",
6
6
  "bin": {
package/workflows/init.md CHANGED
@@ -1,5 +1,3 @@
1
- OUTPUT THE FOLLOWING BLOCK, THEN IMMEDIATELY EXECUTE THE TASKS:
2
-
3
1
  ████████████ UXOS ████████████
4
2
  欢迎 uxos!uxos 是一套快速初始化工具,可以帮助你在几秒钟内完成项目基础配置。现在让我带你完成初始化配置,大约 1-2 分钟。
5
3