aegis-bridge 2.9.2 → 2.10.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dashboard/dist/assets/index-PVPEFzdR.js +302 -0
- package/dashboard/dist/assets/index-hkHSc-eI.css +32 -0
- package/dashboard/dist/index.html +2 -2
- package/dist/config.d.ts +9 -0
- package/dist/config.js +1 -0
- package/dist/events.d.ts +16 -2
- package/dist/events.js +10 -0
- package/dist/hook-settings.js +28 -5
- package/dist/server.js +47 -12
- package/dist/verification.d.ts +2 -0
- package/dist/verification.js +72 -0
- package/package.json +1 -1
- package/dashboard/dist/assets/index-BPztPE61.css +0 -32
- package/dashboard/dist/assets/index-ClB9UIxG.js +0 -282
package/README.md
CHANGED
|
@@ -38,6 +38,8 @@ curl -X POST http://localhost:9100/v1/sessions/abc123/send \
|
|
|
38
38
|
|
|
39
39
|
> **Prerequisites:** [tmux](https://github.com/tmux/tmux) and [Claude Code CLI](https://docs.anthropic.com/en/docs/claude-code).
|
|
40
40
|
|
|
41
|
+
Need a full walkthrough from install to first session? See [Getting Started](docs/getting-started.md).
|
|
42
|
+
|
|
41
43
|
---
|
|
42
44
|
|
|
43
45
|
## How It Works
|