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/openspec@0.22.0

Minor Changes

  • #530 33466b1 Thanks @TabishB! - ### New Features

    • Project-level configuration — Configure OpenSpec behavior per-project via openspec/config.yaml, including custom rules injection, context files, and schema resolution settings

    • Project-local schemas — Define custom artifact schemas within your project's openspec/schemas/ directory for project-specific workflows

    • Schema management commands — New openspec schema commands (list, show, export, validate) for inspecting and managing artifact schemas (experimental)

    Bug Fixes

    • Fixed config loading to handle null rules field in project configuration

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 20, 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 20, 2026

Greptile Summary

Automated release PR that bumps the package version from 0.21.0 to 0.22.0, adds corresponding changelog entry, and removes the processed changeset file.

  • Version bump correctly follows semver (minor release for new features)
  • Changelog entry properly documents new project-level configuration, project-local schemas, and schema management commands
  • Standard Changesets release workflow executed correctly

Confidence Score: 5/5

  • This PR is safe to merge - it's an automated release with standard version management changes
  • This is an automated Changesets release PR with three straightforward changes: removing a processed changeset file, updating the changelog with well-formatted release notes, and bumping the package version following semver conventions. All changes are consistent and follow the standard release workflow with no code modifications.
  • No files require special attention

Important Files Changed

Filename Overview
.changeset/project-config-schema-commands.md Changeset file deleted after processing - standard release workflow
CHANGELOG.md Added v0.22.0 release notes with features and bug fixes
package.json Version bumped from 0.21.0 to 0.22.0 for minor release

Sequence Diagram

sequenceDiagram
    participant Bot as Release Bot
    participant CS as Changesets
    participant Repo as Repository
    participant NPM as NPM Registry

    Bot->>CS: Detect changeset files
    CS->>CS: Process changeset metadata
    CS->>Repo: Delete .changeset/project-config-schema-commands.md
    CS->>Repo: Update CHANGELOG.md (add v0.22.0 entry)
    CS->>Repo: Update package.json (0.21.0 → 0.22.0)
    Bot->>Repo: Create PR #531
    Note over Repo: PR merged to main
    Repo->>NPM: Publish @fission-ai/openspec@0.22.0
Loading

@greptile-apps
Copy link

greptile-apps bot commented Jan 20, 2026

Greptile found no issues!

From now on, if a review finishes and we haven't found any issues, we will not post anything, but you can confirm that we reviewed your changes in the status check section.

This feature can be toggled off in your Code Review Settings by deselecting "Create a status check for each PR".

@TabishB TabishB merged commit 7d1237f into main Jan 20, 2026
10 checks passed
@TabishB TabishB deleted the changeset-release/main branch January 20, 2026 08:01
StrayDragon pushed a commit to StrayDragon/OpenSpec that referenced this pull request Jan 20, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
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