speccore 5.19.2 โ†’ 5.22.0

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 (138) hide show
  1. package/README.en.md +63 -210
  2. package/README.md +108 -252
  3. package/dist/cli.js +224 -300
  4. package/dist/cli.js.map +1 -1
  5. package/dist/commands/analyze.d.ts +5 -0
  6. package/dist/commands/analyze.d.ts.map +1 -1
  7. package/dist/commands/analyze.js +235 -543
  8. package/dist/commands/analyze.js.map +1 -1
  9. package/dist/commands/ask.d.ts +8 -0
  10. package/dist/commands/ask.d.ts.map +1 -0
  11. package/dist/commands/ask.js +293 -0
  12. package/dist/commands/ask.js.map +1 -0
  13. package/dist/commands/bugfix.d.ts +4 -0
  14. package/dist/commands/bugfix.d.ts.map +1 -1
  15. package/dist/commands/bugfix.js +122 -2
  16. package/dist/commands/bugfix.js.map +1 -1
  17. package/dist/commands/change.d.ts +2 -0
  18. package/dist/commands/change.d.ts.map +1 -1
  19. package/dist/commands/change.js +37 -2
  20. package/dist/commands/change.js.map +1 -1
  21. package/dist/commands/completion.js +1 -1
  22. package/dist/commands/completion.js.map +1 -1
  23. package/dist/commands/dev.d.ts +2 -0
  24. package/dist/commands/dev.d.ts.map +1 -1
  25. package/dist/commands/dev.js +175 -1
  26. package/dist/commands/dev.js.map +1 -1
  27. package/dist/commands/doc2spec.d.ts +10 -0
  28. package/dist/commands/doc2spec.d.ts.map +1 -0
  29. package/dist/commands/{word2spec.js โ†’ doc2spec.js} +55 -19
  30. package/dist/commands/doc2spec.js.map +1 -0
  31. package/dist/commands/done.d.ts.map +1 -1
  32. package/dist/commands/done.js +47 -0
  33. package/dist/commands/done.js.map +1 -1
  34. package/dist/commands/execute.d.ts +1 -0
  35. package/dist/commands/execute.d.ts.map +1 -1
  36. package/dist/commands/execute.js +118 -11
  37. package/dist/commands/execute.js.map +1 -1
  38. package/dist/commands/help-quick.js +2 -2
  39. package/dist/commands/help-quick.js.map +1 -1
  40. package/dist/commands/help.d.ts +3 -2
  41. package/dist/commands/help.d.ts.map +1 -1
  42. package/dist/commands/help.js +372 -51
  43. package/dist/commands/help.js.map +1 -1
  44. package/dist/commands/import.d.ts +1 -0
  45. package/dist/commands/import.d.ts.map +1 -1
  46. package/dist/commands/import.js +289 -15
  47. package/dist/commands/import.js.map +1 -1
  48. package/dist/commands/init.d.ts +0 -1
  49. package/dist/commands/init.d.ts.map +1 -1
  50. package/dist/commands/init.js +177 -283
  51. package/dist/commands/init.js.map +1 -1
  52. package/dist/commands/iteration/create.d.ts +1 -0
  53. package/dist/commands/iteration/create.d.ts.map +1 -1
  54. package/dist/commands/iteration/create.js +1 -0
  55. package/dist/commands/iteration/create.js.map +1 -1
  56. package/dist/commands/iteration/split.d.ts +1 -0
  57. package/dist/commands/iteration/split.d.ts.map +1 -1
  58. package/dist/commands/iteration/split.js +240 -7
  59. package/dist/commands/iteration/split.js.map +1 -1
  60. package/dist/commands/plan.d.ts +1 -0
  61. package/dist/commands/plan.d.ts.map +1 -1
  62. package/dist/commands/plan.js +25 -1
  63. package/dist/commands/plan.js.map +1 -1
  64. package/dist/commands/pr.d.ts +1 -0
  65. package/dist/commands/pr.d.ts.map +1 -1
  66. package/dist/commands/pr.js +94 -22
  67. package/dist/commands/pr.js.map +1 -1
  68. package/dist/commands/schedule.d.ts +27 -0
  69. package/dist/commands/schedule.d.ts.map +1 -0
  70. package/dist/commands/schedule.js +203 -0
  71. package/dist/commands/schedule.js.map +1 -0
  72. package/dist/commands/status-panel.d.ts +8 -1
  73. package/dist/commands/status-panel.d.ts.map +1 -1
  74. package/dist/commands/status-panel.js +1095 -5
  75. package/dist/commands/status-panel.js.map +1 -1
  76. package/dist/commands/task/new.d.ts +4 -0
  77. package/dist/commands/task/new.d.ts.map +1 -1
  78. package/dist/commands/task/new.js +87 -0
  79. package/dist/commands/task/new.js.map +1 -1
  80. package/dist/core/analyze-engine.d.ts +32 -0
  81. package/dist/core/analyze-engine.d.ts.map +1 -0
  82. package/dist/core/analyze-engine.js +935 -0
  83. package/dist/core/analyze-engine.js.map +1 -0
  84. package/dist/core/capabilities.d.ts +12 -0
  85. package/dist/core/capabilities.d.ts.map +1 -0
  86. package/dist/core/capabilities.js +58 -0
  87. package/dist/core/capabilities.js.map +1 -0
  88. package/dist/core/code-scanner.d.ts.map +1 -1
  89. package/dist/core/code-scanner.js +4 -1
  90. package/dist/core/code-scanner.js.map +1 -1
  91. package/dist/core/intent-recognition.d.ts +1 -1
  92. package/dist/core/intent-recognition.d.ts.map +1 -1
  93. package/dist/core/intent-recognition.js +5 -5
  94. package/dist/core/intent-recognition.js.map +1 -1
  95. package/dist/core/next-steps.js +1 -1
  96. package/dist/core/next-steps.js.map +1 -1
  97. package/dist/core/schedule-engine.d.ts +25 -0
  98. package/dist/core/schedule-engine.d.ts.map +1 -0
  99. package/dist/core/schedule-engine.js +179 -0
  100. package/dist/core/schedule-engine.js.map +1 -0
  101. package/dist/core/schedule-store.d.ts +104 -0
  102. package/dist/core/schedule-store.d.ts.map +1 -0
  103. package/dist/core/schedule-store.js +188 -0
  104. package/dist/core/schedule-store.js.map +1 -0
  105. package/dist/core/schemas/iteration.schema.d.ts +4 -4
  106. package/dist/core/schemas/task.schema.d.ts +2 -2
  107. package/package.json +7 -13
  108. package/dist/commands/demo.d.ts +0 -10
  109. package/dist/commands/demo.d.ts.map +0 -1
  110. package/dist/commands/demo.js +0 -151
  111. package/dist/commands/demo.js.map +0 -1
  112. package/dist/commands/goal.d.ts +0 -15
  113. package/dist/commands/goal.d.ts.map +0 -1
  114. package/dist/commands/goal.js +0 -232
  115. package/dist/commands/goal.js.map +0 -1
  116. package/dist/commands/new-task.d.ts +0 -15
  117. package/dist/commands/new-task.d.ts.map +0 -1
  118. package/dist/commands/new-task.js +0 -208
  119. package/dist/commands/new-task.js.map +0 -1
  120. package/dist/commands/platform-add.d.ts +0 -12
  121. package/dist/commands/platform-add.d.ts.map +0 -1
  122. package/dist/commands/platform-add.js +0 -111
  123. package/dist/commands/platform-add.js.map +0 -1
  124. package/dist/commands/retro.d.ts +0 -10
  125. package/dist/commands/retro.d.ts.map +0 -1
  126. package/dist/commands/retro.js +0 -131
  127. package/dist/commands/retro.js.map +0 -1
  128. package/dist/commands/spec.d.ts +0 -8
  129. package/dist/commands/spec.d.ts.map +0 -1
  130. package/dist/commands/spec.js +0 -159
  131. package/dist/commands/spec.js.map +0 -1
  132. package/dist/commands/template-add.d.ts +0 -12
  133. package/dist/commands/template-add.d.ts.map +0 -1
  134. package/dist/commands/template-add.js +0 -65
  135. package/dist/commands/template-add.js.map +0 -1
  136. package/dist/commands/word2spec.d.ts +0 -8
  137. package/dist/commands/word2spec.d.ts.map +0 -1
  138. package/dist/commands/word2spec.js.map +0 -1
package/README.en.md CHANGED
@@ -1,246 +1,99 @@
1
- # SpecCore
1
+ # SpecCore โ€” Code by Spec, Not by Vibe
2
2
 
3
- > **Code by Spec, Not by Vibe.**
4
-
5
- [![npm version](https://img.shields.io/npm/v/speccore.svg)](https://www.npmjs.com/package/speccore)
6
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
7
- [![Node.js](https://img.shields.io/badge/Node.js-%3E%3D18.0.0-brightgreen.svg)](https://nodejs.org/)
8
-
9
- SpecCore is a specification-driven development framework for AI-native teams. It decouples deterministic operations (file creation, directory management, format validation, status statistics) from AI, executing them directly through code to improve efficiency and reduce Token consumption.
10
-
11
- > ๐Ÿ’ก **v5.19.2** | 68 Commands | 38 Intent Types | Multi-Platform
3
+ SpecCore is a specification-driven development toolkit for AI-native teams. It orchestrates the full cycle: requirement analysis โ†’ task splitting โ†’ plan scheduling โ†’ code generation โ†’ archival handoff โ€” all traceable and automated.
12
4
 
13
5
  ---
14
6
 
15
- ## ๐Ÿงฉ Two Ways to Use
16
-
17
- SpecCore has two distinct parts:
7
+ ## Two Modes
18
8
 
19
- | | ๐Ÿ”ง Terminal (CLI) | ๐Ÿค– AI Commands (Slash) |
9
+ | | Simple (default) | Full |
20
10
  | :--- | :--- | :--- |
21
- | **Where** | Terminal | AI coding tools (WorkBuddy / Cursor / Claude) |
22
- | **How** | `speccore init` | Type `/spec-xxx` |
23
- | **Mechanism** | TypeScript, direct file ops | Markdown prompts, AI reads & executes |
24
- | **Count** | 68 CLI commands | 54 Slash Commands |
25
- | **When** | Init, validation, batch ops | Daily dev: iteration, execution, review, archive |
11
+ | Commands | 17 core | 51 all |
12
+ | For | Daily development | Fine-grained control |
13
+ | Enable | `speccore init` | `speccore init --full` |
26
14
 
27
- > ๐Ÿ’ก **Remember**: `speccore` prefix โ†’ Terminal; `/spec` prefix โ†’ AI tool.
15
+ **Simple mode commands:** `ask init iteration task doc2spec analyze split plan execute pr done change validate rename dev status-panel ops`
28
16
 
29
17
  ---
30
18
 
31
- ## ๐Ÿ“ฆ Install
32
-
33
- ```bash
34
- npm install -g speccore # Global install (recommended)
35
- npx speccore --version # Or use npx
36
- ```
37
-
38
19
  ---
39
20
 
40
- ## ๐Ÿš€ Quick Start (5 min)
21
+ ## Quick Start
41
22
 
42
23
  ```bash
43
- # 1. Initialize
44
- cd my-project && speccore init
45
-
46
- # 2. Import to global layer
47
- speccore import --project=user-service --path=./backend --type=backend
48
-
49
- # 3. Create iteration
50
- speccore iteration create --name 2026-07-UserSystem
51
-
52
- # 4. Multi-platform task
53
- speccore new-task --name UserLogin --platforms=web,h5
54
-
55
- # 5. Smart entry
56
- speccore spec "How's the progress?"
24
+ npm install -g speccore
25
+ speccore init # Initialize
26
+ speccore iteration create --name=Q1 # Create iteration
27
+ speccore doc2spec -f PRD.md -p backend -i Q1 # Import requirements
28
+ speccore analyze -I Q1 # Analyze (req+code, 3 scopes)
29
+ speccore iteration split -i Q1 # Split into tasks
30
+ speccore plan --iteration=Q1 # Generate plan
31
+ speccore execute --task=Task-001 # AI development
32
+ speccore pr --task=Task-001 # Create PR
33
+ speccore done --task=Task-001 # Complete
57
34
  ```
58
35
 
59
- > ๐Ÿ“š See [Quick Start Guide](docs/quick-start.en.md) for detailed steps.
60
36
 
61
- ---
37
+ ## Two Ways to Use
62
38
 
63
- ## Feature Highlights
39
+ Same command, different syntax depending on context:
64
40
 
65
- - **๐Ÿš€ Quick Init**: One command initializes the full project structure, auto-integrates WorkBuddy
66
- - **๐Ÿ“ฑ Multi-Platform**: `--platforms=web,h5,miniapp` per-platform Task management, dynamic platform types
67
- - **๐Ÿง  Intent Recognition**: 38 intent types, 200+ keywords, natural language โ†’ command matching
68
- - **๐ŸŒ Global Layer**: Cross-project requirement indexing via GLOBAL/ architecture
69
- - **๐Ÿ“Š Progress Tracking**: Auto-detect active iteration, per-platform/per-assignee stats
70
- - **โœ… Auto Compliance**: Scan all Spec files, check required fields and format
71
- - **๐Ÿ”„ Deterministic Execution**: File ops, validation, statistics โ€” all local code, zero Token cost
41
+ | Context | Syntax | Example |
42
+ |:---|:---|:---|
43
+ | ๐Ÿ–ฅ Terminal CLI | `speccore <command>` | `speccore init` `speccore execute -t Task-001 --force` |
44
+ | ๐Ÿ’ฌ AI Chat | Natural language | "Create a login feature" |
45
+ | ๐Ÿ’ฌ AI Chat | `/spec-<command>` | `/spec-init` `/spec-execute Task-001` |
72
46
 
73
- ---
47
+ > Full reference (all 17 commands classified) โ†’ [Commands Reference โ€” Two Ways to Use](docs/commands.en.md#-two-ways-to-use)
74
48
 
75
- ## Design Philosophy
49
+ ## Interactive Mode
76
50
 
77
- SpecCore decouples **deterministic logic from intelligent logic**:
51
+ Key steps support `--interactive` for human-AI collaboration:
52
+ `analyze --ask` `split --interactive` `plan --interactive` `change --interactive`
78
53
 
79
- | Logic Type | Responsibility | Executor | Example |
80
- | :--- | :--- | :--- | :--- |
81
- | **Deterministic** | Structured operations | CLI code | Create dirs, parse YAML, validate, count |
82
- | **Intelligent** | Understanding & decision | AI tool | Understand requirements, split tasks, generate code |
54
+ ## Smart Entry
83
55
 
84
- ```
85
- User Input (Natural Language / Slash Command)
86
- โ”‚
87
- โ–ผ
88
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
89
- โ”‚ AI Layer (Intelligent Decision) โ”‚
90
- โ”‚ - Understand user intent โ”‚
91
- โ”‚ - Decide which operations to run โ”‚
92
- โ”‚ - Generate code content โ”‚
93
- โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
94
- โ”‚ Call CLI commands
95
- โ–ผ
96
- โ”Œโ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”
97
- โ”‚ CLI Layer (Deterministic Execution) โ”‚
98
- โ”‚ - Create directory structure โ”‚
99
- โ”‚ - Read/write config & Spec files โ”‚
100
- โ”‚ - Parse YAML โ”‚
101
- โ”‚ - Compliance validation โ”‚
102
- โ”‚ - Output structured results โ”‚
103
- โ””โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”€โ”˜
56
+ ```bash
57
+ speccore # Adaptive panel
58
+ speccore "analyze specs" # Natural language (no subcommand needed)
59
+ speccore dev # Auto-detect phase + cascade execute
104
60
  ```
105
61
 
106
- ---
107
-
108
- ## ๐Ÿ”ง CLI Commands Quick Reference (68 total)
109
-
110
- > Run in terminal. All commands start with `speccore`.
111
-
112
- | Category | Key Commands |
113
- | :--- | :--- |
114
- | ๐Ÿง  Smart Entry | `speccore spec "<query>"` |
115
- | ๐ŸŒ Global Layer | `import` / `iteration-from-global` / `sync-global` / `global-status` / `history` / `index-update` |
116
- | ๐Ÿ“‹ Scenario | `goal` / `bugfix` / `research` / `retro` / `handover` |
117
- | ๐Ÿ“ Planning | `init` / `iteration create` / `iteration split` / `new-task` / `plan` |
118
- | โšก Execution | `execute` (--platform / --priority / --status) |
119
- | ๐Ÿ”„ Change | `change` / `sync` / `sync-global` |
120
- | โœ… Review | `validate` (--fix) |
121
- | ๐Ÿ“Š Progress | `progress` (--platform / --detail) / `status` |
122
- | ๐Ÿ“ฆ Management | `archive` / `config` / `baseline` / `rename` |
123
- | ๐Ÿ”— Analysis | `impact` / `dashboard` / `audit` |
124
- | ๐Ÿ“ฑ Platform | `platform-add` / `context` |
125
- | ๐Ÿ› ๏ธ Tools | `health` / `report` / `template-add` / `help` / `demo` / `welcome` |
126
-
127
- ## ๐Ÿค– AI Commands (Slash Command) Mapping
128
-
129
- > Type `/` in AI tools (WorkBuddy / Cursor / Claude Code etc.). AI commands call the corresponding CLI command internally.
130
-
131
- | CLI Command | AI Slash Command | Purpose |
132
- | :--- | :--- | :--- |
133
- | `speccore init` | `/spec-init` | Initialize project |
134
- | `speccore import` | `/spec-import` | Import to global layer |
135
- | `speccore iteration create` | `/spec-iteration-create` | Create iteration |
136
- | `speccore new-task` | `/spec-new-task` | Create multi-platform task |
137
- | `speccore execute` | `/spec-execute` | Execute development |
138
- | `speccore progress` | `/spec-progress` | View progress |
139
- | `speccore validate` | `/spec-validate` | Compliance check |
140
- | `speccore impact` | `/spec-impact` | Impact analysis |
141
- | `speccore audit` | `/spec-ai-audit` | AI smart audit |
142
- | `speccore spec "query"` | `/spec query` | Natural language intent |
143
-
144
- > ๐Ÿ“‹ Full command reference: [Command Reference](docs/commands.en.md) | ๐Ÿง  Intent mapping: [Intent Map](docs/commands.en.md#natural-language-intent-mapping-38-types)
62
+ ## Multi-Platform
145
63
 
146
- ---
64
+ All steps support parallel multi-project: backend services (`backend/room-service/`) and frontend platforms (`frontend/web/`, `frontend/h5/`).
147
65
 
148
- ## ๐Ÿ—๏ธ Architecture
66
+ ## Bug Fix
149
67
 
68
+ ```bash
69
+ speccore task new --name="Login timeout" --desc="Token expiry" --type=bugfix # Single
70
+ speccore task new --batch-file=bugs.xlsx --type=bugfix # Batch import
71
+ speccore task new --batch-file=bugs.xlsx --type=bugfix --interactive # Confirm each
150
72
  ```
151
- .speccore/GLOBAL/ โ† Global Layer: unified multi-project requirements
152
- .speccore/ โ† Project Layer: constitution, config, patterns
153
- Iteration-XXX/ โ† Iteration Layer: what this iteration does
154
- โ””โ”€โ”€ Task-XXX/ โ† Task Layer: how this feature works
155
- โ”œโ”€โ”€ _shared/ โ† Shared: API Contract + business rules
156
- โ”œโ”€โ”€ backend/ โ† Backend Specs
157
- โ””โ”€โ”€ frontend/ โ† Multi-platform frontend specs (web / h5 / miniapp)
158
- ```
159
-
160
- ---
161
-
162
- ## ๐Ÿ› ๏ธ Tool Support
163
-
164
- | CN | Global |
165
- | :--- | :--- |
166
- | WorkBuddy / Qcoder / Trae | Cursor / Claude Code / Windsurf / Gemini CLI / OpenCode |
167
-
168
- SpecCore natively integrates WorkBuddy.
169
73
 
170
- > ๐Ÿ“š See [Tool Adaptation](docs/tool-adaptation.en.md)
171
-
172
- ---
173
-
174
- ## ๐Ÿ“š Documentation
175
-
176
- | Document | Content |
177
- | :--- | :--- |
178
- | [Scenarios](docs/scenarios.en.md) | 22 real-world scenarios: new project โ†’ daily dev โ†’ CI/CD |
179
- | [SDD Methodology](docs/sdd-methodology.en.md) | What is SDD, why, how |
180
- | [Quick Reference](docs/quick-reference.en.md) | One-page: commands + safety + CI |
181
- | [Quick Start](docs/quick-start.en.md) | Install โ†’ Init โ†’ Import โ†’ Multi-platform โ†’ Scenarios |
182
- | [Command Reference](docs/commands.en.md) | 68 commands full params + 38 intents |
183
- | [Tool Adaptation](docs/tool-adaptation.en.md) | WorkBuddy integration + workflow + security |
184
- | [Usage Guide](docs/usage-guide.en.md) | File safety: manual edit vs CLI command |
185
- | [Workspace Layout](docs/workspace-organization.en.md) | Recommended directory structure |
186
- | [Migration Guide](docs/migration-guide.en.md) | Shell v3.x โ†’ CLI v5.x |
187
- | [CHANGELOG](CHANGELOG.en.md) | Version history (v1.0.0 โ†’ v5.19.2) |
188
- | [Example](examples/task-management/README.md) | Full demo: reqโ†’Specโ†’generated code |
189
- | [README.md](README.md) | ไธญๆ–‡้กน็›ฎๆฆ‚่ฟฐ |
190
-
191
- ---
192
-
193
- ## FAQ
194
-
195
- | Q | A |
196
- | :--- | :--- |
197
- | **Command not found?** | Add npm bin to PATH: `export PATH="$(npm bin -g):$PATH"` |
198
- | **How to update?** | `npm update -g speccore` |
199
- | **Same feature on Web+H5+MiniApp?** | `speccore new-task --platforms=web,h5,miniapp` |
200
- | **Add new platform?** | `speccore platform-add --name=tablet --tech="React Native"` |
201
- | **Rename iteration/task?** | `speccore rename --target=old --new-name=new` |
202
- | **Batch rename?** | `speccore rename --batch --pattern="Task-" --replacement="Feature-"` |
203
- | **Rebuild requirement index?** | `speccore index-update` (--dry-run to preview) |
204
-
205
- | **Which files are safe to edit manually?** | See [Usage Guide](docs/usage-guide.en.md). TL;DR: `REQ.md`/`TECH.md` safe; `API_CONTRACT.yaml`/`.json` require CLI commands. |
206
-
207
- ---
208
-
209
- ## File Safety Quick Reference
210
-
211
- | Zone | Files | Rule |
212
- | :--- | :--- | :--- |
213
- | โœ… Safe | `REQ.md`, `TECH.md`, `GLOSSARY.md`, `*.md` comments | Edit directly, then `speccore sync --reverse` |
214
- | โŒ Danger | `PROJECT_GRAPH.md` tables, `.task-type`, `API_CONTRACT.yaml`, `.json` data | Use `speccore` commands instead |
215
- | โš ๏ธ Caution | `GLOBAL/REQUIREMENT.md`, `CHANGELOG.md` | Edit then immediately run `speccore sync-global` |
216
-
217
- ---
218
-
219
- ## Development
74
+ ## Scheduled Execution
220
75
 
221
76
  ```bash
222
- git clone https://github.com/windfallsheng/SpecCore-ts.git
223
- cd SpecCore-ts/ts-cli
224
- npm install && npm run build
225
- npm run watch # Dev mode
226
- npm link && speccore --version # Local test
227
- bash verify.sh # Run tests
77
+ # Method 1: Mark tasks for queue, trigger manually
78
+ speccore task new -n "Fix login timeout" --type=bugfix --schedule=night # Mark as queue
79
+ speccore execute --all --scheduled # Run all queued tasks
80
+
81
+ # Method 2: Precise time scheduling
82
+ speccore schedule create --at "2026-08-10 21:00:00" -t Task-001 # Schedule single task
83
+ speccore schedule create --at "2026-08-10 02:00:00" --all -i Q1 # Schedule all tasks
84
+ speccore schedule list # View schedule queue
85
+ speccore schedule cancel --id=sch-xxx # Cancel
86
+ speccore schedule daemon start # Start daemon (auto-execute)
87
+ speccore schedule daemon status # Check daemon status
228
88
  ```
229
89
 
230
- ---
231
-
232
- ## Version
233
-
234
- v5.19.2 | ๐Ÿ”ง CLI Commands: 68 | ๐Ÿง  Intents: 38
235
-
236
- Changelog: [CHANGELOG.en.md](CHANGELOG.en.md)
90
+ ## Documentation
237
91
 
238
- ---
239
-
240
- ## License
241
-
242
- [MIT](https://opensource.org/licenses/MIT)
243
-
244
- ---
245
-
246
- <p align="center">Built with โค๏ธ by the SpecCore Team</p>
92
+ | Doc | Content |
93
+ | :--- | :--- |
94
+ | ๐Ÿš€ [Quick Start](docs/ๅฟซ้€Ÿๅผ€ๅง‹.md) | Full tutorial |
95
+ | ๐Ÿ”ง [Full Command Reference](docs/ๅ‘ฝไปคๅ‚่€ƒ.md) | 51 commands |
96
+ | [Scenarios](docs/ๅœบๆ™ฏๅฎžๆˆ˜.md) | Typical use cases |
97
+ | [Overview](docs/ๆ€ป่งˆ.md) | Architecture + concepts |
98
+ | [SDD Methodology](docs/SDDๆ–นๆณ•่ฎบ.md) | Why Spec-Driven Development |
99
+ | [Examples](examples/meeting-system/README.md) | Meeting booking system demo |