chore(spec-15): add spec and roadmap backlog section#3
Merged
Conversation
Develop
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>
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the next roadmap spec entry and introduces a backlog section to track future ideas, plus a new spec document describing planned test coverage work for @unic/release-tools.
Changes:
- Register spec 15 in
docs/plans/README.mdexecution order table. - Add a
## Backlogsection (plus a “Manual actions pending” note) to the roadmap README. - Add
docs/plans/15-release-tools-tests.mddescribing planned tests forbump-versionandsync-version.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.
| File | Description |
|---|---|
| docs/plans/README.md | Adds spec 15 to the execution table and introduces a roadmap backlog section. |
| docs/plans/15-release-tools-tests.md | New spec defining desired test coverage and acceptance criteria for release-tools scripts. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- 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>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…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>
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
Test plan
🤖 Generated with Claude Code