chore(release): version packages - #1953
openspec-release-bot[bot] wants to merge 1 commit into
Conversation
|
Important Review skippedBot user detected. To trigger a single review, invoke the ⚙️ Run configurationConfiguration used: Repository: Fission-AI/OpenSpec/.coderabbit.yaml Review profile: CHILL Plan: Advanced Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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. Comment |
No PR-relevant drift confirmed.
|
da948c5 to
c59c9df
Compare
c59c9df to
f99b576
Compare
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@1.13.2
Patch Changes
#1940
0b5ce44Thanks @clay-good! - Keep fast-forward clarification guidance and onboarding task approval consistent across generated skills and commands. Fast-forward now asks only when context is critically unclear, while onboarding asks users to approve the task breakdown before saving it and separately asks whether to begin implementation.#1885
fd56e12Thanks @philo-x! - Fix artifact output resolution to recognize brace expansion and extglob patterns while preserving literal output filenames and confining brace-expanded paths to the change directory.#1744
5b55263Thanks @javigomez! - Clarify the Codex setup hint for CLI, IDE, and desktop app users.#1809
a5ceea3Thanks @ryandemelo! - Say what aMODIFIEDblock adds when the scenario-loss guard fires (#1809).openspec validateandopenspec archivealready named the scenarios a block omits. They now also print how many scenarios each side has and which ones the block introduces, capped at three names, so a rename and a truncation read differently without opening either file. The guard catches exactly what it did before, and no exit code changes.#1939
a64303fThanks @clay-good! - Return a nonzero exit status whenopenspec update --forcecannot replace a legacy-only Codex installation.#1769
d3d7707Thanks @kikeprzn! - Fixopenspec archiveleaving.openspec-archive.lockbehind on Windows. Node can reportdev: 0nfrom a path stat while the open file handle reports the real volume id, so the claim-ownership check never matched and the stale lock blocked every later archive. The check now treats an absent device id as unavailable while still requiring the inode and the claim's contents to match before unlinking.