@anthropic-forge/cli 1.0.0 → 1.0.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 +2 -2
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -1,11 +1,11 @@
1
- # @forge/cli
1
+ # @anthropic-forge/cli
2
2
 
3
3
  CLI for Forge — authenticate, browse tickets, and execute AI-assisted implementations via MCP.
4
4
 
5
5
  ## Installation
6
6
 
7
7
  ```bash
8
- npm install -g @forge/cli
8
+ npm install -g @anthropic-forge/cli
9
9
  ```
10
10
 
11
11
  Requires Node.js 20+.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@anthropic-forge/cli",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "CLI for Forge — authenticate, browse tickets, and execute AI-assisted implementations via MCP",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -23,7 +23,8 @@
23
23
  "dev": "tsup --watch",
24
24
  "start": "node dist/index.js",
25
25
  "typecheck": "tsc --noEmit",
26
- "test": "vitest run"
26
+ "test": "vitest run",
27
+ "test:curl": "bash tests/curl/run-all.sh"
27
28
  },
28
29
  "dependencies": {
29
30
  "@modelcontextprotocol/sdk": "^1.26.0",