Skip to content

chore(release): add catch-up changeset for Rovo, Codex dir, status - #1518

Merged
clay-good merged 2 commits into
mainfrom
changeset-catchup-rovo
Aug 5, 2026
Merged

chore(release): add catch-up changeset for Rovo, Codex dir, status#1518
clay-good merged 2 commits into
mainfrom
changeset-catchup-rovo

Conversation

@clay-good

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

Copy link
Copy Markdown
Collaborator

Status

Catch-up changeset only — no code changes. Adds one .changeset/*.md so three user-facing PRs that merged without release tracking land in the v1.8.0 CHANGELOG.

What was missing

These merged since v1.7.0 with no changeset, so the auto-generated Version Packages PR (#1488) omits them from CHANGELOG.md:

PR Change Why it's user-facing
#1516 Atlassian Rovo Dev CLI New first-class --tools rovodev target
#1511 Codex skills → shared .agents dir update migrates existing codex users' files
#1505 openspec status planning vs. done New isPlanningComplete field + changed output

What this does

Adds .changeset/catch-up-rovo-codex-status.md (minor bump). The release stays 1.8.0 — it was already minor. Once this merges, the Changesets action refreshes #1488 to include these entries; then #1488 is the publish trigger.

Verification

changeset status@fission-ai/openspec bumped at minor. No source files touched.

🤖 Generated with Claude Code

Summary by CodeRabbit

  • New Features
    • Added support for the Atlassian Rovo Dev CLI.
    • Migrated Codex skills to the .agents/skills/ location while preserving customized files.
    • Improved openspec status reporting for planned and completed work.

Cover three user-facing PRs that merged without changesets so they
appear in the v1.8.0 CHANGELOG:

- #1516 Atlassian Rovo Dev CLI (new tool)
- #1511 Codex skills move to shared .agents directory
- #1505 openspec status separates planning from implementation

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 5, 2026 20:18
@clay-good
clay-good requested review from TabishB and removed request for a team August 5, 2026 20:18
@coderabbitai

coderabbitai Bot commented Aug 5, 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: 654dd818-8449-48fe-b222-8526c97d98be

📥 Commits

Reviewing files that changed from the base of the PR and between c0d485c and 5fc02e9.

📒 Files selected for processing (1)
  • .changeset/catch-up-rovo-codex-status.md
🚧 Files skipped from review as they are similar to previous changes (1)
  • .changeset/catch-up-rovo-codex-status.md

📝 Walkthrough

Walkthrough

The changeset documents Rovo Dev CLI support, Codex skill migration to .agents/skills/, preservation of customized files, and updated openspec status reporting with isComplete compatibility.

Changes

Release documentation

Layer / File(s) Summary
Minor-release changeset
.changeset/catch-up-rovo-codex-status.md
Documents Rovo Dev CLI skill installation, non-destructive Codex skill migration, separate planning and implementation status reporting, and the retained isComplete alias.

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

Possibly related PRs

Suggested reviewers: tabishb

🚥 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 catch-up changeset and its three covered areas: Rovo support, Codex directory migration, and status reporting.
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-catchup-rovo

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.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.changeset/catch-up-rovo-codex-status.md:
- Line 12: Update the status description in the changeset so it states that
planning is complete when every non-skipped planning artifact exists, rather
than claiming every planning artifact is written; preserve the references to
isPlanningComplete, overall progress, completion messaging, and the isComplete
compatibility alias.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 87ffd697-9dbf-40d9-a65c-a29033bc58c1

📥 Commits

Reviewing files that changed from the base of the PR and between 73207a6 and c0d485c.

📒 Files selected for processing (1)
  • .changeset/catch-up-rovo-codex-status.md

Comment thread .changeset/catch-up-rovo-codex-status.md Outdated

@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.

One release-note correction: isPlanningComplete is true when every non-skipped planning artifact exists; skipped artifacts count as satisfied without being written. The current “every planning artifact is written” wording overstates the contract. Please align it with the CLI and agent-contract docs, then this is ready.

Skipped planning artifacts count as satisfied without being written; say
"every non-skipped planning artifact exists" to match the CLI and
agent-contract docs (alfred/CodeRabbit review).

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

@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.

The corrected status wording now matches the shipped skipped-artifact contract. The catch-up changeset accurately covers all three merged changes, produces the intended minor bump, and the full hosted matrix is green.

@clay-good
clay-good added this pull request to the merge queue Aug 5, 2026
Merged via the queue into main with commit 568e56c Aug 5, 2026
17 checks passed
@clay-good
clay-good deleted the changeset-catchup-rovo branch August 5, 2026 20:45
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