Skip to content

Conversation

@openspec-release-bot
Copy link
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@fission-ai/[email protected]

Minor Changes

  • #540 c4cfdc7 Thanks @TabishB! - ### New Features

    • Bulk archive skill — Archive multiple completed changes in a single operation with /opsx:bulk-archive. Includes batch validation, spec conflict detection, and consolidated confirmation

    Other

    • Simplified setup — Config creation now uses sensible defaults with helpful comments instead of interactive prompts

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 21, 2026

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


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

@vibe-kanban-cloud
Copy link

Review Complete

Your review story is ready!

View Story

Comment !reviewfast on this PR to re-generate the story.

@greptile-apps
Copy link

greptile-apps bot commented Jan 21, 2026

Greptile Summary

Automated release PR generated by Changesets action that bumps version to 0.23.0 and publishes the bulk archive skill and simplified setup improvements.

  • Version correctly bumped from 0.22.0 to 0.23.0 in package.json
  • CHANGELOG.md properly updated with new release section referencing PR chore: add changeset for bulk-archive skill and setup simplification #540
  • Consumed changeset file removed as expected after processing
  • Release notes accurately reflect the two minor changes: bulk archive skill (/opsx:bulk-archive) and simplified config creation

Confidence Score: 5/5

  • This PR is safe to merge with no risk - standard automated release process
  • This is a standard Changesets-automated release PR with predictable, well-tested changes. All modifications follow the expected pattern: version bump in package.json, changelog entry addition, and changeset file deletion. No code changes or logic modifications are included.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/bulk-archive-and-setup.md Changeset file deleted as expected - consumed by Changesets action during release
package.json Version bumped from 0.22.0 to 0.23.0 for minor release
CHANGELOG.md New 0.23.0 release entry added with bulk archive and setup changes

Sequence Diagram

sequenceDiagram
    participant Bot as Changesets Action
    participant Changeset as .changeset/bulk-archive-and-setup.md
    participant Package as package.json
    participant Changelog as CHANGELOG.md
    
    Bot->>Changeset: Read changeset content
    Note over Bot,Changeset: Parse version bump (minor)<br/>and release notes
    Bot->>Package: Update version field
    Note over Package: 0.22.0 → 0.23.0
    Bot->>Changelog: Prepend release entry
    Note over Changelog: Add 0.23.0 section with<br/>PR link and changes
    Bot->>Changeset: Delete consumed changeset
    Note over Bot: Release PR ready for merge
Loading

@TabishB TabishB merged commit 3b16b13 into main Jan 21, 2026
10 checks passed
@TabishB TabishB deleted the changeset-release/main branch January 21, 2026 01:21
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.

1 participant