cokit-cli 1.2.2 → 1.2.4
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 +6 -6
- package/docs/cokit-sync-and-maintenance-guide.md +8 -3
- package/docs/project-roadmap.md +13 -4
- package/package.json +1 -1
- package/prompts/ck-plan-fast.prompt.md +1 -0
- package/prompts/ck-plan-hard.prompt.md +1 -0
- package/prompts/ck-plan.prompt.md +1 -0
- package/prompts/ck-spec-specify.prompt.md +1 -0
package/README.md
CHANGED
|
@@ -117,13 +117,13 @@ Otherwise?
|
|
|
117
117
|
|
|
118
118
|
See [docs/](docs/) for detailed resource documentation.
|
|
119
119
|
|
|
120
|
-
## What's New (v1.2.
|
|
120
|
+
## What's New (v1.2.4)
|
|
121
121
|
|
|
122
|
-
|
|
123
|
-
-
|
|
124
|
-
-
|
|
125
|
-
-
|
|
126
|
-
-
|
|
122
|
+
Video intro and flowchart UX improvements:
|
|
123
|
+
- Added video intro for landing page
|
|
124
|
+
- Improved flowchart with zoom, drag-to-pan, hash navigation
|
|
125
|
+
- Cross-referenced `ck-*` and `ck-spec-*` in suggested next steps
|
|
126
|
+
- Synced templates with latest source files
|
|
127
127
|
|
|
128
128
|
See [CHANGELOG.md](CHANGELOG.md) for full history.
|
|
129
129
|
|
|
@@ -104,7 +104,7 @@ mappings:
|
|
|
104
104
|
upstream_file: templates/commands/constitution.md
|
|
105
105
|
description: Create/update project constitution
|
|
106
106
|
|
|
107
|
-
ck-tasks:
|
|
107
|
+
ck-spec-tasks:
|
|
108
108
|
origin: speckit
|
|
109
109
|
original: speckit.tasks
|
|
110
110
|
upstream_file: templates/commands/tasks.md
|
|
@@ -279,10 +279,10 @@ Every prompt gets a navigation footer injected:
|
|
|
279
279
|
| After `ck-brainstorm` | `/ck-specify`, `/ck-plan-fast` |
|
|
280
280
|
| After `ck-specify` | `/ck-clarify`, `/ck-brainstorm`, `/ck-plan` |
|
|
281
281
|
| After `ck-clarify` | `/ck-specify` (update), `/ck-plan` |
|
|
282
|
-
| After `ck-plan` | `/ck-cook`, `/ck-brainstorm` (rethink) |
|
|
282
|
+
| After `ck-plan` | `/ck-spec-tasks`, `/ck-cook`, `/ck-brainstorm` (rethink) |
|
|
283
283
|
| After `ck-cook` | `/ck-test`, `/ck-fix` |
|
|
284
284
|
|
|
285
|
-
**All commands:** `ck-brainstorm`, `ck-specify`, `ck-clarify`, `ck-constitution`, `ck-plan`, `ck-plan-hard`, `ck-plan-fast`, `ck-tasks`, `ck-cook`, `ck-fix`, `ck-test`
|
|
285
|
+
**All commands:** `ck-brainstorm`, `ck-specify`, `ck-clarify`, `ck-constitution`, `ck-plan`, `ck-plan-hard`, `ck-plan-fast`, `ck-spec-tasks`, `ck-cook`, `ck-fix`, `ck-test`
|
|
286
286
|
```
|
|
287
287
|
|
|
288
288
|
---
|
|
@@ -317,6 +317,11 @@ Every prompt gets a navigation footer injected:
|
|
|
317
317
|
│ └──────┬──────┘ approach needs│ │
|
|
318
318
|
│ │ rethinking │ │
|
|
319
319
|
│ ▼ │ │
|
|
320
|
+
│ ┌───────────────┐ │ │
|
|
321
|
+
│ │ck-spec-tasks │ ← Break into tasks │
|
|
322
|
+
│ └───────┬───────┘ │ │
|
|
323
|
+
│ │ │ │
|
|
324
|
+
│ ▼ │ │
|
|
320
325
|
│ ┌─────────────┐ │ │
|
|
321
326
|
│ │ ck-cook │──────────────────┘ │
|
|
322
327
|
│ └──────┬──────┘ (via ck-brainstorm) │
|
package/docs/project-roadmap.md
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
# CoKit Project Roadmap
|
|
2
2
|
|
|
3
3
|
**Project:** CoKit - Claude Code to GitHub Copilot Port
|
|
4
|
-
**Version:** 1.2.
|
|
4
|
+
**Version:** 1.2.4
|
|
5
5
|
**Start Date:** 2026-01-06
|
|
6
|
-
**Last Updated:** 2026-02-
|
|
6
|
+
**Last Updated:** 2026-02-12 (video intro + flowchart UX)
|
|
7
7
|
**Current Phase:** 6 of 6 (COMPLETE)
|
|
8
8
|
**Overall Progress:** 100%
|
|
9
9
|
|
|
@@ -159,6 +159,15 @@ CoKit makes it dead-simple for non-technical users to port Claude Code workflow
|
|
|
159
159
|
|
|
160
160
|
## Changelog
|
|
161
161
|
|
|
162
|
+
### 2026-02-12 - v1.2.3 (Video Intro + Flowchart UX)
|
|
163
|
+
|
|
164
|
+
**Features Added:**
|
|
165
|
+
- Video intro for landing page
|
|
166
|
+
- Variant commands visualization in flowchart and Deep Dive sections
|
|
167
|
+
- Improved flowchart UX: zoom controls, drag-to-pan, hash navigation, styled scrollbar
|
|
168
|
+
- Cross-referenced `ck-*` and `ck-spec-*` in suggested next steps
|
|
169
|
+
- Synced templates with latest source files
|
|
170
|
+
|
|
162
171
|
### 2026-02-10 - v1.2.0 Release (SpecKit Integration)
|
|
163
172
|
|
|
164
173
|
**Resources Expanded:**
|
|
@@ -303,6 +312,6 @@ None at completion. All functional requirements satisfied.
|
|
|
303
312
|
|
|
304
313
|
---
|
|
305
314
|
|
|
306
|
-
**Last Updated:** 2026-02-
|
|
315
|
+
**Last Updated:** 2026-02-12
|
|
307
316
|
**Project Manager:** project-manager agent
|
|
308
|
-
**Status:** ALL PHASES COMPLETE - v1.2.
|
|
317
|
+
**Status:** ALL PHASES COMPLETE - v1.2.4 RELEASED
|
package/package.json
CHANGED
|
@@ -100,6 +100,7 @@ This reminder is **NON-NEGOTIABLE** - always output it after presenting the plan
|
|
|
100
100
|
|
|
101
101
|
| Command | Description |
|
|
102
102
|
|---------|-------------|
|
|
103
|
+
| `/ck-spec-tasks` | Break plan into actionable tasks |
|
|
103
104
|
| `/ck-cook` | Implement plan |
|
|
104
105
|
| `/ck-test` | Run tests and analyze results |
|
|
105
106
|
| `/ck-fix` | Analyze and fix issues |
|
|
@@ -127,6 +127,7 @@ This reminder is **NON-NEGOTIABLE** when validation is skipped.
|
|
|
127
127
|
|
|
128
128
|
| Command | Description |
|
|
129
129
|
|---------|-------------|
|
|
130
|
+
| `/ck-spec-tasks` | Break plan into actionable tasks |
|
|
130
131
|
| `/ck-cook` | Implement plan |
|
|
131
132
|
| `/ck-test` | Run tests and analyze results |
|
|
132
133
|
| `/ck-fix` | Analyze and fix issues |
|
|
@@ -69,6 +69,7 @@ If user chooses validation or mode is `auto`: Execute `/ck-plan-validate {plan-p
|
|
|
69
69
|
| Command | Description |
|
|
70
70
|
|---------|-------------|
|
|
71
71
|
| `/ck-plan-validate` | Validate plan with critical questions |
|
|
72
|
+
| `/ck-spec-tasks` | Break plan into actionable tasks |
|
|
72
73
|
| `/ck-cook` | Implement plan |
|
|
73
74
|
| `/ck-test` | Run tests and analyze results |
|
|
74
75
|
| `/ck-fix` | Analyze and fix issues |
|
|
@@ -257,4 +257,5 @@ Success criteria must be:
|
|
|
257
257
|
| `/ck-spec-clarify` | Ask clarification questions | Spec has [NEEDS CLARIFICATION] markers or vague requirements |
|
|
258
258
|
| `/ck-spec-plan` | Generate implementation plan | Spec is complete and ready for technical planning |
|
|
259
259
|
| `/ck-spec-constitution` | Create project principles | Need to establish non-negotiable rules before planning |
|
|
260
|
+
| `/ck-plan` | Create implementation plan | Spec is finalized, ready to plan and implement |
|
|
260
261
|
| `/ck-brainstorm` | Brainstorm ideas first | Not sure what to build yet |
|