speccore 5.67.64 → 5.67.66
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/README.md +5 -5
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
|
|
31
31
|
```bash
|
|
32
32
|
npm install -g speccore
|
|
33
|
-
speccore init
|
|
34
|
-
speccore iteration create -n Q1 --topic
|
|
35
|
-
speccore task new -n "用户登录" --topic user-login -i
|
|
36
|
-
speccore context --set --iteration Iteration-001-
|
|
37
|
-
speccore dashboard
|
|
33
|
+
speccore init # 初始化项目(CLI)
|
|
34
|
+
speccore iteration create -n Q1 --topic meeting-system --owner luzhaosheng # 创建迭代(CLI)
|
|
35
|
+
speccore task new -n "用户登录" --topic user-login -i meeting-system # 创建任务(CLI)
|
|
36
|
+
speccore context --set --iteration Iteration-001-meeting-system # 切换上下文(CLI)
|
|
37
|
+
speccore dashboard # 查看仪表盘(CLI)
|
|
38
38
|
```
|
|
39
39
|
|
|
40
40
|
> 💡 **AI 命令**(在 WorkBuddy/Trae/Qcoder 中通过 `@spec-ask` 或 `/spec-ask` 使用):分析需求、制定计划、执行开发。详见 [AGENTS.md](./AGENTS.md)。
|