agentic-sdlc-wizard 1.51.0 → 1.53.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,49 @@ 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.53.0] - 2026-04-29
|
|
8
|
+
|
|
9
|
+
### Removed
|
|
10
|
+
|
|
11
|
+
- **`scan-community` job in `.github/workflows/weekly-update.yml`** (252 lines including its surrounding header comment block) — closes ROADMAP #231 Phase 3c. The CI cron ran a Claude scan of Reddit/HN/blogs + friction-signal issues at $2-5/run. After Phase 3b deleted its consumer (community-e2e-test), it only created digest issues — value didn't justify the cost. Replacement: maintainer runs `claude --print --allowedTools "WebFetch,Read,Bash" "$(cat .github/prompts/analyze-community.md)"` on Max ($0 sim leg) when interested.
|
|
12
|
+
|
|
13
|
+
### Changed
|
|
14
|
+
|
|
15
|
+
- `.github/prompts/analyze-community.md`: header rewritten with usage block describing the manual `claude --print` invocation. The competitive watchlist is unchanged.
|
|
16
|
+
- `tests/test-workflow-triggers.sh`: 7 tests stubbed (Tests 57, 70b, 70c, 70d, 70f, 113, 164). Test 86 expanded to assert ALL three deleted jobs (version-test, community-e2e-test, scan-community) stay deleted; renamed `_has_two_jobs_post_phase_3b` → `_has_one_job_post_phase_3c`.
|
|
17
|
+
- `tests/test-prove-it.sh`: Test 18 (competitive watchlist) reframed — checks only that `analyze-community.md` retains the watchlist content, not that any CI workflow consumes it.
|
|
18
|
+
- `plans/AUTO_SELF_UPDATE.md`: workflow table updated.
|
|
19
|
+
|
|
20
|
+
### Files
|
|
21
|
+
|
|
22
|
+
- `.github/workflows/weekly-update.yml` (-252 lines)
|
|
23
|
+
- `.github/prompts/analyze-community.md` (+10 lines header)
|
|
24
|
+
- `tests/test-workflow-triggers.sh` (7 stubs, 1 test expanded + renamed)
|
|
25
|
+
- `tests/test-prove-it.sh` (1 test reframed)
|
|
26
|
+
- `plans/AUTO_SELF_UPDATE.md` (1 line updated)
|
|
27
|
+
- Version bump 1.52.0 → 1.53.0
|
|
28
|
+
|
|
29
|
+
### Phase 3 cumulative
|
|
30
|
+
After v1.53.0, weekly-update.yml has only `check-updates` (the cheap detection cron, ~$0.30/run). Phase 3d (split check-updates into detection + Claude-ranker) is the last remaining slice before Phase 4 (full deletion or ~50-line minimum).
|
|
31
|
+
|
|
32
|
+
## [1.52.0] - 2026-04-28
|
|
33
|
+
|
|
34
|
+
### Removed
|
|
35
|
+
|
|
36
|
+
- **`community-e2e-test` job in `.github/workflows/weekly-update.yml`** (231 lines) — closes ROADMAP #231 Phase 3b. The CI job ran "apply community findings → Phase A baseline → Phase B candidate → compare_ci" on every external community finding at $8-15/run. 30-day window: 1 merged artifact (community-patterns/2026-04-23). Replacement: maintainer reviews the digest issue from `scan-community`, manually applies findings, runs `tests/e2e/local-shepherd.sh <PR> --compare-baseline` locally on Max ($0 sim leg).
|
|
37
|
+
|
|
38
|
+
### Changed
|
|
39
|
+
|
|
40
|
+
- `tests/test-workflow-triggers.sh`: 3 community-e2e tests stubbed to "n/a per #231 Phase 3b" (Test 70, 70e, 88). Test 86 expanded to assert BOTH version-test AND community-e2e-test stay deleted (renamed to `test_weekly_update_has_two_jobs_post_phase_3b`, expected = ['check-updates', 'scan-community']).
|
|
41
|
+
- `plans/AUTO_SELF_UPDATE.md`: workflow table + E2E Testing line updated to reflect both deletions.
|
|
42
|
+
|
|
43
|
+
### Files
|
|
44
|
+
|
|
45
|
+
- `.github/workflows/weekly-update.yml` (-231 lines)
|
|
46
|
+
- `tests/test-workflow-triggers.sh` (3 stubs, 1 test expanded + renamed)
|
|
47
|
+
- `plans/AUTO_SELF_UPDATE.md` (2 lines updated)
|
|
48
|
+
- Version bump 1.51.0 → 1.52.0 across the usual files
|
|
49
|
+
|
|
7
50
|
## [1.51.0] - 2026-04-27
|
|
8
51
|
|
|
9
52
|
### Removed
|
|
@@ -2974,7 +2974,7 @@ If deployment fails or post-deploy verification catches issues:
|
|
|
2974
2974
|
|
|
2975
2975
|
**SDLC.md:**
|
|
2976
2976
|
```markdown
|
|
2977
|
-
<!-- SDLC Wizard Version: 1.
|
|
2977
|
+
<!-- SDLC Wizard Version: 1.53.0 -->
|
|
2978
2978
|
<!-- Setup Date: [DATE] -->
|
|
2979
2979
|
<!-- 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
2980
|
<!-- Git Workflow: [PRs or Solo] -->
|
|
@@ -4039,7 +4039,7 @@ Walk through updates? (y/n)
|
|
|
4039
4039
|
Store wizard state in `SDLC.md` as metadata comments (invisible to readers, parseable by Claude):
|
|
4040
4040
|
|
|
4041
4041
|
```markdown
|
|
4042
|
-
<!-- SDLC Wizard Version: 1.
|
|
4042
|
+
<!-- SDLC Wizard Version: 1.53.0 -->
|
|
4043
4043
|
<!-- Setup Date: 2026-01-24 -->
|
|
4044
4044
|
<!-- 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 -->
|
|
4045
4045
|
<!-- Git Workflow: PRs -->
|
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.53.0
|
|
97
97
|
|
|
98
98
|
What changed:
|
|
99
|
+
- [1.53.0] delete scan-community cron (#231 Phase 3c) — manual `claude --print` invocation of analyze-community.md
|
|
100
|
+
- [1.52.0] delete community-e2e-test cron (#231 Phase 3b) — manual local-shepherd review of scan-community digest
|
|
99
101
|
- [1.51.0] delete version-test cron (#231 Phase 3a) — manual local-Max replacement via npm i + local-shepherd
|
|
100
102
|
- [1.50.0] local-shepherd.sh --strip-paths flag (#231 Phase 2 — replaces deleted prove-it-test cron)
|
|
101
103
|
- [1.49.0] local-shepherd.sh --compare-baseline flag (#230)
|