Skip to content
Open
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Follow the [self-host guide](docs/SELF-HOST.md).
- [`box`](packages/box/README.md) the complete workspace runtime: SSH, Docker, agent harnesses, terminal, chat, files, and previews.
- [`control-plane`](packages/control-plane/README.md) workspace lifecycle, sessions, access, credential injection, volumes, and compute providers.
- [`microvm-host`](packages/microvm-host/README.md) the Go host agent that runs and networks Firecracker workspaces.
- [`webApp`](packages/webapp/README.md) the browser webApp for creating, configuring, sharing, and working inside workspaces.
- [`webApp`](packages/webapp/README.md) the browser web app for creating, configuring, sharing, and working inside workspaces.
- [`broker`](packages/broker/README.md) short-lived Claude and Codex credential delivery for workspace fleets.
- [`schema`](packages/schema/README.md) shared wire types and ACP conformance fixtures.

Expand Down
2 changes: 1 addition & 1 deletion packages/webapp/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# webapp

The browser webApp: workspace rail, terminal, files browser/editor, previews,
The browser web app: workspace rail, terminal, files browser/editor, previews,
and workspace management.

- Renders the server view. Never infers it. Retry, phase, and capability all
Expand Down
Loading