chore: move to excloud-dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
**Permission gate for `exc` CLI commands in [pi](https://pi.dev).**
|
**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
|
## How it works
|
||||||
|
|
||||||
@@ -28,19 +28,19 @@ Toggle at any time with `/exc-safety`:
|
|||||||
## Install as a pi package
|
## Install as a pi package
|
||||||
|
|
||||||
```bash
|
```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`):
|
Or project-local (committed with your team's `.pi/settings.json`):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
pi install -l git:git.excloud.dev/excloud-in/exc-safety
|
pi install -l git:git.excloud.dev/excloud-dev/exc-safety
|
||||||
```
|
```
|
||||||
|
|
||||||
## Uninstall
|
## Uninstall
|
||||||
|
|
||||||
```bash
|
```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.
|
Add `-l` if installed project-locally. Then run `/reload` in pi.
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"name": "@excloud-in/exc-safety",
|
"name": "@excloud-dev/exc-safety",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"description": "Permission gate for exc CLI commands in pi — enforces the same safety model as the Excloud console agent backend",
|
"description": "Permission gate for exc CLI commands in pi — enforces the same safety model as the Excloud console agent backend",
|
||||||
"keywords": ["pi-package", "excloud", "exc", "safety", "permissions"],
|
"keywords": ["pi-package", "excloud", "exc", "safety", "permissions"],
|
||||||
@@ -7,7 +7,7 @@
|
|||||||
"author": "Excloud",
|
"author": "Excloud",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/excloud-in/exc-safety"
|
"url": "https://git.excloud.dev/excloud-dev/exc-safety"
|
||||||
},
|
},
|
||||||
"pi": {
|
"pi": {
|
||||||
"extensions": ["./exc-safety.ts"]
|
"extensions": ["./exc-safety.ts"]
|
||||||
|
|||||||
Reference in New Issue
Block a user