Skip to content

Commit 1f30ccc

Browse files
committed
chore(release): prep 0.7.31
1 parent 5033b3f commit 1f30ccc

3 files changed

Lines changed: 14 additions & 14 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.30 check
38-
npx codex-sdlc-wizard@0.7.30 update
37+
npx codex-sdlc-wizard@0.7.31 check
38+
npx codex-sdlc-wizard@0.7.31 update
3939
```
4040

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

222222
```bash
223223
# recommended interactive bootstrap path
224-
npx codex-sdlc-wizard@0.7.30 --model-profile maximum
224+
npx codex-sdlc-wizard@0.7.31 --model-profile maximum
225225

226226
# interactive bootstrap with the efficiency-first profile if you already know you want it
227-
npx codex-sdlc-wizard@0.7.30 --model-profile mixed
227+
npx codex-sdlc-wizard@0.7.31 --model-profile mixed
228228

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

352352
```bash
353353
# npm / npx pinned to the current release
354-
npx codex-sdlc-wizard@0.7.30
354+
npx codex-sdlc-wizard@0.7.31
355355

356356
# npm / npx floating on the newest published release
357357
npx codex-sdlc-wizard@latest
@@ -361,7 +361,7 @@ npx codex-sdlc-wizard@latest
361361
# so $codex-sdlc-wizard is available inside Codex
362362

363363
# git-based install
364-
git clone --branch v0.7.30 --depth 1 https://github.com/BaseInfinity/codex-sdlc-wizard.git /tmp/codex-sdlc-wizard
364+
git clone --branch v0.7.31 --depth 1 https://github.com/BaseInfinity/codex-sdlc-wizard.git /tmp/codex-sdlc-wizard
365365
```
366366

367367
### Maintainer Release Flow

ROADMAP.md

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

33
## Current State
44

5-
- `codex-sdlc-wizard@0.7.30` and `v0.7.30` are the current release target for the SDLC-only default repo skill surface
5+
- `codex-sdlc-wizard@0.7.31` and `v0.7.31` 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
@@ -55,27 +55,27 @@
5555

5656
## Next Release Cycle
5757

58-
### 0.7.31
58+
### 0.7.32
5959

60-
Purpose: continue pilot rollout after the `0.7.30` unknown-argument fail-fast release while keeping new patches tied to proven reusable wizard bugs or verified Codex-native workflow behavior.
60+
Purpose: continue pilot rollout after the `0.7.31` Codex compact lifecycle hook release while keeping new patches tied to proven reusable wizard bugs or verified Codex-native workflow behavior.
6161

6262
Scope:
63-
- keep `0.7.30` as the initialized-clone default-update, current-Codex handoff/full-trust guidance, demo-runtime claim gate, parallel proof-runner, current Codex hooks feature-flag baseline, optional `GOALS.md` active-scope contract, manual `/goal` guidance baseline, and fail-fast unknown-argument baseline for pilot consumption
63+
- keep `0.7.31` as the initialized-clone default-update, current-Codex handoff/full-trust guidance, demo-runtime claim gate, parallel proof-runner, current Codex hooks feature-flag and compact lifecycle baseline, optional `GOALS.md` active-scope contract, manual `/goal` guidance baseline, and fail-fast unknown-argument baseline for pilot consumption
6464
- keep programmatic `/goal` automation unassumed unless Codex exposes a stable CLI/API path for it
6565
- address the README/discovery/sponsor backlog only in small, separately verified slices
6666
- cut another stabilization patch only if real consumption surfaces another reusable wizard bug
6767
- keep separate model-profile measurement running, but do not let it block pilot rollout work
6868

6969
## Tracker Cleanup
7070

71-
The stabilization tracker is currently clear after the `0.7.30` unknown-argument fail-fast release. Remaining open docs/research issues stay outside the stabilization lane.
71+
The stabilization tracker is currently clear after the `0.7.31` compact lifecycle hook release. Remaining open docs/research issues stay outside the stabilization lane.
7272

7373
- open a new issue only when pilot consumption exposes another proven reusable wizard bug
74-
- avoid speculative backlog churn while `0.7.30` is being consumed on real repos
74+
- avoid speculative backlog churn while `0.7.31` is being consumed on real repos
7575

7676
## Remaining Backlog
7777

78-
After `0.7.30`, the main backlog is:
78+
After `0.7.31`, the main backlog is:
7979

8080
- README/discovery cleanup for the open docs issues
8181
- 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.30",
3+
"version": "0.7.31",
44
"description": "Codex SDLC adaptive setup wizard and maintenance CLI for npx distribution",
55
"license": "MIT",
66
"funding": {

0 commit comments

Comments
 (0)