Add AgentOS daemon control plane and maintenance tooling
This commit is contained in:
@@ -42,9 +42,7 @@ Then, run the development server:
|
||||
bun run dev
|
||||
```
|
||||
|
||||
Open [http://localhost:5173](http://localhost:5173) in your browser to see the web application.
|
||||
Use the Expo Go app to run the mobile application.
|
||||
Your app will connect to the Convex cloud backend automatically.
|
||||
Open [http://localhost:5173](http://localhost:5173) in your browser to see the web application. Use the Expo Go app to run the mobile application. Your app will connect to the Convex cloud backend automatically.
|
||||
|
||||
## UI Customization
|
||||
|
||||
@@ -106,3 +104,8 @@ code/
|
||||
- `bun run dev:desktop`: Start the Electrobun desktop app with HMR
|
||||
- `bun run build:desktop`: Build the stable Electrobun desktop app
|
||||
- `bun run build:desktop:canary`: Build the canary Electrobun desktop app
|
||||
- `bun run docs:update [commit-or-range]`: Ask a detected coding-agent CLI to update first-party documentation for a commit or revision range; use `--dry-run` to inspect the prompt
|
||||
- `bun run subtree list`: List configured vendored Git subtrees
|
||||
- `bun run subtree status [name]`: Inspect subtree metadata and local dirtiness
|
||||
- `bun run subtree preview <name>`: Fetch and display upstream commits not yet represented by the subtree
|
||||
- `bun run subtree update <name> --yes`: Safely pull a configured subtree with squash semantics
|
||||
|
||||
Reference in New Issue
Block a user