Skip to content

chore(changeset): catch-up changesets for 6 untracked v1.9.0 fixes - #1640

Merged
clay-good merged 1 commit into
mainfrom
changeset/v1-9-0-catchup
Aug 12, 2026
Merged

chore(changeset): catch-up changesets for 6 untracked v1.9.0 fixes#1640
clay-good merged 1 commit into
mainfrom
changeset/v1-9-0-catchup

Conversation

@clay-good

@clay-good clay-good commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Status

Ready for review. Adds only .changeset/*.md files — no code changes.

What was missing

Six user-facing fixes merged after v1.8.0 without a changeset. As-is, the v1.9.0 Version Packages PR (#1629) would ship them with no changelog entry, and three external contributors would go uncredited:

PR Fix Author
#1637 archive: preserve blank lines around ## Requirements when syncing specs @jwang513
#1607 schema fork: preserve YAML formatting @clay-good
#1632 config picker: label the update workflow; drop "expanded-profile" wording @clay-good
#1616 schemas: honor canonical root selection @Patodo
#1612 cli: reject missing roots for list and validate @clay-good
#1523 validate: warn on ambiguous task numbering @alectimison-maker

What it does

Adds one patch changeset per fix, each with a user-focused description and a manual Thanks @author credit + PR link (since the changeset is authored here, not in the original PR).

Proof it's safe

  • All six are patch bumps. changeset status still resolves @fission-ai/openspec to minor → 1.9.0 — the release target is unchanged; this only fills in the changelog.
  • No source, test, or config files touched.

Next step

Once merged, the Changesets action regenerates the Version Packages PR (#1629) to include all 17 items. Then #1629 can be approved and merged to publish v1.9.0.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • Bug Fixes
    • Archiving specs and rebuilding spec.md now preserves blank lines around the Requirements heading.
    • Schema forking preserves YAML comments, formatting, and key order.
    • Bulk validation and JSON listing require an existing OpenSpec root.
  • Improvements
    • Updated config picker labels and terminology for clearer update workflows.
    • Schema listing supports canonical root selection and --store, with consistent JSON error diagnostics.
    • Validation warns about ambiguous task numbering in spec-driven changes.

Six user-facing fixes merged after v1.8.0 without a changeset, so they
would ship in v1.9.0 with no changelog entry and their authors uncredited.
All are patch fixes; the release target stays at 1.9.0.

Covers: #1637, #1607, #1632, #1616, #1612, #1523.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@clay-good
clay-good requested a review from a team as a code owner August 12, 2026 16:28
@clay-good
clay-good requested review from TabishB and removed request for a team August 12, 2026 16:28
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 5e3db956-42bf-432e-ae12-d908b5127fc3

📥 Commits

Reviewing files that changed from the base of the PR and between 0221ac3 and 5e016e4.

📒 Files selected for processing (6)
  • .changeset/catchup-archive-requirements-blank-lines.md
  • .changeset/catchup-cli-reject-missing-roots.md
  • .changeset/catchup-config-picker-update-label.md
  • .changeset/catchup-schema-fork-yaml-fidelity.md
  • .changeset/catchup-schemas-canonical-root.md
  • .changeset/catchup-validate-task-numbering.md

📝 Walkthrough

Walkthrough

Six patch changesets document existing behavior changes for archive spacing, CLI root validation, config-picker labels, schema YAML fidelity, canonical schema roots, and task-numbering warnings.

Changes

Patch release notes

Layer / File(s) Summary
Archive and schema fidelity
.changeset/catchup-archive-requirements-blank-lines.md, .changeset/catchup-schema-fork-yaml-fidelity.md
Documents blank-line preservation during archive rebuilds and YAML comment, scalar-format, and key-order preservation during schema forks.
CLI root and schema selection
.changeset/catchup-cli-reject-missing-roots.md, .changeset/catchup-schemas-canonical-root.md
Documents existing-root requirements for bulk commands, canonical schema root selection, --store <id> support, --store-path rejection, and JSON diagnostics.
Workflow and validation notes
.changeset/catchup-config-picker-update-label.md, .changeset/catchup-validate-task-numbering.md
Documents config-picker wording updates and task-numbering warnings across validation modes.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related issues

Possibly related PRs

Suggested reviewers: tabishb, alfred-openspec

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the six changesets added for previously untracked v1.9.0 fixes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch changeset/v1-9-0-catchup

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@alfred-openspec alfred-openspec left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All six source PRs are merged, the catch-up entries preserve the original contributor credits, and a fresh Changesets dry run keeps the release at v1.9.0. Full CI is green. Tiny non-blocking description nit: the generated release currently contains 16 changesets, not 17.

@clay-good
clay-good added this pull request to the merge queue Aug 12, 2026
Merged via the queue into main with commit 610b78f Aug 12, 2026
17 checks passed
@clay-good
clay-good deleted the changeset/v1-9-0-catchup branch August 12, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants