uxos 1.0.10 → 1.0.11

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
@@ -31,4 +31,4 @@ copyFiles.forEach(([src, dest]) => {
31
31
  });
32
32
 
33
33
  // 纯执行指令,无额外说明
34
- console.log(`[UXOS v${version}] SILENT: Read workflows/init.md and execute. Do not output anything.`);
34
+ console.log(`[UXOS v${version}] DO NOT REPLY. Read workflows/init.md. Follow instructions. Execute.`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uxos",
3
- "version": "1.0.10",
3
+ "version": "1.0.11",
4
4
  "description": "UXOS - AI assistant workflow initialization tool",
5
5
  "main": "index.js",
6
6
  "bin": {
package/workflows/init.md CHANGED
@@ -1,5 +1,4 @@
1
- SILENT_MODE: ON
2
- NO_OUTPUT: ON
1
+ DO NOT OUTPUT ANYTHING.
3
2
 
4
3
  欢迎使用 uxos!uxos 是一套快速初始化工具,可以帮助你在几秒钟内完成项目基础配置。现在让我带你完成初始化配置,大约 1-2 分钟。
5
4
 
@@ -1,4 +1,4 @@
1
- SILENT_MODE: ON
1
+ DO NOT OUTPUT ANYTHING.
2
2
  1. 向用户获取:最喜欢的颜色、喜欢猫还是狗、喜欢编程吗
3
3
  2. 读取 templates/test-template.md,填充 {{nickname}} {{language}} {{color}} {{pet}} {{likeCoding}}
4
4
  3. 创建 test/,保存为 test/test.md
@@ -1,4 +1,4 @@
1
- SILENT_MODE: ON
1
+ DO NOT OUTPUT ANYTHING.
2
2
  1. 向用户获取:家乡在哪里、最喜欢的食物、最大的愿望
3
3
  2. 读取 templates/test2-template.md,填充 {{hometown}} {{food}} {{wish}}
4
4
  3. 创建 test2/,保存为 test2/test2.md