You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ROADMAP.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## Current State
4
4
5
-
-`codex-sdlc-wizard@0.7.23` and `v0.7.23` are the current release target for the SDLC-only default repo skill surface
5
+
-`codex-sdlc-wizard@0.7.24` and `v0.7.24` are the current release target for the SDLC-only default repo skill surface
6
6
- npm trusted publishing is configured and the GitHub release workflow is now proven for real OIDC publish
7
7
- the repo now ships both a Codex skill package (`SKILL.md`, `agents/openai.yaml`) and the installer/setup adapter (`install.sh`, `setup.sh`)
8
8
- the npm CLI now defaults to adaptive interactive setup instead of requiring an explicit `setup` subcommand for the main human path
@@ -38,14 +38,16 @@
38
38
- public install/README/skill copy now keeps unreleased future workflow labels out of handoff text
39
39
- the repo now ships a consumer bug-report template for install/setup/runtime failures
40
40
- the public README now leads with the real `@latest` adaptive setup path and keeps the top section consumer-focused
41
+
- the public README now has consumer-parity sections that explain why to use the wizard without exposing later ecosystem branding
42
+
- official Codex skills/plugins docs now have a documented distribution boundary in README and ROADMAP: npm/skill remains current, plugin packaging is future work
41
43
- benchmark and pilot-rollout ledgers now exist so model/default-use decisions can be measured, not guessed
42
44
- release, packaging, npm, skill, setup, adapter, update, and E2E tests are green when the parity merge is complete
43
45
44
46
## Next Release Cycle
45
47
46
-
### 0.7.24
48
+
### 0.7.25
47
49
48
-
Purpose: continue pilot rollout and the post-`0.7.23` README/discovery backlog while keeping any new stabilization patches tied to proven reusable wizard bugs.
50
+
Purpose: continue pilot rollout after the `0.7.24` README/discovery cleanup while keeping any new stabilization patches tied to proven reusable wizard bugs.
49
51
50
52
Scope:
51
53
- keep `0.7.16` as the cross-platform hook stabilization baseline for shared macOS/Windows repos
@@ -58,11 +60,11 @@ Scope:
58
60
The stabilization tracker is currently clear after the reusable bugs found during pilot consumption. Remaining open docs/research issues stay outside the stabilization lane.
59
61
60
62
- open a new issue only when pilot consumption exposes another proven reusable wizard bug
61
-
- avoid speculative backlog churn while `0.7.23` is being consumed on real repos
63
+
- avoid speculative backlog churn while `0.7.24` is being consumed on real repos
62
64
63
65
## Remaining Backlog
64
66
65
-
After `0.7.23`, the main backlog is:
67
+
After `0.7.24`, the main backlog is:
66
68
67
69
- README/discovery cleanup for the open docs issues
68
70
- any new reusable wizard fixes discovered during the pilot set
0 commit comments