speccore 5.67.65 → 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.
Files changed (2) hide show
  1. package/README.md +5 -5
  2. 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 my-project --owner luzhaosheng # 创建迭代
35
- speccore task new -n "用户登录" --topic user-login -i my-project # 创建任务
36
- speccore context --set --iteration Iteration-001-my-project # 切换上下文
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)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "speccore",
3
- "version": "5.67.65",
3
+ "version": "5.67.66",
4
4
  "description": "SpecCore - Code by Spec, Not by Vibe.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",