Skip to content

Commit 8fd8b8b

Browse files
committed
Use @modemdev npm scope for pi package
1 parent 887e961 commit 8fd8b8b

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Paste a screenshot in your browser, your agent gets the URL instantly.
1212

1313
| Agent | Directory | npm package | Install |
1414
|---|---|---|---|
15-
| [pi](https://github.com/mariozechner/pi) | [`pi/`](pi/) | `@modem-dev/glance-pi` | `pi install npm:@modem-dev/glance-pi` |
15+
| [pi](https://github.com/mariozechner/pi) | [`pi/`](pi/) | `@modemdev/glance-pi` | `pi install npm:@modemdev/glance-pi` |
1616
| [OpenCode](https://github.com/anomalyco/opencode) | [`opencode/`](opencode/) || See [`opencode/README.md`](opencode/README.md) |
1717

1818
## How it works

pi/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Maintains a **persistent background session** on glance.sh. Paste an image anyti
1616
Recommended (npm package):
1717

1818
```bash
19-
pi install npm:@modem-dev/glance-pi
19+
pi install npm:@modemdev/glance-pi
2020
```
2121

2222
If you are working from a local checkout instead:
@@ -45,7 +45,7 @@ You should see a session URL like `https://glance.sh/s/<id>`.
4545

4646
```bash
4747
pi update
48-
pi remove npm:@modem-dev/glance-pi
48+
pi remove npm:@modemdev/glance-pi
4949
```
5050

5151
For a local path install, remove that path from your pi settings (or run `pi remove` with the same path you installed).
@@ -54,7 +54,7 @@ For a local path install, remove that path from your pi settings (or run `pi rem
5454

5555
Releases are automated via GitHub Actions.
5656

57-
Prerequisite: configure `NPM_TOKEN` in the `glance-agent-plugins` repository with publish access to `@modem-dev/glance-pi`.
57+
Prerequisite: configure `NPM_TOKEN` in the `glance-agent-plugins` repository with publish access to `@modemdev/glance-pi`.
5858

5959
1. Bump `version` in `pi/package.json`.
6060
2. Commit and push to `main`.

pi/glance.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* it surfaces the existing session URL and waits for a paste.
1212
*
1313
* Install:
14-
* - Recommended: `pi install npm:@modem-dev/glance-pi`
14+
* - Recommended: `pi install npm:@modemdev/glance-pi`
1515
* - Local checkout: `pi install /path/to/glance-agent-plugins/pi`
1616
* - Manual fallback: symlink/copy into ~/.pi/agent/extensions/glance.ts
1717
*/

pi/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@modem-dev/glance-pi",
2+
"name": "@modemdev/glance-pi",
33
"version": "0.1.0",
44
"description": "glance.sh extension package for pi",
55
"license": "MIT",

0 commit comments

Comments
 (0)