mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-06-06 19:35:44 +02:00
strengthen repo verification and runtime coverage
Add clearer app docs plus targeted desktop, CLI, web, and worker tests so cross-surface regressions are caught earlier and the repo is easier to navigate.
This commit is contained in:
parent
2133d7226f
commit
4239f9f1ef
63 changed files with 3678 additions and 764 deletions
12
README.md
12
README.md
|
|
@ -81,6 +81,18 @@ All API key files use the same format:
|
|||
}
|
||||
```
|
||||
|
||||
## Repository Map
|
||||
|
||||
This repository contains multiple Rowboat surfaces. Start with `ARCHITECTURE.md` if you are contributing or trying to understand which app owns a feature.
|
||||
|
||||
- `apps/x` - primary local-first Electron desktop app
|
||||
- `apps/rowboat` - hosted Next.js platform and APIs
|
||||
- `apps/cli` - local runtime and npm-distributed CLI package
|
||||
- `apps/rowboatx` - newer frontend for the local runtime
|
||||
- `apps/docs` - Mintlify docs site
|
||||
- `apps/python-sdk` - Python API client
|
||||
- `apps/experimental` - prototypes and non-core experiments
|
||||
|
||||
## What it does
|
||||
|
||||
Rowboat is a **local-first AI coworker** that can:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue