agentic-sdlc-wizard 1.25.0 → 1.26.0
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/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,18 @@ All notable changes to the SDLC Wizard.
|
|
|
4
4
|
|
|
5
5
|
> **Note:** This changelog is for humans to read. Don't manually apply these changes - just run the wizard ("Check for SDLC wizard updates") and it handles everything automatically.
|
|
6
6
|
|
|
7
|
+
## [1.26.0] - 2026-04-05
|
|
8
|
+
|
|
9
|
+
### Added
|
|
10
|
+
- Codex SDLC Adapter plan — certified (9/10) through 5-round cross-model review. `BaseInfinity/codex-sdlc-wizard` repo created with plan + README. Upstream sync architecture designed (weekly GH Action monitors sdlc-wizard releases). Hooks: PreToolUse `^Bash$` for git commit/push blocking (HARD — stronger than CC), AGENTS.md for TDD guidance (SOFT), UserPromptSubmit for SDLC baseline. ~70% CC parity (#91)
|
|
11
|
+
- Research: claw-code, OmO, OmX pattern analysis — 16 candidate patterns identified from 3 open-source AI agent projects (claw-code 168K stars, OmO 48K, OmX 16K). Key findings: GreenContract graduated test levels, $ralph bounded persistence loop, planning gate enforcement, planner/executor separation. All candidates require Prove It Gate before adoption. Codex certified 8/10 round 3 (#58)
|
|
12
|
+
- Automated CC Feature Discovery verified working — weekly-update.yml already implements this via analyze-release.md (#85)
|
|
13
|
+
|
|
14
|
+
### Changed
|
|
15
|
+
- Roadmap: #79 (Domain-Adaptive Testing) and #92 (Autocompact Benchmarking) queued for next release
|
|
16
|
+
- Research doc: `RESEARCH_58_CLAW_OMO_OMX.md` added as reference (candidates list, not commitments)
|
|
17
|
+
- Codex adapter plan: `CODEX_ADAPTER_PLAN.md` added with full specs (hooks, scripts, tests, install flow)
|
|
18
|
+
|
|
7
19
|
## [1.25.0] - 2026-04-04
|
|
8
20
|
|
|
9
21
|
### Added
|
|
@@ -2497,7 +2497,7 @@ If deployment fails or post-deploy verification catches issues:
|
|
|
2497
2497
|
|
|
2498
2498
|
**SDLC.md:**
|
|
2499
2499
|
```markdown
|
|
2500
|
-
<!-- SDLC Wizard Version: 1.
|
|
2500
|
+
<!-- SDLC Wizard Version: 1.26.0 -->
|
|
2501
2501
|
<!-- Setup Date: [DATE] -->
|
|
2502
2502
|
<!-- Completed Steps: step-0.1, step-0.2, step-0.4, step-1, step-2, step-3, step-4, step-5, step-6, step-7, step-8, step-9 -->
|
|
2503
2503
|
<!-- Git Workflow: [PRs or Solo] -->
|
|
@@ -3414,7 +3414,7 @@ Walk through updates? (y/n)
|
|
|
3414
3414
|
Store wizard state in `SDLC.md` as metadata comments (invisible to readers, parseable by Claude):
|
|
3415
3415
|
|
|
3416
3416
|
```markdown
|
|
3417
|
-
<!-- SDLC Wizard Version: 1.
|
|
3417
|
+
<!-- SDLC Wizard Version: 1.26.0 -->
|
|
3418
3418
|
<!-- Setup Date: 2026-01-24 -->
|
|
3419
3419
|
<!-- Completed Steps: step-0.1, step-0.2, step-1, step-2, step-3, step-4, step-5, step-6, step-7, step-8, step-9 -->
|
|
3420
3420
|
<!-- Git Workflow: PRs -->
|
package/package.json
CHANGED
package/skills/update/SKILL.md
CHANGED
|
@@ -45,13 +45,13 @@ Extract the latest version from the first `## [X.X.X]` line.
|
|
|
45
45
|
Parse all CHANGELOG entries between the user's installed version and the latest. Present a clear summary:
|
|
46
46
|
|
|
47
47
|
```
|
|
48
|
-
Installed: 1.
|
|
49
|
-
Latest: 1.
|
|
48
|
+
Installed: 1.24.0
|
|
49
|
+
Latest: 1.26.0
|
|
50
50
|
|
|
51
51
|
What changed:
|
|
52
|
+
- [1.26.0] Codex SDLC Adapter plan, claw-code/OmO/OmX research, CC feature discovery verified, ...
|
|
52
53
|
- [1.25.0] Plugin format, 6 distribution channels (curl, Homebrew, gh, GitHub Releases), ...
|
|
53
54
|
- [1.24.0] Hook if conditionals, autocompact tuning + 1M/200K guidance, tdd_red fix, ...
|
|
54
|
-
- [1.23.0] Update notification hook, cross-model review standardization, ...
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
**If versions match:** Say "You're up to date! (version X.X.X)" and stop.
|