Skip to content

chore(release): v7.3.1#558

Merged
silversurfer562 merged 1 commit into
mainfrom
chore/release-v7.3.1
Jun 2, 2026
Merged

chore(release): v7.3.1#558
silversurfer562 merged 1 commit into
mainfrom
chore/release-v7.3.1

Conversation

@silversurfer562

Copy link
Copy Markdown
Member

Summary

Patch release bundling 15 user-facing PRs merged since v7.3.0.

Workflows page refinement (A1-A3c)

SDK error message fidelity Phase 6

  • 3 more SDK-backed workflows surface real claude CLI stderr:
    test-audit, doc-audit, doc-gen.
  • 11 (v7.3.0) + 3 (here) = 14 SDK-backed workflows now surface
    real causes via the typed sdk_error_kind classifier.
  • Phase 7 (discovery-sweep, secure-release) queued for future
    release — they aggregate sub-workflow failures and need a
    different error surface.
  • PR: feat(sdk-fidelity): Phase 6 — 3 hand-rolled-message workflow migrations #551.

Version bumps (9 files, per CLAUDE.md checklist)

  • pyproject.toml
  • plugin/.claude-plugin/plugin.json
  • plugin/.claude-plugin/marketplace.json (2 fields)
  • .claude-plugin/marketplace.json (2 fields)
  • plugin/core/__init__.py
  • .claude/CLAUDE.md header + footer
  • docs/reference/API_REFERENCE.md header + footer
  • uv.lock (self-reference only, no dep cascade)

Test plan

  • CI green on all required checks (Ubuntu/macOS/Windows × 3.10-3.13)
  • Drift-guard test passes (test_all_versions_match)
  • uv lock produced no unexpected dep churn (verified — only the attune-ai self-line changed)

After merge: tag v7.3.1, trigger publish-pypi.yml workflow,
approve pypi env deployment, edit release notes to use the
CHANGELOG section.

🤖 Generated with Claude Code

Patch release bundling 15 user-facing PRs merged since v7.3.0:

- Workflows page refinement (A1-A3c): 7-bucket concern classifier,
  chip filter toolbar, kebab action menu, URL state, search.
- SDK error message fidelity Phase 6: 3 more workflows surface real
  causes (test-audit, doc-audit, doc-gen).

9 files: version bumps across pyproject.toml, plugin manifests
(2 files x 2 fields each), plugin/core/__init__.py, CLAUDE.md
header+footer, API_REFERENCE.md header+footer, uv.lock self-ref,
plus the CHANGELOG entry.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@vercel

vercel Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Jun 2, 2026 1:02am

@github-actions github-actions Bot added documentation Improvements or additions to documentation dependencies labels Jun 2, 2026
@github-actions

github-actions Bot commented Jun 2, 2026

Copy link
Copy Markdown
Contributor

🔒 Security Scan Results

⚠️ Error: Could not complete security scan

Could not extract JSON from CLI output

Please check the workflow logs for details.

@codecov

codecov Bot commented Jun 2, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@silversurfer562 silversurfer562 merged commit b7ee1f3 into main Jun 2, 2026
38 of 39 checks passed
@silversurfer562 silversurfer562 deleted the chore/release-v7.3.1 branch June 2, 2026 01:31
silversurfer562 added a commit that referenced this pull request Jun 2, 2026
- Advisory CI workflows can post a PR comment with error text
  while exiting 0 — judge blocking-ness by `gh pr checks` bucket,
  NOT comment body text. Hit on PR #556 where the
  security-scan.yml advisory job posted a "Could not extract
  JSON from CLI output" comment despite both the required
  `security` check and `Run Security Scanner` being green.
- Admin-merge dance: run as separate commands or `;`-separated,
  never `&&`-chained. From a sub-worktree the merge step
  reliably exits 1 (per the existing sub-worktree lesson) so an
  `&&` chain stops the protection-restore from running.
  Hit on both #556 and #558.

Both pair with existing lessons (Copilot Autofix family for the
first, sub-worktree merge-error family for the second).

Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant