Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Commit ab01faf

Browse files
committed
Align npm package scope to PixelML
1 parent 3f13d0a commit ab01faf

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ agenticflow auth whoami --json
5050

5151
## Node Wrapper (npm)
5252

53-
This repo also ships a thin npm wrapper package (`@agenticflow/cli`) that invokes the Python CLI.
53+
This repo also ships a thin npm wrapper package (`@pixelml/agenticflow-cli`) that invokes the Python CLI.
5454

5555
```bash
56-
npm i -g @agenticflow/cli
56+
npm i -g @pixelml/agenticflow-cli
5757
agenticflow --help
5858
```
5959

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@agenticflow/cli",
2+
"name": "@pixelml/agenticflow-cli",
33
"version": "0.1.0",
44
"description": "Node wrapper for the AgenticFlow Python CLI.",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)