chore(release): v0.1.1

- ocas prompt usage/setup commands
- --version flag
- CHANGELOG cleanup: fix package names @uncaged/* → @ocas/*
This commit is contained in:
2026-06-02 02:07:48 +00:00
parent 944f6c3254
commit 0919f71f7e
7 changed files with 17 additions and 17 deletions
-5
View File
@@ -1,5 +0,0 @@
---
"@ocas/cli": patch
---
Add `--version` flag to display CLI version
+4 -3
View File
@@ -1,12 +1,13 @@
# @uncaged/cli-json-cas
# @ocas/cli
## 0.1.1
### Patch Changes
- [`ec9e04c`](https://github.com/shazhou-ww/ocas/commit/ec9e04c5c621946ccc75979cf0c4f1a3bb1aebaa) - Add `ocas prompt usage` and `ocas prompt setup` commands for agent skill management. Prompt content is bundled with the CLI and versioned with it.
- Add `ocas prompt usage` and `ocas prompt setup` commands for agent skill management. Prompt content is bundled with the CLI and versioned with it.
- Add `--version` flag to display CLI version.
- Updated dependencies []:
- Updated dependencies:
- @ocas/core@0.1.1
- @ocas/fs@0.1.1
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/cli",
"version": "0.1.1-rc.2",
"version": "0.1.1",
"type": "module",
"bin": {
"ocas": "src/index.ts"
@@ -10,8 +10,8 @@
"prepublishOnly": "bash ../../scripts/check-workspace-deps.sh"
},
"dependencies": {
"@ocas/core": "0.1.1-rc.2",
"@ocas/fs": "0.1.1-rc.2"
"@ocas/core": "0.1.1",
"@ocas/fs": "0.1.1"
},
"repository": {
"type": "git",
+5 -1
View File
@@ -1,7 +1,11 @@
# @uncaged/json-cas
# @ocas/core
## 0.1.1
### Patch Changes
- Internal improvements for v0.1.1 release.
## 0.6.0
### Minor Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/core",
"version": "0.1.1-rc.2",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
+2 -2
View File
@@ -1,10 +1,10 @@
# @uncaged/json-cas-fs
# @ocas/fs
## 0.1.1
### Patch Changes
- Updated dependencies []:
- Updated dependencies:
- @ocas/core@0.1.1
## 0.6.0
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@ocas/fs",
"version": "0.1.1-rc.2",
"version": "0.1.1",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
@@ -20,7 +20,7 @@
},
"dependencies": {
"cborg": "^4.2.3",
"@ocas/core": "0.1.1-rc.2"
"@ocas/core": "0.1.1"
},
"repository": {
"type": "git",