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.
- package/README.en.md +63 -210
- package/README.md +108 -252
- package/dist/cli.js +224 -300
- package/dist/cli.js.map +1 -1
- package/dist/commands/analyze.d.ts +5 -0
- package/dist/commands/analyze.d.ts.map +1 -1
- package/dist/commands/analyze.js +235 -543
- package/dist/commands/analyze.js.map +1 -1
- package/dist/commands/ask.d.ts +8 -0
- package/dist/commands/ask.d.ts.map +1 -0
- package/dist/commands/ask.js +293 -0
- package/dist/commands/ask.js.map +1 -0
- package/dist/commands/bugfix.d.ts +4 -0
- package/dist/commands/bugfix.d.ts.map +1 -1
- package/dist/commands/bugfix.js +122 -2
- package/dist/commands/bugfix.js.map +1 -1
- package/dist/commands/change.d.ts +2 -0
- package/dist/commands/change.d.ts.map +1 -1
- package/dist/commands/change.js +37 -2
- package/dist/commands/change.js.map +1 -1
- package/dist/commands/completion.js +1 -1
- package/dist/commands/completion.js.map +1 -1
- package/dist/commands/dev.d.ts +2 -0
- package/dist/commands/dev.d.ts.map +1 -1
- package/dist/commands/dev.js +175 -1
- package/dist/commands/dev.js.map +1 -1
- package/dist/commands/doc2spec.d.ts +10 -0
- package/dist/commands/doc2spec.d.ts.map +1 -0
- package/dist/commands/{word2spec.js โ doc2spec.js} +55 -19
- package/dist/commands/doc2spec.js.map +1 -0
- package/dist/commands/done.d.ts.map +1 -1
- package/dist/commands/done.js +47 -0
- package/dist/commands/done.js.map +1 -1
- package/dist/commands/execute.d.ts +1 -0
- package/dist/commands/execute.d.ts.map +1 -1
- package/dist/commands/execute.js +118 -11
- package/dist/commands/execute.js.map +1 -1
- package/dist/commands/help-quick.js +2 -2
- package/dist/commands/help-quick.js.map +1 -1
- package/dist/commands/help.d.ts +3 -2
- package/dist/commands/help.d.ts.map +1 -1
- package/dist/commands/help.js +372 -51
- package/dist/commands/help.js.map +1 -1
- package/dist/commands/import.d.ts +1 -0
- package/dist/commands/import.d.ts.map +1 -1
- package/dist/commands/import.js +289 -15
- package/dist/commands/import.js.map +1 -1
- package/dist/commands/init.d.ts +0 -1
- package/dist/commands/init.d.ts.map +1 -1
- package/dist/commands/init.js +177 -283
- package/dist/commands/init.js.map +1 -1
- package/dist/commands/iteration/create.d.ts +1 -0
- package/dist/commands/iteration/create.d.ts.map +1 -1
- package/dist/commands/iteration/create.js +1 -0
- package/dist/commands/iteration/create.js.map +1 -1
- package/dist/commands/iteration/split.d.ts +1 -0
- package/dist/commands/iteration/split.d.ts.map +1 -1
- package/dist/commands/iteration/split.js +240 -7
- package/dist/commands/iteration/split.js.map +1 -1
- package/dist/commands/plan.d.ts +1 -0
- package/dist/commands/plan.d.ts.map +1 -1
- package/dist/commands/plan.js +25 -1
- package/dist/commands/plan.js.map +1 -1
- package/dist/commands/pr.d.ts +1 -0
- package/dist/commands/pr.d.ts.map +1 -1
- package/dist/commands/pr.js +94 -22
- package/dist/commands/pr.js.map +1 -1
- package/dist/commands/schedule.d.ts +27 -0
- package/dist/commands/schedule.d.ts.map +1 -0
- package/dist/commands/schedule.js +203 -0
- package/dist/commands/schedule.js.map +1 -0
- package/dist/commands/status-panel.d.ts +8 -1
- package/dist/commands/status-panel.d.ts.map +1 -1
- package/dist/commands/status-panel.js +1095 -5
- package/dist/commands/status-panel.js.map +1 -1
- package/dist/commands/task/new.d.ts +4 -0
- package/dist/commands/task/new.d.ts.map +1 -1
- package/dist/commands/task/new.js +87 -0
- package/dist/commands/task/new.js.map +1 -1
- package/dist/core/analyze-engine.d.ts +32 -0
- package/dist/core/analyze-engine.d.ts.map +1 -0
- package/dist/core/analyze-engine.js +935 -0
- package/dist/core/analyze-engine.js.map +1 -0
- package/dist/core/capabilities.d.ts +12 -0
- package/dist/core/capabilities.d.ts.map +1 -0
- package/dist/core/capabilities.js +58 -0
- package/dist/core/capabilities.js.map +1 -0
- package/dist/core/code-scanner.d.ts.map +1 -1
- package/dist/core/code-scanner.js +4 -1
- package/dist/core/code-scanner.js.map +1 -1
- package/dist/core/intent-recognition.d.ts +1 -1
- package/dist/core/intent-recognition.d.ts.map +1 -1
- package/dist/core/intent-recognition.js +5 -5
- package/dist/core/intent-recognition.js.map +1 -1
- package/dist/core/next-steps.js +1 -1
- package/dist/core/next-steps.js.map +1 -1
- package/dist/core/schedule-engine.d.ts +25 -0
- package/dist/core/schedule-engine.d.ts.map +1 -0
- package/dist/core/schedule-engine.js +179 -0
- package/dist/core/schedule-engine.js.map +1 -0
- package/dist/core/schedule-store.d.ts +104 -0
- package/dist/core/schedule-store.d.ts.map +1 -0
- package/dist/core/schedule-store.js +188 -0
- package/dist/core/schedule-store.js.map +1 -0
- package/dist/core/schemas/iteration.schema.d.ts +4 -4
- package/dist/core/schemas/task.schema.d.ts +2 -2
- package/package.json +7 -13
- package/dist/commands/demo.d.ts +0 -10
- package/dist/commands/demo.d.ts.map +0 -1
- package/dist/commands/demo.js +0 -151
- package/dist/commands/demo.js.map +0 -1
- package/dist/commands/goal.d.ts +0 -15
- package/dist/commands/goal.d.ts.map +0 -1
- package/dist/commands/goal.js +0 -232
- package/dist/commands/goal.js.map +0 -1
- package/dist/commands/new-task.d.ts +0 -15
- package/dist/commands/new-task.d.ts.map +0 -1
- package/dist/commands/new-task.js +0 -208
- package/dist/commands/new-task.js.map +0 -1
- package/dist/commands/platform-add.d.ts +0 -12
- package/dist/commands/platform-add.d.ts.map +0 -1
- package/dist/commands/platform-add.js +0 -111
- package/dist/commands/platform-add.js.map +0 -1
- package/dist/commands/retro.d.ts +0 -10
- package/dist/commands/retro.d.ts.map +0 -1
- package/dist/commands/retro.js +0 -131
- package/dist/commands/retro.js.map +0 -1
- package/dist/commands/spec.d.ts +0 -8
- package/dist/commands/spec.d.ts.map +0 -1
- package/dist/commands/spec.js +0 -159
- package/dist/commands/spec.js.map +0 -1
- package/dist/commands/template-add.d.ts +0 -12
- package/dist/commands/template-add.d.ts.map +0 -1
- package/dist/commands/template-add.js +0 -65
- package/dist/commands/template-add.js.map +0 -1
- package/dist/commands/word2spec.d.ts +0 -8
- package/dist/commands/word2spec.d.ts.map +0 -1
- 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
|
-
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/speccore)
|
|
6
|
-
[](https://opensource.org/licenses/MIT)
|
|
7
|
-
[](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
|
-
##
|
|
16
|
-
|
|
17
|
-
SpecCore has two distinct parts:
|
|
7
|
+
## Two Modes
|
|
18
8
|
|
|
19
|
-
| |
|
|
9
|
+
| | Simple (default) | Full |
|
|
20
10
|
| :--- | :--- | :--- |
|
|
21
|
-
|
|
|
22
|
-
|
|
|
23
|
-
|
|
|
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
|
-
|
|
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
|
-
##
|
|
21
|
+
## Quick Start
|
|
41
22
|
|
|
42
23
|
```bash
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
speccore
|
|
48
|
-
|
|
49
|
-
#
|
|
50
|
-
speccore
|
|
51
|
-
|
|
52
|
-
|
|
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
|
-
|
|
39
|
+
Same command, different syntax depending on context:
|
|
64
40
|
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
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
|
-
##
|
|
49
|
+
## Interactive Mode
|
|
76
50
|
|
|
77
|
-
|
|
51
|
+
Key steps support `--interactive` for human-AI collaboration:
|
|
52
|
+
`analyze --ask` `split --interactive` `plan --interactive` `change --interactive`
|
|
78
53
|
|
|
79
|
-
|
|
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
|
-
|
|
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
|
-
##
|
|
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
|
-
|
|
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
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
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
|
-
|
|
241
|
-
|
|
242
|
-
[
|
|
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 |
|