agentic-sdlc-wizard 1.64.0 → 1.66.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/.claude-plugin/marketplace.json +1 -1
- package/.claude-plugin/plugin.json +1 -1
- package/CHANGELOG.md +40 -0
- package/CLAUDE_CODE_SDLC_WIZARD.md +4 -2
- package/README.md +2 -0
- package/package.json +1 -1
- package/skills/update/SKILL.md +4 -10
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,46 @@ 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.66.0] - 2026-05-04
|
|
8
|
+
|
|
9
|
+
### Closed (paperwork-stale roadmap rows)
|
|
10
|
+
|
|
11
|
+
- **ROADMAP #95 — Nous Research competitive audit** ✅ DONE 2026-05-04 with NO-GO verdict. Research write-up at `.reviews/research-95-nous.md`. Nous Research builds open-weights LLMs (Hermes), agent frameworks (Hermes Agent), RL environments (atropos), and distributed-training infra (Psyche) — different layer of the stack from SDLC enforcement. Hermes Agent is the same layer as Claude Code / Codex CLI / OpenCode (a *target* for the wizard, not a competitor); the OpenCode port (#9) is the right vehicle if anyone ever wants the wizard to run against a self-hosted Nous endpoint. Pattern continues with #76 (Promptfoo NO-GO), #77 (constrain-to-playbook NO-GO), #235 (Thoughtworks AI Evals NO-GO): external-product audits keep validating the wizard's niche.
|
|
12
|
+
|
|
13
|
+
- **`docs/codex-near-top` cross-reference** ✅ DONE 2026-05-04 in PR #309. Surfaced `codex-sdlc-wizard` sibling at the top of README.md (after the tagline, before Install) and `CLAUDE_CODE_SDLC_WIZARD.md` (after the "What This Is" intro), so users on OpenAI's Codex CLI find the alternative without scrolling 250+/500+ lines to the Ecosystem section. Two new doc-consistency tests (head -30 / head -50 grep) keep the callout from drifting out of the top fold. OpenCode sibling intentionally not mentioned yet (per maintainer — bootstrap shipping in a different session).
|
|
14
|
+
|
|
15
|
+
- **GitHub issue #308 (API features review)** ✅ CLOSED 2026-05-04. 4/4 entries audited (`gh issue view 308#issuecomment-4375055751`): zero wizard changes needed. Sonnet 1M-beta retirement (2026-04-30) only affects Sonnet 4.5 and Sonnet 4 — wizard's `sonnet[1m]` mixed-mode tier resolves to Sonnet 4.6 which keeps 1M GA per [API release notes](https://platform.claude.com/docs/en/release-notes/api.md). Rate Limits API + Memory for Managed Agents are different products. Haiku 3 retirement is irrelevant — `grep -ri "haiku.3\|claude-3-haiku"` returned zero hits across the wizard.
|
|
16
|
+
|
|
17
|
+
### Files
|
|
18
|
+
|
|
19
|
+
- `.reviews/research-95-nous.md` (new — research write-up, force-added past `.reviews/` gitignore matching #206 + #235 precedent)
|
|
20
|
+
- `ROADMAP.md` (#95 marked DONE with verdict reference)
|
|
21
|
+
- `README.md` + `CLAUDE_CODE_SDLC_WIZARD.md` (codex sibling callout near top, shipped in PR #309)
|
|
22
|
+
- `tests/test-doc-consistency.sh` (2 new top-of-doc grep tests for codex callout, shipped in PR #309)
|
|
23
|
+
- `CHANGELOG.md`, `SDLC.md`, `skills/update/SKILL.md`, `package.json`, `.claude-plugin/plugin.json` + `marketplace.json`, `CLAUDE_CODE_SDLC_WIZARD.md` (1.65.0 → 1.66.0)
|
|
24
|
+
|
|
25
|
+
### Notes
|
|
26
|
+
|
|
27
|
+
Zero code changes (research + cross-reference docs only). Backlog after this release: 1 open issue (#302 user-level setup skill — design-blocked) + ROADMAP top items #212 (multi-day), #9 OpenCode (separate session per maintainer).
|
|
28
|
+
|
|
29
|
+
## [1.65.0] - 2026-05-04
|
|
30
|
+
|
|
31
|
+
### Closed (paperwork-stale roadmap rows)
|
|
32
|
+
|
|
33
|
+
- **ROADMAP #210 — Node 24 compliance regression** ✅ DONE 2026-04-23 in PR #217 (commit `045c938`). Defensive `test_no_oven_sh_setup_bun` + committed negative-control fixture both shipped on the original PR; the row was just never paperwork-closed. Audit 2026-05-04 confirms zero workflows use `oven-sh/setup-bun`, all 15 Node 24 compliance tests green, full action surface is Node 24-compatible. Hard deadline 2026-06-02 (GitHub forces Node 24) is comfortably met.
|
|
34
|
+
|
|
35
|
+
- **ROADMAP #235 — Thoughtworks "AI Evals" methodology audit** ✅ DONE 2026-05-04 with NO-GO verdict. Research write-up at `.reviews/research-235-ai-evals.md`. The Thoughtworks Decoder article is methodology-only; every layer it describes (pre-deployment validation, post-deployment monitoring, quality gates, continuous oversight, performance consistency, output accuracy, error-mode catching, model-evolution tracking) already has a working analog in our pipeline (Tier 1/2 evaluator + score-history + CUSUM + token-spike + adversarial cross-model review + SDP scoring). Only candidate gap is bias/alignment evaluation, which is out of scope (the wizard is SDLC enforcement, not LLM ethics). Pattern continues with prior NO-GO research items #76 (Promptfoo) and #77 (constrain-to-playbook).
|
|
36
|
+
|
|
37
|
+
### Files
|
|
38
|
+
|
|
39
|
+
- `.reviews/research-235-ai-evals.md` (new — research write-up, force-added past `.reviews/` gitignore matching #206 precedent)
|
|
40
|
+
- `ROADMAP.md` (#210 + #235 marked DONE with verdict references)
|
|
41
|
+
- `CHANGELOG.md`, `SDLC.md`, `skills/update/SKILL.md`, `package.json`, `.claude-plugin/plugin.json` + `marketplace.json`, `CLAUDE_CODE_SDLC_WIZARD.md` (1.64.0 → 1.65.0)
|
|
42
|
+
|
|
43
|
+
### Notes
|
|
44
|
+
|
|
45
|
+
Zero code changes. Two paperwork-stale rows closed; no new behavior. Useful for cleaning the active queue heading into the OpenCode Phase B/C planning session.
|
|
46
|
+
|
|
7
47
|
## [1.64.0] - 2026-04-30
|
|
8
48
|
|
|
9
49
|
### Added (XDLC ecosystem cross-references)
|
|
@@ -22,6 +22,8 @@ You set it up, Claude follows it. The magic is that structured human engineering
|
|
|
22
22
|
|
|
23
23
|
**The result:** Claude follows a disciplined engineering process automatically. You just review and approve.
|
|
24
24
|
|
|
25
|
+
> **Built for Claude Code.** Using OpenAI's Codex CLI instead? See [`codex-sdlc-wizard`](https://github.com/BaseInfinity/codex-sdlc-wizard) — same SDLC enforcement, ported.
|
|
26
|
+
|
|
25
27
|
---
|
|
26
28
|
|
|
27
29
|
## The Vision
|
|
@@ -2974,7 +2976,7 @@ If deployment fails or post-deploy verification catches issues:
|
|
|
2974
2976
|
|
|
2975
2977
|
**SDLC.md:**
|
|
2976
2978
|
```markdown
|
|
2977
|
-
<!-- SDLC Wizard Version: 1.
|
|
2979
|
+
<!-- SDLC Wizard Version: 1.66.0 -->
|
|
2978
2980
|
<!-- Setup Date: [DATE] -->
|
|
2979
2981
|
<!-- 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 -->
|
|
2980
2982
|
<!-- Git Workflow: [PRs or Solo] -->
|
|
@@ -4053,7 +4055,7 @@ Walk through updates? (y/n)
|
|
|
4053
4055
|
Store wizard state in `SDLC.md` as metadata comments (invisible to readers, parseable by Claude):
|
|
4054
4056
|
|
|
4055
4057
|
```markdown
|
|
4056
|
-
<!-- SDLC Wizard Version: 1.
|
|
4058
|
+
<!-- SDLC Wizard Version: 1.66.0 -->
|
|
4057
4059
|
<!-- Setup Date: 2026-01-24 -->
|
|
4058
4060
|
<!-- 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 -->
|
|
4059
4061
|
<!-- Git Workflow: PRs -->
|
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ A **self-evolving Software Development Life Cycle (SDLC) enforcement system for
|
|
|
4
4
|
|
|
5
5
|
**Built on 15+ years of software engineering and founding engineering experience** — battle-tested patterns from real production systems, baked into an AI agent that follows tried-and-true software quality practices so you don't have to enforce them manually.
|
|
6
6
|
|
|
7
|
+
> **Built for Claude Code.** Using OpenAI's Codex CLI instead? Check out [`codex-sdlc-wizard`](https://github.com/BaseInfinity/codex-sdlc-wizard) — same SDLC enforcement, ported. ([Full ecosystem](#xdlc-ecosystem-sibling-projects).)
|
|
8
|
+
|
|
7
9
|
## Install
|
|
8
10
|
|
|
9
11
|
**Requires [Claude Code](https://docs.anthropic.com/en/docs/claude-code/overview)** (Anthropic's CLI for Claude).
|
package/package.json
CHANGED
package/skills/update/SKILL.md
CHANGED
|
@@ -93,9 +93,11 @@ Parse CHANGELOG entries between the user's installed version and latest. Present
|
|
|
93
93
|
|
|
94
94
|
```
|
|
95
95
|
Installed: 1.42.0
|
|
96
|
-
Latest: 1.
|
|
96
|
+
Latest: 1.66.0
|
|
97
97
|
|
|
98
98
|
What changed:
|
|
99
|
+
- [1.66.0] roadmap hygiene — closed #95 (Nous Research competitive audit — NO-GO; different layer of the stack, Nous builds open-weights LLMs + agent frameworks, we enforce SDLC process; pattern continues with #76 + #77 + #235 NO-GOs). Research write-up at `.reviews/research-95-nous.md`. Also rolls in PR #309 (codex sibling callout near top of README + wizard doc) and `gh issue close 308` (4/4 API entries audited, zero wizard changes — Sonnet 1M retirement only affects 4.5/4, our mixed-mode tier pins to 4.6).
|
|
100
|
+
- [1.65.0] roadmap hygiene — closed paperwork-stale rows #210 (Node 24 false-green test, already shipped in PR #217) and #235 (Thoughtworks AI Evals research — NO-GO verdict, methodology already implemented under different naming; pattern continues with #76 + #77 NO-GOs). Research write-up at `.reviews/research-235-ai-evals.md`. No code changes.
|
|
99
101
|
- [1.64.0] XDLC ecosystem cross-references — README, wizard doc, and ROADMAP now cross-reference all three sibling packages (`agentic-sdlc-wizard`, `codex-sdlc-wizard`, `claude-gdlc-wizard`). New "Ecosystem (Sibling Projects)" section in README. 3 new doc-consistency tests prevent drift.
|
|
100
102
|
- [1.63.0] cache-cost observability closeout (#204 absorbed by #220) — `tests/test-token-spike.sh` gains explicit cache-miss regression test + negative-control test. SDLC skill + wizard doc gain "Cache-Cost Surprises" sections covering 10-20× silent cost blowups (mid-session CLAUDE.md edits, idle pruning, upstream cache bugs) and detection via `hooks/token-spike-check.sh`'s `costly_tokens` metric.
|
|
101
103
|
- [1.62.0] roadmap hygiene + #211 backfill — closes paperwork-stale rows (#207, #211 historical, #215, #217, #78, #79, #80, #219). Backfilled 5 corrupted `score-history.jsonl` rows from `max_score:10` → `max_score:11` (UI scenarios with design_system criterion). Codex strategic review confirmed scope.
|
|
@@ -110,15 +112,7 @@ What changed:
|
|
|
110
112
|
- [1.53.0] delete scan-community cron (#231 Phase 3c) — manual `claude --print` invocation of analyze-community.md
|
|
111
113
|
- [1.52.0] delete community-e2e-test cron (#231 Phase 3b) — manual local-shepherd review of scan-community digest
|
|
112
114
|
- [1.51.0] delete version-test cron (#231 Phase 3a) — manual local-Max replacement via npm i + local-shepherd
|
|
113
|
-
|
|
114
|
-
- [1.49.0] local-shepherd.sh --compare-baseline flag (#230)
|
|
115
|
-
- [1.48.0] SKILL.md trim — token bloat audit phase 2 follow-up
|
|
116
|
-
- [1.47.0] Codex review progress wrapper (#259)
|
|
117
|
-
- [1.46.1] npx check surfaces dangling+enabled plugin state (#266)
|
|
118
|
-
- [1.46.0] PreCompact dry-run env vars (#240)
|
|
119
|
-
- [1.45.0] PreCompact path (c) — SHA-ancestry self-heal (#257)
|
|
120
|
-
- [1.44.1] Autocompact compound-misconfig detection (#207)
|
|
121
|
-
... (full entries from fetched CHANGELOG)
|
|
115
|
+
... (older entries omitted — read the full CHANGELOG.md for anything pre-1.51.0)
|
|
122
116
|
```
|
|
123
117
|
|
|
124
118
|
Read the actual entries from the fetched CHANGELOG; don't paraphrase. The user wants to see exactly what shipped.
|