Conversation
Adds docs/plans/15-release-tools-tests.md for bump-version and sync-version test coverage, registers it in the execution table, and introduces a ## Backlog section in the roadmap for ideas not yet ready for Ralph. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- Status: "in progress" → "open" (spec is ready for Ralph, not in-flight) - Verification comment: macOS-only → CI validates all three platforms - Date criterion: "today's date" → assert YYYY-MM-DD format (no wall-clock dependency) - Keywords: add to mirrors acceptance criterion (matches MIRRORED_FIELDS in sync-version.mjs) - Add missing bump-version criteria: malformed version, missing [Unreleased] section - Add missing sync-version criterion: .version missing/non-string in plugin.json - Implementation step 1: add cwd + fake-git + marketplace.json fixture guidance Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…conflict - Step 1: explicit cross-platform stubs (git + git.cmd) and path.delimiter - Out of scope: remove Windows-contradicting item; clarify shared-helper abstraction is out of scope, not platform coverage Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
chore(spec-15): add spec and roadmap backlog section
This was referenced Jun 2, 2026
orioltf
added a commit
that referenced
this pull request
Jun 9, 2026
A --post retry where the Review Summary failed in the prior attempt could
silently drop it (all inline Threads already posted → pruned approved set is
empty → Writer's zero-Findings short-circuit skips Step 3) or render it from
the reduced re-post subset (some inline failed → incomplete Summary). Both
violate ADR-0015 AC#1 ("posts the Summary only if it didn't already land").
Why: a single approvedPath fed both the inline Threads (Step 2) and the
Summary (Step 3a), so pruning it for inline dedup corrupted the Summary.
Fix: stop pruning the approved set. The orchestrator now keeps APPROVED_FILE
full and passes the Writer an alreadyPostedFindingIds inline-skip list; the
Writer skips those inline Threads but still renders the Summary from every
approved Finding. Replaces filterUnposted/the `filter` subcommand with
postedFindingIds/`posted-ids`. Amends ADR-0015 decision #4 accordingly.
Co-Authored-By: Claude Opus 4.8 <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.
No description provided.