Skip to content

Commit c1b6974

Browse files
committed
chore: release 0.7.24
1 parent 8170472 commit c1b6974

3 files changed

Lines changed: 14 additions & 12 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ After either path changes skills, hooks, hook config, or helper scripts, restart
3434
Useful follow-ups after install:
3535

3636
```bash
37-
npx codex-sdlc-wizard@0.7.23 check
38-
npx codex-sdlc-wizard@0.7.23 update
37+
npx codex-sdlc-wizard@0.7.24 check
38+
npx codex-sdlc-wizard@0.7.24 update
3939
```
4040

4141
If you want pinned release examples instead of `@latest`, see [Releases](#releases).
@@ -188,10 +188,10 @@ How to choose:
188188

189189
```bash
190190
# recommended interactive bootstrap path
191-
npx codex-sdlc-wizard@0.7.23 --model-profile maximum
191+
npx codex-sdlc-wizard@0.7.24 --model-profile maximum
192192

193193
# interactive bootstrap with the efficiency-first profile if you already know you want it
194-
npx codex-sdlc-wizard@0.7.23 --model-profile mixed
194+
npx codex-sdlc-wizard@0.7.24 --model-profile mixed
195195

196196
# floating latest release with the same bootstrap recommendation
197197
npx codex-sdlc-wizard@latest --model-profile maximum
@@ -314,7 +314,7 @@ If you are consuming this repo in a real project, prefer a tagged release over `
314314

315315
```bash
316316
# npm / npx pinned to the current release
317-
npx codex-sdlc-wizard@0.7.23
317+
npx codex-sdlc-wizard@0.7.24
318318

319319
# npm / npx floating on the newest published release
320320
npx codex-sdlc-wizard@latest
@@ -324,7 +324,7 @@ npx codex-sdlc-wizard@latest
324324
# so $codex-sdlc-wizard is available inside Codex
325325

326326
# git-based install
327-
git clone --branch v0.7.23 --depth 1 https://github.com/BaseInfinity/codex-sdlc-wizard.git /tmp/codex-sdlc-wizard
327+
git clone --branch v0.7.24 --depth 1 https://github.com/BaseInfinity/codex-sdlc-wizard.git /tmp/codex-sdlc-wizard
328328
```
329329

330330
### Maintainer Release Flow

ROADMAP.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Current State
44

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
66
- npm trusted publishing is configured and the GitHub release workflow is now proven for real OIDC publish
77
- the repo now ships both a Codex skill package (`SKILL.md`, `agents/openai.yaml`) and the installer/setup adapter (`install.sh`, `setup.sh`)
88
- 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 @@
3838
- public install/README/skill copy now keeps unreleased future workflow labels out of handoff text
3939
- the repo now ships a consumer bug-report template for install/setup/runtime failures
4040
- 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
4143
- benchmark and pilot-rollout ledgers now exist so model/default-use decisions can be measured, not guessed
4244
- release, packaging, npm, skill, setup, adapter, update, and E2E tests are green when the parity merge is complete
4345

4446
## Next Release Cycle
4547

46-
### 0.7.24
48+
### 0.7.25
4749

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.
4951

5052
Scope:
5153
- keep `0.7.16` as the cross-platform hook stabilization baseline for shared macOS/Windows repos
@@ -58,11 +60,11 @@ Scope:
5860
The stabilization tracker is currently clear after the reusable bugs found during pilot consumption. Remaining open docs/research issues stay outside the stabilization lane.
5961

6062
- 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
6264

6365
## Remaining Backlog
6466

65-
After `0.7.23`, the main backlog is:
67+
After `0.7.24`, the main backlog is:
6668

6769
- README/discovery cleanup for the open docs issues
6870
- any new reusable wizard fixes discovered during the pilot set

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codex-sdlc-wizard",
3-
"version": "0.7.23",
3+
"version": "0.7.24",
44
"description": "Codex SDLC adaptive setup wizard and maintenance CLI for npx distribution",
55
"license": "MIT",
66
"funding": {

0 commit comments

Comments
 (0)