@arrhq/crate-cli 0.2.0 → 0.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +0 -11
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -30,11 +30,6 @@ export CRATE_TOKEN="<crate_mt_...>"
30
30
  export CRATE_PROJECT_ID="<project_uuid>" # optional
31
31
  ```
32
32
 
33
- 後方互換:
34
-
35
- - `CRATE_MCP_URL` / `CRATE_MCP_INGEST_TOKEN`
36
- - `~/.codex/config.toml` の `mcp_servers` 設定
37
-
38
33
  ## Usage
39
34
 
40
35
  ```bash
@@ -48,9 +43,3 @@ crate tasks update --task-id <task_uuid> --status in_progress
48
43
  crate checkpoint status --client-event-id <checkpoint_uuid>
49
44
  crate tasks close --task-id <task_uuid> --client-event-id <checkpoint_uuid>
50
45
  ```
51
-
52
- ## Release flow
53
-
54
- 1. CLIの変更PRで `.changeset/*.md` を追加する(`pnpm changeset`)。
55
- 2. `main` へのマージ後、GitHub Actions `Crate CLI Release` が Release PR を作成する。
56
- 3. Release PR をマージすると npm publish が実行される(Trusted Publisher/OIDC 前提)。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arrhq/crate-cli",
3
- "version": "0.2.0",
3
+ "version": "0.2.1",
4
4
  "description": "Crate MCP CLI for fine-grained task/checkpoint/tool operations",
5
5
  "type": "module",
6
6
  "license": "MIT",