chore(release): v7.3.1#558
Merged
Merged
Conversation
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>
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Contributor
🔒 Security Scan ResultsPlease check the workflow logs for details. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
2 tasks
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Patch release bundling 15 user-facing PRs merged since v7.3.0.
Workflows page refinement (A1-A3c)
/workflowsnow mirrors/specs: 7-bucket concern classifier(Security / Quality / Testing / Performance / Docs / Bugs /
Discovery / Release), chip filter toolbar with search, per-row
concern badge column, kebab action menu, URL parameter support
for shareable state.
workflow_concern.pymodule derived onevery render.
feat(ops): kebab action column + 3-item menu (A3b) #555 (A3b kebab menu), feat(ops): URL param parsing + chip-state-from-URL (A3c, final A3) #556 (A3c URL params).
SDK error message fidelity Phase 6
claudeCLI stderr:test-audit,doc-audit,doc-gen.real causes via the typed
sdk_error_kindclassifier.discovery-sweep,secure-release) queued for futurerelease — they aggregate sub-workflow failures and need a
different error surface.
Version bumps (9 files, per CLAUDE.md checklist)
pyproject.tomlplugin/.claude-plugin/plugin.jsonplugin/.claude-plugin/marketplace.json(2 fields).claude-plugin/marketplace.json(2 fields)plugin/core/__init__.py.claude/CLAUDE.mdheader + footerdocs/reference/API_REFERENCE.mdheader + footeruv.lock(self-reference only, no dep cascade)Test plan
test_all_versions_match)uv lockproduced no unexpected dep churn (verified — only the attune-ai self-line changed)After merge: tag
v7.3.1, triggerpublish-pypi.ymlworkflow,approve
pypienv deployment, edit release notes to use theCHANGELOG section.
🤖 Generated with Claude Code