docs: CHANGELOGs + freshness riders conformance wave (10 plugins) - #337
Conversation
Wave #316 of epic #313 (matrix dims 7 + 14). CHANGELOGs (dim 7): firecrawl 0.2.2, miro 0.1.2, playwright 0.2.1 now ship Keep-a-Changelog files seeded with the current version entry — every versioned plugin in the fleet now has one. Miro's version drift is resolved: package.json, the MCP server Implementation version, the lockfile, and the rebuilt committed bundle all report 0.1.2 (drift check, typecheck, and the 32-test suite green). Freshness riders (dim 14), facts re-verified this session before stamping — corrections where verification failed: - context7 0.3.1: CLI facts corrected against live ctx7 0.5.5 (--base-url default, lowercase -v, optional library query, upstream skills-surface deprecation, new remove/upgrade commands); the Claude Code unset-env MCP claim rewritten per current docs (config loads with a warning and sends the literal ${VAR} — not a parse failure). - songwriting 0.4.1: lyrics limit corrected to a 5,000-char hard cap on v4.5/v5/v5.5 with ~3,000 kept as the quality sweet spot (the May consensus position flipped), title ~100 chars, Studio row Premier-exclusive; unverifiable rows keep hedges undated; conflicting upload-length figures cross-flagged; all help.suno.com links fixed to the working /en/articles/ form. - claude-ops 0.11.3: scope-semantics doc dated (version gates re-verified: --force >=2.1.163, renames >=2.1.193, prune >=2.1.121, userConfig type set); monitor-restart claim now cites plugins-reference; setup pluginConfigs claim dated + pinned >=2.1.207. - desktop-notification 0.3.2: terminalSequence v2.1.141 claim verified against the Claude Code changelog and dated (plus a backfilled 0.3.1 entry for the #298 hook-utils resync). - skill-quality 0.4.1 and verification 0.2.1: pluginConfigs and bundled /verify + /run >=2.1.145 claims verified, dated, linked. - ai-briefing 0.5.2: README Playwright matrix dated against the official system-requirements page; the setup skill defers to that link instead of restating the matrix. ## Related - Closes #316 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 4664b072fa
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Claude finished @kyle-sexton's task in 3m 20s —— View job PR Review
SummaryThis is a clean, well-scoped documentation conformance wave. All 10 plugins get correct minor version bumps with matching CHANGELOG entries. No security concerns. The issues below are all documentation-level and none are blocking. Miro version drift fixThe version alignment is complete and internally consistent:
Context7 CLI correctionsMaterial correctness fixes verified against live
Songwriting / Suno
One open observation on the audio upload row — consistent with the Codex review comment:
Freshness ridersThe rider format is consistent across all 7 plugins: CHANGELOG formatAll new and updated CHANGELOGs follow the established fleet convention (version headers without dates, matching the pattern in every existing CHANGELOG). Keep-a-Changelog recommends dates but the fleet has a consistent dateless style — this PR is coherent with it. Minor nits (non-blocking)
Verdict: Approve with the two nits above as suggestions. The audio upload row follow-up is the only item worth tracking as a future issue; it's already documented in-file and is not a regression introduced by this PR. |
…ing page Codex review on #337: suno.com/pricing now states Upload Audio Free up to 8 minutes and Pro/Premier up to 30 minutes — both prior figures (60s/120s tier matrix and the 8-minute Pro cap) were stale. All three upload-limit tables corrected and dated; cross-flag hedges removed. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Summary
Wave #316 of epic #313 (conformance matrix dims 7 + 14).
CHANGELOGs (dim 7) — the last 3 plugins without one now ship a Keep-a-Changelog file seeded with the current version entry: firecrawl 0.2.2, miro 0.1.2, playwright 0.2.1. Every versioned plugin in the fleet now has a CHANGELOG. Miro's version drift is resolved on this bump:
package.json, the MCP serverImplementationversion, the lockfile, and the rebuilt committed bundle all report 0.1.2 (bundle drift check, typecheck, and the 32-test vitest suite green; lockfile delta is the two version fields only).Freshness riders (dim 14) — all 7 flagged plugins now carry verified-date + official-link riders on their volatile platform facts. Every fact was re-verified this session before stamping; where verification failed, the fact was corrected first (doctrine: never date a stale claim):
ctx70.5.5:--base-urldefault ishttps://context7.com(not/api), version flag is lowercase-v,library's query is optional, the upstreamskillssurface is deprecated (this plugin never invokes it), newremove/uninstall+upgradecommands listed. The Claude Code unset-env MCP claim was rewritten per current docs: the config loads with a missing-variable warning and sends the literal${VAR}text — silently broken auth, not a parse failure.help.suno.comsource links fixed to the working/en/articles/form (all 14 verified 200). Riders state explicitly that char limits are third-party-tester sourced — Suno publishes no official field limits./reload-plugins --force≥ 2.1.163, renames ≥ 2.1.193,plugin prune≥ 2.1.121,userConfigtype set per the published schema). The monitor-restart claim now cites its actual source (plugins-reference). Setup'spluginConfigsclaim dated + pinned to ≥ 2.1.207.terminalSequencev2.1.141+ claim verified against the Claude Code changelog, dated, linked. Also backfills the missing 0.3.1 CHANGELOG entry (feat(guardrails): add block-dangerous-git guard (0.6.0) #298's hook-utils resync bumped the version without one).pluginConfigs(≥ 2.1.207) and bundled/verify+/run(≥ 2.1.145, per the official bundled-skills min-version marker) claims verified, dated, linked.Verification
validate-plugins.sh,validate-plugin-contracts.mjs(1473 files), markdownlint (176 files): green.telemetry/slow-sinktiming assertions (desktop-notification, markdown-format) flake locally on Windows under process-spawn load (1.6–9.4s variance vs 2s threshold) — unrelated to this wave (markdown-format is untouched) and consistently green on CI.Related
🤖 Generated with Claude Code