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
13 changes: 0 additions & 13 deletions .changeset/add-studio-expert-management.md

This file was deleted.

11 changes: 11 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# perstack

## 0.0.99

### Patch Changes

- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI

- New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete)
- Add `perstack expert` command group with 10 subcommands
- Add e2e test suite for studio operations
- Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client)

## 0.0.98

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/perstack/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "perstack",
"version": "0.0.98",
"version": "0.0.99",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
11 changes: 11 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @perstack/installer

## 0.0.23

### Patch Changes

- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI

- New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete)
- Add `perstack expert` command group with 10 subcommands
- Add e2e test suite for studio operations
- Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client)

## 0.0.22

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.22",
"version": "0.0.23",
"name": "@perstack/installer",
"description": "Perstack Installer - Generate lockfiles with tool definitions",
"author": "Wintermute Technologies, Inc.",
Expand Down
11 changes: 11 additions & 0 deletions packages/runtime/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @perstack/runtime

## 0.0.121

### Patch Changes

- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI

- New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete)
- Add `perstack expert` command group with 10 subcommands
- Add e2e test suite for studio operations
- Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client)

## 0.0.120

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/runtime",
"version": "0.0.120",
"version": "0.0.121",
"description": "Perstack Runtime",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
15 changes: 15 additions & 0 deletions packages/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# @perstack/studio

## 0.0.2

### Patch Changes

- [#629](https://github.com/perstack-ai/perstack/pull/629) [`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: add studio expert management commands to CLI

- New `@perstack/studio` package with handlers for expert draft lifecycle (create, push, version, publish, unpublish, yank, delete)
- Add `perstack expert` command group with 10 subcommands
- Add e2e test suite for studio operations
- Bump `@perstack/api-client` to ^0.0.57 (expertDrafts in public client)

- Updated dependencies [[`b36c47f`](https://github.com/perstack-ai/perstack/commit/b36c47f2768736a8b5aaf1cc19fe52af81662214)]:
- @perstack/installer@0.0.23
2 changes: 1 addition & 1 deletion packages/studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.1",
"version": "0.0.2",
"name": "@perstack/studio",
"description": "Perstack Studio - Expert management CLI handlers",
"author": "Wintermute Technologies, Inc.",
Expand Down