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
12 changes: 0 additions & 12 deletions .changeset/deprecate-create-expert.md

This file was deleted.

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

## 0.0.101

### Patch Changes

- [#635](https://github.com/perstack-ai/perstack/pull/635) [`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: support running published experts without local perstack.toml

`perstack start <expertKey>` and `perstack run` no longer require a local `perstack.toml` when an expert key is provided. The CLI falls back to an empty default config, allowing the runtime to resolve the expert from the Perstack API.

Adds `getPerstackConfigOrDefault()` export to `@perstack/perstack-toml`.

Removes the `apps/create-expert` CLI package — the expert definition is now published via the Perstack API and run with `perstack start create-expert`.

## 0.0.100

### 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.100",
"version": "0.0.101",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/installer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/installer

## 0.0.24

### Patch Changes

- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]:
- @perstack/perstack-toml@0.0.15
- @perstack/skill-manager@0.0.17

## 0.0.23

### 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.23",
"version": "0.0.24",
"name": "@perstack/installer",
"description": "Perstack Installer - Generate lockfiles with tool definitions",
"author": "Wintermute Technologies, Inc.",
Expand Down
12 changes: 12 additions & 0 deletions packages/perstack-toml/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @perstack/perstack-toml

## 0.0.15

### Patch Changes

- [#635](https://github.com/perstack-ai/perstack/pull/635) [`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - feat: support running published experts without local perstack.toml

`perstack start <expertKey>` and `perstack run` no longer require a local `perstack.toml` when an expert key is provided. The CLI falls back to an empty default config, allowing the runtime to resolve the expert from the Perstack API.

Adds `getPerstackConfigOrDefault()` export to `@perstack/perstack-toml`.

Removes the `apps/create-expert` CLI package — the expert definition is now published via the Perstack API and run with `perstack start create-expert`.

## 0.0.14

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/perstack-toml/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"version": "0.0.14",
"version": "0.0.15",
"name": "@perstack/perstack-toml",
"description": "Perstack TOML configuration file resolution, parsing, and lockfile management",
"author": "Wintermute Technologies, Inc.",
Expand Down
7 changes: 7 additions & 0 deletions packages/skill-manager/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @perstack/skill-manager

## 0.0.17

### Patch Changes

- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]:
- @perstack/perstack-toml@0.0.15

## 0.0.16

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/skill-manager/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@perstack/skill-manager",
"private": true,
"version": "0.0.16",
"version": "0.0.17",
"description": "Perstack Skill Manager",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions packages/studio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @perstack/studio

## 0.0.3

### Patch Changes

- Updated dependencies [[`f91a224`](https://github.com/perstack-ai/perstack/commit/f91a2240fc02c69ee07ca0832f6056fc9193aecc)]:
- @perstack/perstack-toml@0.0.15
- @perstack/installer@0.0.24

## 0.0.2

### Patch Changes
Expand Down
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.2",
"version": "0.0.3",
"name": "@perstack/studio",
"description": "Perstack Studio - Expert management CLI handlers",
"author": "Wintermute Technologies, Inc.",
Expand Down