Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fix-bash-bg-readme-install.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pi-bash-bg": patch
---

Fix the README install command to use the correct `npm:` package prefix for `pi install`.
4 changes: 4 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,7 @@ yarn lint:fix # biome check --write
```

After completing changes, include a changeset file for affected packages (`yarn changeset`). See `DEVELOPMENT.md` for the release workflow.

## Gotchas

- Package README install examples should use `pi install npm:<package-name>` for npm packages.
2 changes: 1 addition & 1 deletion packages/bash-bg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ It can then `cat` the log file or `kill` the PID.
## Install

```bash
pi install pi-bash-bg
pi install npm:pi-bash-bg
```

## How it works
Expand Down
Loading