chore: move to excloud-dev

This commit is contained in:
lolwierd
2026-04-27 12:38:37 +05:30
parent 93c94459a8
commit 6efe12a4d5
2 changed files with 6 additions and 6 deletions

View File

@@ -2,7 +2,7 @@
**Permission gate for `exc` CLI commands in [pi](https://pi.dev).**
The same safety model that powers the [Excloud](https://excloud.in) console agent, now running locally in your terminal. Every `exc` command the LLM tries to run is classified and gated before it ever hits the wire.
The same safety model that powers the [Excloud](https://excloud.dev) console agent, now running locally in your terminal. Every `exc` command the LLM tries to run is classified and gated before it ever hits the wire.
## How it works
@@ -28,19 +28,19 @@ Toggle at any time with `/exc-safety`:
## Install as a pi package
```bash
pi install git:git.excloud.dev/excloud-in/exc-safety
pi install git:git.excloud.dev/excloud-dev/exc-safety
```
Or project-local (committed with your team's `.pi/settings.json`):
```bash
pi install -l git:git.excloud.dev/excloud-in/exc-safety
pi install -l git:git.excloud.dev/excloud-dev/exc-safety
```
## Uninstall
```bash
pi uninstall git:git.excloud.dev/excloud-in/exc-safety
pi uninstall git:git.excloud.dev/excloud-dev/exc-safety
```
Add `-l` if installed project-locally. Then run `/reload` in pi.