agentic-sdlc-wizard 1.36.0 → 1.36.1

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.
@@ -13,7 +13,7 @@
13
13
  "name": "sdlc-wizard",
14
14
  "source": ".",
15
15
  "description": "SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd",
16
- "version": "1.36.0",
16
+ "version": "1.36.1",
17
17
  "author": {
18
18
  "name": "Stefan Ayala"
19
19
  },
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "sdlc-wizard",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "description": "SDLC enforcement for AI agents — TDD, planning, self-review, CI shepherd",
5
5
  "author": {
6
6
  "name": "Stefan Ayala",
7
7
  "url": "https://github.com/BaseInfinity"
8
8
  },
9
- "repository": "https://github.com/BaseInfinity/agentic-ai-sdlc-wizard",
9
+ "repository": "https://github.com/BaseInfinity/claude-sdlc-wizard",
10
10
  "license": "MIT",
11
11
  "keywords": ["sdlc", "tdd", "code-quality", "ai-agent", "developer-tools"]
12
12
  }
package/CHANGELOG.md CHANGED
@@ -4,6 +4,19 @@ 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.36.1] - 2026-04-23
8
+
9
+ ### Changed
10
+
11
+ - **Repo renamed `agentic-ai-sdlc-wizard` → `claude-sdlc-wizard`.** Matches sibling pattern (`codex-sdlc-wizard`, future `opencode-sdlc-wizard`). GitHub auto-redirects old URLs for git + web. **npm package name unchanged** (`agentic-sdlc-wizard`) — brand-neutral, safer re: Anthropic trademark guidelines, and avoids disruptive npm rename.
12
+ - **Slug migration across docs/tests/configs.** All repo-internal references to the old slug updated: `README.md`, `CLAUDE_CODE_SDLC_WIZARD.md`, `CONTRIBUTING.md`, `ROADMAP.md`, `package.json` `repository.url`, raw GitHub URL fetches in `tests/test-self-update.sh`, CI workflow references. GitHub handles the redirect transparently but keeping internal references in sync prevents future drift.
13
+ - **`npm pkg fix` applied to `package.json`.** Normalizes `bin` path (drops leading `./`), `repository.url` form (`git+https://...`). Resolves `npm warn` messages surfaced during v1.36.0 publish.
14
+
15
+ ### Process
16
+
17
+ - Codex cross-model review on the slug-migration + `npm pkg fix` PR.
18
+ - Release workflow `workflow_dispatch` fallback added in v1.36.0 via PR #221 proved its worth on v1.36.0 publish (tag-push trigger didn't fire; manual dispatch unblocked). Kept as permanent safety net.
19
+
7
20
  ## [1.36.0] - 2026-04-23
8
21
 
9
22
  ### Added
@@ -1,6 +1,6 @@
1
1
  # Claude Code SDLC Setup Wizard
2
2
 
3
- > **Contribute**: This wizard is community-driven. PRs welcome at [github.com/BaseInfinity/agentic-ai-sdlc-wizard](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard) - your discoveries help everyone.
3
+ > **Contribute**: This wizard is community-driven. PRs welcome at [github.com/BaseInfinity/claude-sdlc-wizard](https://github.com/BaseInfinity/claude-sdlc-wizard) - your discoveries help everyone.
4
4
 
5
5
  > **For Humans**: This wizard helps you implement a battle-tested SDLC enforcement system for Claude Code. It will scan your project, ask questions, and walk you through setup step-by-step. Works for solo developers, teams, and organizations alike.
6
6
 
@@ -2713,7 +2713,7 @@ If deployment fails or post-deploy verification catches issues:
2713
2713
 
2714
2714
  **SDLC.md:**
2715
2715
  ```markdown
2716
- <!-- SDLC Wizard Version: 1.36.0 -->
2716
+ <!-- SDLC Wizard Version: 1.36.1 -->
2717
2717
  <!-- Setup Date: [DATE] -->
2718
2718
  <!-- 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 -->
2719
2719
  <!-- Git Workflow: [PRs or Solo] -->
@@ -3708,8 +3708,8 @@ Claude fetches from these URLs (via WebFetch):
3708
3708
 
3709
3709
  | Resource | URL |
3710
3710
  |----------|-----|
3711
- | CHANGELOG | `https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/CHANGELOG.md` |
3712
- | Wizard | `https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/CLAUDE_CODE_SDLC_WIZARD.md` |
3711
+ | CHANGELOG | `https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/CHANGELOG.md` |
3712
+ | Wizard | `https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/CLAUDE_CODE_SDLC_WIZARD.md` |
3713
3713
 
3714
3714
  ### What Claude Does (4 Phases)
3715
3715
 
@@ -3774,7 +3774,7 @@ Walk through updates? (y/n)
3774
3774
  Store wizard state in `SDLC.md` as metadata comments (invisible to readers, parseable by Claude):
3775
3775
 
3776
3776
  ```markdown
3777
- <!-- SDLC Wizard Version: 1.36.0 -->
3777
+ <!-- SDLC Wizard Version: 1.36.1 -->
3778
3778
  <!-- Setup Date: 2026-01-24 -->
3779
3779
  <!-- 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 -->
3780
3780
  <!-- Git Workflow: PRs -->
@@ -3891,7 +3891,7 @@ jobs:
3891
3891
  echo "Installed wizard version: $INSTALLED"
3892
3892
 
3893
3893
  # Fetch latest CHANGELOG
3894
- curl -sL https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/CHANGELOG.md -o /tmp/changelog.md
3894
+ curl -sL https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/CHANGELOG.md -o /tmp/changelog.md
3895
3895
 
3896
3896
  # Extract latest version (first ## [X.X.X] line)
3897
3897
  LATEST=$(grep -m1 -oE '\[[0-9]+\.[0-9]+\.[0-9]+\]' /tmp/changelog.md | tr -d '[]')
package/README.md CHANGED
@@ -19,7 +19,7 @@ Then start (or restart) Claude Code — type `/exit` then `claude` to reload hoo
19
19
 
20
20
  **curl (no npm install needed):**
21
21
  ```bash
22
- curl -fsSL https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/install.sh | bash
22
+ curl -fsSL https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/install.sh | bash
23
23
  ```
24
24
 
25
25
  **Homebrew:**
@@ -36,7 +36,7 @@ gh sdlc-wizard init
36
36
 
37
37
  **From GitHub (no npm registry needed):**
38
38
  ```bash
39
- npx github:BaseInfinity/agentic-ai-sdlc-wizard init
39
+ npx github:BaseInfinity/claude-sdlc-wizard init
40
40
  ```
41
41
 
42
42
  **Install CLI globally:**
@@ -258,5 +258,5 @@ PRs welcome. See [CONTRIBUTING.md](CONTRIBUTING.md) for evaluation methodology a
258
258
  Three ways to report bugs, request features, or ask questions:
259
259
 
260
260
  - **In-session:** run `/feedback` inside any Claude Code session using this wizard — auto-fills context and redacts secrets before filing
261
- - **Issue templates:** [bug report](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard/issues/new?template=bug_report.md), [feature request](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard/issues/new?template=feature_request.md), [question](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard/issues/new?template=question.md)
262
- - **Discussions:** open-ended conversations at [github.com/BaseInfinity/agentic-ai-sdlc-wizard/discussions](https://github.com/BaseInfinity/agentic-ai-sdlc-wizard/discussions)
261
+ - **Issue templates:** [bug report](https://github.com/BaseInfinity/claude-sdlc-wizard/issues/new?template=bug_report.md), [feature request](https://github.com/BaseInfinity/claude-sdlc-wizard/issues/new?template=feature_request.md), [question](https://github.com/BaseInfinity/claude-sdlc-wizard/issues/new?template=question.md)
262
+ - **Discussions:** open-ended conversations at [github.com/BaseInfinity/claude-sdlc-wizard/discussions](https://github.com/BaseInfinity/claude-sdlc-wizard/discussions)
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "agentic-sdlc-wizard",
3
- "version": "1.36.0",
3
+ "version": "1.36.1",
4
4
  "description": "SDLC enforcement for Claude Code — hooks, skills, and wizard setup in one command",
5
5
  "bin": {
6
- "sdlc-wizard": "./cli/bin/sdlc-wizard.js"
6
+ "sdlc-wizard": "cli/bin/sdlc-wizard.js"
7
7
  },
8
8
  "files": [
9
9
  "cli/",
@@ -24,7 +24,7 @@
24
24
  "license": "MIT",
25
25
  "repository": {
26
26
  "type": "git",
27
- "url": "https://github.com/BaseInfinity/agentic-ai-sdlc-wizard"
27
+ "url": "git+https://github.com/BaseInfinity/claude-sdlc-wizard.git"
28
28
  },
29
29
  "engines": {
30
30
  "node": ">=18.0.0"
@@ -61,7 +61,7 @@ Use `gh issue create` on the wizard repo:
61
61
 
62
62
  ```bash
63
63
  gh issue create \
64
- --repo BaseInfinity/agentic-ai-sdlc-wizard \
64
+ --repo BaseInfinity/claude-sdlc-wizard \
65
65
  --title "[feedback-type]: Brief description" \
66
66
  --body "$(cat <<'EOF'
67
67
  ## Feedback Type
@@ -89,4 +89,4 @@ EOF
89
89
  - **Opt-in only** — if user declines scan, still create the issue with whatever they tell you manually
90
90
  - **No source code** — never include source code snippets in issues
91
91
  - **Be specific** — vague issues waste maintainer time. Ask clarifying questions
92
- - **Check for duplicates** — `gh issue list --repo BaseInfinity/agentic-ai-sdlc-wizard --search "keywords"` before creating
92
+ - **Check for duplicates** — `gh issue list --repo BaseInfinity/claude-sdlc-wizard --search "keywords"` before creating
@@ -35,7 +35,7 @@ Also note the completed steps from `<!-- Completed Steps: ... -->`.
35
35
 
36
36
  Use WebFetch to fetch the CHANGELOG:
37
37
  ```
38
- https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/CHANGELOG.md
38
+ https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/CHANGELOG.md
39
39
  ```
40
40
 
41
41
  Extract the latest version from the first `## [X.X.X]` line.
@@ -46,9 +46,10 @@ Parse all CHANGELOG entries between the user's installed version and the latest.
46
46
 
47
47
  ```
48
48
  Installed: 1.24.0
49
- Latest: 1.36.0
49
+ Latest: 1.36.1
50
50
 
51
51
  What changed:
52
+ - [1.36.1] Repo renamed `agentic-ai-sdlc-wizard` → `claude-sdlc-wizard` (matches sibling pattern; npm package unchanged); `npm pkg fix` metadata cleanup; slug migration across docs/tests/configs
52
53
  - [1.36.0] CC 2.1.118 `/usage` canonical + aliases, Tier 2 dead-gate fix (#215), score-history max_score correctness (#211), setup-bun regression guard (#210), post-mortem learnings (#220-222), GPT-5.5 adoption plan (#223), MCP-tool hooks + #198 re-verify in backlog (#218/#219)
53
54
  - [1.35.0] PreCompact seam gate + self-heal (#208/#209), effort auto-bump on LOW/FAILED/CONFUSED (#195), wizard staleness nudge (#196), Codex CI-log audit pattern, ...
54
55
  - [1.34.0] API feature detection shepherd for Claude releases, Memory Audit Protocol with 7 verified lessons (+2 caught-and-retracted), /less-permission-prompts surfaced, ...
@@ -81,7 +82,7 @@ This reports each managed file as MATCH, CUSTOMIZED, MISSING, or DRIFT. Present
81
82
 
82
83
  Use WebFetch to fetch the latest wizard:
83
84
  ```
84
- https://raw.githubusercontent.com/BaseInfinity/agentic-ai-sdlc-wizard/main/CLAUDE_CODE_SDLC_WIZARD.md
85
+ https://raw.githubusercontent.com/BaseInfinity/claude-sdlc-wizard/main/CLAUDE_CODE_SDLC_WIZARD.md
85
86
  ```
86
87
 
87
88
  This is the source of truth for all templates, hooks, skills, and step registry.