@plaited/acp 0.2.3 → 0.2.5

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 +3 -7
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -55,16 +55,12 @@ This package includes a comprehensive **eval-harness plugin** designed for AI-as
55
55
 
56
56
  ### Install the Plugin
57
57
 
58
- **Claude Code:**
58
+ Install via the Plaited marketplace:
59
59
 
60
- ```bash
61
- claude plugins add github:plaited/marketplace
62
- ```
63
-
64
- Or install directly:
60
+ **Claude Code:**
65
61
 
66
62
  ```bash
67
- claude plugins add github:plaited/acp-harness/.claude
63
+ /plugin marketplace add plaited/marketplace
68
64
  ```
69
65
 
70
66
  **Other AI coding agents:**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plaited/acp",
3
- "version": "0.2.3",
3
+ "version": "0.2.5",
4
4
  "description": "ACP client and evaluation harness for TypeScript/Bun projects",
5
5
  "license": "ISC",
6
6
  "engines": {
@@ -36,7 +36,7 @@
36
36
  "check:types": "tsc --noEmit",
37
37
  "check:write": "biome check --write && format-package --write",
38
38
  "prepare": "git rev-parse --git-dir > /dev/null 2>&1 && git config core.hooksPath .hooks || true",
39
- "test": "bun test",
39
+ "test": "bun test ./src/ ./.claude",
40
40
  "test:docker": "docker compose -f docker-compose.test.yml run --rm acp-test"
41
41
  },
42
42
  "lint-staged": {