Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 0 additions & 19 deletions .changeset/pipeline-picture.md

This file was deleted.

8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @openspec-ui/core

## 0.74.0

### Minor Changes

- e411f9a: A Pipeline tab: every active change in the order it declares, what is
running right now and whose run it is, and what can be started alongside
what.

The placement is derived in core from the readiness report, coordinates
and all, so the tab and `openspec-ui-cli ready` cannot disagree and
nothing in the view is measured. A declared blocker is drawn as a
relation; a collision is not, because a collision is not an order. A
cycle of blockers is named rather than placed.

The readiness report now carries the blockers each change declares, and
its shape and wording moved to a browser-safe leaf so both surfaces
describe a collision in the same words.

## 0.73.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openspec-ui/core",
"private": true,
"version": "0.73.0",
"version": "0.74.0",
"type": "module",
"main": "src/index.ts",
"exports": {
Expand Down
9 changes: 9 additions & 0 deletions packages/extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 0.50.3

### Patch Changes

- Updated dependencies [e411f9a]
- @openspec-ui/core@0.74.0
- @openspec-ui/server@1.21.0
- @openspec-ui/webui@1.39.0

## 0.50.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "OpenSpec Workbench",
"description": "A dashboard + VS Code extension for OpenSpec, with Claude, Copilot, Codex, and Gemini agents built in.",
"publisher": "openspec-ui",
"version": "0.50.2",
"version": "0.50.3",
"icon": "media/icon.png",
"license": "MIT",
"repository": {
Expand Down
23 changes: 23 additions & 0 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @openspec-ui/server

## 1.21.0

### Minor Changes

- e411f9a: A Pipeline tab: every active change in the order it declares, what is
running right now and whose run it is, and what can be started alongside
what.

The placement is derived in core from the readiness report, coordinates
and all, so the tab and `openspec-ui-cli ready` cannot disagree and
nothing in the view is measured. A declared blocker is drawn as a
relation; a collision is not, because a collision is not an order. A
cycle of blockers is named rather than placed.

The readiness report now carries the blockers each change declares, and
its shape and wording moved to a browser-safe leaf so both surfaces
describe a collision in the same words.

### Patch Changes

- Updated dependencies [e411f9a]
- @openspec-ui/core@0.74.0

## 1.20.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openspec-ui/server",
"private": true,
"version": "1.20.7",
"version": "1.21.0",
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down
23 changes: 23 additions & 0 deletions packages/webui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @openspec-ui/webui

## 1.39.0

### Minor Changes

- e411f9a: A Pipeline tab: every active change in the order it declares, what is
running right now and whose run it is, and what can be started alongside
what.

The placement is derived in core from the readiness report, coordinates
and all, so the tab and `openspec-ui-cli ready` cannot disagree and
nothing in the view is measured. A declared blocker is drawn as a
relation; a collision is not, because a collision is not an order. A
cycle of blockers is named rather than placed.

The readiness report now carries the blockers each change declares, and
its shape and wording moved to a browser-safe leaf so both surfaces
describe a collision in the same words.

### Patch Changes

- Updated dependencies [e411f9a]
- @openspec-ui/core@0.74.0

## 1.38.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/webui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@openspec-ui/webui",
"private": true,
"version": "1.38.4",
"version": "1.39.0",
"type": "module",
"main": "src/index.ts",
"dependencies": {
Expand Down
Loading