You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(readme): rewrite Quick Start and Enterprise sections for clarity
Split Quick Start into three numbered steps (server, CLI, IDE connect)
with accurate descriptions of what each installer actually does. Remove
the commented-out Homebrew line and the misleading pipx-first ordering.
Clarify in the Enterprise section that the same package ships for all
editions and enterprise features activate at runtime via the license key.
Co-authored-by: Hari Srinivasan <harisrini21@gmail.com>
Downloads a config package, runs guided setup, pulls Docker images from GHCR, and starts the full stack.
70
+
This downloads a Docker Compose package, runs guided setup (domain, secrets, ports), pulls container images from GHCR, and starts the full stack (API, web UI, PostgreSQL, ClickHouse, Redis, worker, load balancer, Prometheus, Grafana).
This registers your IDE, installs telemetry hooks, and starts capturing sessions automatically.
102
+
This authenticates with your server, detects your IDE, installs telemetry hooks, and starts capturing sessions automatically.
97
103
98
-
Once logged in, run `/observal` inside your IDE and it'll take the wheel. Pull agents, submit components, browse the registry, run diagnostics, manage your setup:
104
+
Once logged in, run `/observal` inside your IDE and it takes the wheel. Pull agents, submit components, browse the registry, run diagnostics:
99
105
100
106
```
101
107
/observal pull security-auditor
102
108
/observal scan
103
109
/observal doctor
104
110
```
105
111
106
-
Or just tell your agent what you want and it'll figure out the right commands via the CLI.
112
+
Or just tell your agent what you want and it figures out the right commands.
107
113
108
114
---
109
115
@@ -199,9 +205,15 @@ Enterprise adds:
199
205
200
206

201
207
208
+
The server and CLI are the same package for all editions. Enterprise features activate at runtime when a valid license key is present:
0 commit comments