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]

Patch Changes

  • #596 e91568d Thanks @TabishB! - ### Bug Fixes

    • Clarified spec naming convention — Specs should be named after capabilities (specs/<capability>/spec.md), not changes
    • Fixed task checkbox format guidance — Tasks now clearly require - [ ] checkbox format for apply phase tracking

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 27, 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.

  • 🔍 Trigger a full review

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 27, 2026

Greptile Overview

Greptile Summary

This is an automated release PR generated by Changesets that publishes version 1.0.2 of @fission-ai/openspec. The changes follow the standard release workflow: the consumed changeset file is deleted, the CHANGELOG is updated with the new version entry, and the package version is bumped.

  • Version bumped from 1.0.1 to 1.0.2
  • Changeset consumed and archived
  • CHANGELOG updated with bug fixes for spec naming convention and task checkbox format guidance

All changes are mechanically correct and follow the expected Changesets release pattern.

Confidence Score: 5/5

  • This PR is safe to merge with no risks
  • This is a standard automated Changesets release PR with mechanically generated changes. All modifications follow the expected pattern: changeset deletion, version bump, and CHANGELOG update. No code changes are involved.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/spec-naming-clarification.md Deleted changeset file after being consumed by the release process (expected behavior)
CHANGELOG.md Added version 1.0.2 entry with bug fixes for spec naming and task checkbox format
package.json Version bumped from 1.0.1 to 1.0.2 for patch release

Sequence Diagram

sequenceDiagram
    participant Dev as Developer
    participant CS as Changesets Action
    participant Repo as Repository
    participant NPM as NPM Registry

    Dev->>Repo: Merge PR #596 with changeset
    CS->>Repo: Detect changeset in main branch
    CS->>CS: Read .changeset/spec-naming-clarification.md
    CS->>CS: Generate version bump (1.0.1 → 1.0.2)
    CS->>Repo: Delete .changeset/spec-naming-clarification.md
    CS->>Repo: Update CHANGELOG.md with v1.0.2 entry
    CS->>Repo: Bump version in package.json
    CS->>Repo: Create release PR #597
    Note over CS,Repo: PR ready for review and merge
    Dev->>Repo: Review and merge PR #597
    CS->>NPM: Publish @fission-ai/[email protected]
Loading

@TabishB TabishB merged commit f6b415c into main Jan 27, 2026
10 checks passed
@TabishB TabishB deleted the changeset-release/main branch January 27, 2026 03:33
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