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
7 changes: 0 additions & 7 deletions .changeset/thin-cli-package-extraction.md

This file was deleted.

7 changes: 7 additions & 0 deletions apps/create-expert-skill/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# @perstack/create-expert-skill

## 0.0.2

### Patch Changes

- [#501](https://github.com/perstack-ai/perstack/pull/501) [`56d34ef`](https://github.com/perstack-ai/perstack/commit/56d34eff53796a209684dcb0753b433113c04e39) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: extract CLI business logic into @perstack/log and @perstack/installer packages, thin Commander interface
2 changes: 1 addition & 1 deletion apps/create-expert-skill/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@perstack/create-expert-skill",
"version": "0.0.1",
"version": "0.0.2",
"description": "MCP skill for testing Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/create-expert/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# create-expert

## 0.0.22

### Patch Changes

- [#501](https://github.com/perstack-ai/perstack/pull/501) [`56d34ef`](https://github.com/perstack-ai/perstack/commit/56d34eff53796a209684dcb0753b433113c04e39) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: extract CLI business logic into @perstack/log and @perstack/installer packages, thin Commander interface

## 0.0.21

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/create-expert/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-expert",
"version": "0.0.21",
"version": "0.0.22",
"description": "Create and modify Perstack expert definitions",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions apps/perstack/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# perstack

## 0.0.87

### Patch Changes

- [#501](https://github.com/perstack-ai/perstack/pull/501) [`56d34ef`](https://github.com/perstack-ai/perstack/commit/56d34eff53796a209684dcb0753b433113c04e39) Thanks [@FL4TLiN3](https://github.com/FL4TLiN3)! - refactor: extract CLI business logic into @perstack/log and @perstack/installer packages, thin Commander interface

## 0.0.86

### 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.86",
"version": "0.0.87",
"description": "PerStack CLI",
"author": "Wintermute Technologies, Inc.",
"license": "Apache-2.0",
Expand Down