Skip to content

Commit eb96d5e

Browse files
authored
Merge pull request #122 from pedrohcgs/feat/v1.9.0-pass5-finalize
v1.9.0 Pass 5 — finalize release (Apr 23 Anthropic post citation + release summary)
2 parents 159ba5b + af56ce2 commit eb96d5e

4 files changed

Lines changed: 132 additions & 37 deletions

File tree

CHANGELOG.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ If you have forked this template, see the **Upgrading** section at the bottom fo
66

77
---
88

9-
## v1.9.0 (in progress) — 2026-05-20
9+
## v1.9.0 — 2026-05-20
1010

1111
A **guide-refresh + ecosystem catch-up** minor release shipped in five passes against the plan at `quality_reports/plans/2026-05-20_v1.9.0-guide-refresh.md` (local-only; not tracked in git per the standard `quality_reports/plans/*` ignore rule). No breaking changes.
1212

13+
**Inventory at release: 36 skills, 16 agents, 26 rules, 6 hooks** (was 30 / 14 / 24 / 6 at v1.8.0). The release adds 6 skills (`/humanize`, `/prompt`, `/prompt-only`, `/compress-session`, `/promote-memory`, `/stata-replication`), 2 agents (`humanize-auditor`, `promote-memory-council`), and 2 rules (`model-routing.md`, `stata-code-conventions.md`).
14+
1315
### Pass 1 (PR #114, merged 2026-05-20) — guide refresh mechanical corrections
1416

1517
Eight mechanical corrections that bring the guide in line with Anthropic shipments through May 2026 (Weeks 17–20), reframe three lingering "automatic orchestrator" mentions, refresh the clo-author citation to its current MAS v2 architecture, and add a Models / API section to TROUBLESHOOTING covering the 2026-06-15 Sonnet 4 + Opus 4 retirement and the Agent SDK credit-pool split. No new skills, agents, rules, or hooks. On-disk inventory unchanged.
@@ -257,6 +259,42 @@ User-driven expansion of the template to support Stata-first projects (correctio
257259
- `quarto render guide/workflow-guide.qmd` — clean render
258260
- `python3 scripts/quality_score.py guide/workflow-guide.qmd` — 100/100 [EXCELLENCE]
259261

262+
### Pass 5 — verification follow-ups: SDK credit awareness + Anthropic engineering-post citations (2026-05-20)
263+
264+
Closes the v1.9.0 cycle with two small but load-bearing additions:
265+
266+
#### K — Agent SDK credit-pool split (2026-06-15)
267+
268+
Already partially shipped in **Pass 1** (TROUBLESHOOTING "Models and API" section) and **Pass 2A** (Cost-Conscious Composition callout in the guide). Pass 5 confirms the coverage is complete — the `/coarse-review` skill is a Claude Code plugin (not in this template's `.claude/skills/`), so no SKILL.md callout was needed; the TROUBLESHOOTING entry and the guide callout already document the cutover, the affected pattern (`claude -p` headless subprocesses), and the diagnostic ("check the Agent SDK credit balance separately if `/coarse-review` fails with credit-exhaustion errors even though your interactive session works"). **K is closed.**
269+
270+
#### L — Anthropic engineering-post citations
271+
272+
- **Apr 8, 2026 — "Scaling Managed Agents: Decoupling the brain from the hands."** Already cited as primary-source endorsement of the architect/editor split in `.claude/rules/model-routing.md` (Pass 3B) and in the guide's Cost-Conscious Composition section (Pass 2A). No additional citation needed.
273+
- **Apr 23, 2026 — "An update on recent Claude Code quality reports."** New callout added to the guide between the "Mandatory Verification" / "Don't Skip Verification" section and "Creating Your Own Domain Reviewer." Frames the post as a reminder that **model quality can regress** and that the template's verification patterns (`/verify-claims` with forked verifier, `/audit-reproducibility` with `passport.yaml`, cross-artifact review, HIGH-WARN gate-refuse, `/review-paper --variance N`) all assume drift rather than treating any specific checkpoint as a stable baseline.
274+
275+
#### Verification — Pass 5 (and final v1.9.0)
276+
277+
- `./scripts/check-surface-sync.sh` — 26/26 assertions pass; counts at release: **36 skills / 16 agents / 26 rules / 6 hooks**
278+
- `./scripts/check-skill-integrity.py` — all checks pass
279+
- `quarto render guide/workflow-guide.qmd` — clean render
280+
- `python3 scripts/quality_score.py guide/workflow-guide.qmd` — 100/100 [EXCELLENCE]
281+
282+
### Release summary
283+
284+
| Pass | PR | Net additions to disk | What it shipped |
285+
|---:|---:|---|---|
286+
| 1 | #114 | 0 | Mechanical guide refresh, Anthropic Apr–May 2026 catch-up, clo-author v26.05 citation, Models / API TROUBLESHOOTING section |
287+
| 2A | #115 | 0 | Poli-sci breadth woven into guide body, Cost-Conscious Composition subsection |
288+
| 2B | #116 | 0 | Pattern 16: Preregistration and Submission Discipline |
289+
| 2C | #117 | 0 | `/review-paper --variance N` reviewer-disposition variance mode |
290+
| 2D | #118 | +1 skill, +1 agent | `/humanize` detect-and-flag for AI-voice tells |
291+
| 3A | #119 | +2 skills, +1 template | `passport.yaml` claims provenance, HIGH-WARN claim-faithfulness gate, `/prompt` + `/prompt-only` port from Blattman |
292+
| 3B | #120 | +2 skills, +1 agent, +1 rule | Model-routing rule (70/20/10), `/compress-session`, `/promote-memory` five-critic council |
293+
| 4 | #121 | +1 skill, +1 rule | Stata expansion: `/stata-replication`, `stata-code-conventions.md`, `audit-reproducibility` source-language coverage, stata-mcp ecosystem entry |
294+
| 5 | (this PR) | 0 | Apr 23 Anthropic post citation in verification section; closes SDK-credit awareness loop |
295+
296+
**Total v1.9.0 additions:** 6 skills, 2 agents, 2 rules, 1 reference, 1 template. No breaking changes. All count-bearing surfaces verified in sync. Provenance: every addition traceable to the research-grounded plan at `quality_reports/plans/2026-05-20_v1.9.0-guide-refresh.md` (local-only).
297+
260298
---
261299

262300
## v1.8.0 — 2026-04-27

0 commit comments

Comments
 (0)