Skip to content

Commit 1ca87de

Browse files
committed
chore(release): prep 0.7.27
1 parent 65ea452 commit 1ca87de

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.26 check
38-
npx codex-sdlc-wizard@0.7.26 update
37+
npx codex-sdlc-wizard@0.7.27 check
38+
npx codex-sdlc-wizard@0.7.27 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.26 --model-profile maximum
191+
npx codex-sdlc-wizard@0.7.27 --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.26 --model-profile mixed
194+
npx codex-sdlc-wizard@0.7.27 --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.26
317+
npx codex-sdlc-wizard@0.7.27
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.26 --depth 1 https://github.com/BaseInfinity/codex-sdlc-wizard.git /tmp/codex-sdlc-wizard
327+
git clone --branch v0.7.27 --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 & 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.26` and `v0.7.26` are the current release target for the SDLC-only default repo skill surface
5+
- `codex-sdlc-wizard@0.7.27` and `v0.7.27` 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
@@ -49,26 +49,26 @@
4949

5050
## Next Release Cycle
5151

52-
### 0.7.27
52+
### 0.7.28
5353

54-
Purpose: continue pilot rollout after the `0.7.26` initialized-clone default-update stabilization while keeping any new patches tied to proven reusable wizard bugs.
54+
Purpose: continue pilot rollout after the `0.7.27` current-Codex handoff guidance stabilization while keeping any new patches tied to proven reusable wizard bugs.
5555

5656
Scope:
57-
- keep `0.7.26` as the initialized-clone default-update, demo-runtime claim gate, parallel proof-runner, and current Codex hooks feature-flag baseline for pilot consumption
57+
- keep `0.7.27` as the initialized-clone default-update, current-Codex handoff/full-trust guidance, demo-runtime claim gate, parallel proof-runner, and current Codex hooks feature-flag baseline for pilot consumption
5858
- address the README/discovery/sponsor backlog only in small, separately verified slices
5959
- cut another stabilization patch only if real consumption surfaces another reusable wizard bug
6060
- keep separate model-profile measurement running, but do not let it block pilot rollout work
6161

6262
## Tracker Cleanup
6363

64-
The stabilization tracker is currently clear after the `0.7.26` initialized-clone default-update stabilization. Remaining open docs/research issues stay outside the stabilization lane.
64+
The stabilization tracker is currently clear after the `0.7.27` current-Codex handoff guidance stabilization. Remaining open docs/research issues stay outside the stabilization lane.
6565

6666
- open a new issue only when pilot consumption exposes another proven reusable wizard bug
67-
- avoid speculative backlog churn while `0.7.26` is being consumed on real repos
67+
- avoid speculative backlog churn while `0.7.27` is being consumed on real repos
6868

6969
## Remaining Backlog
7070

71-
After `0.7.26`, the main backlog is:
71+
After `0.7.27`, the main backlog is:
7272

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

0 commit comments

Comments
 (0)