Skip to content

Commit 99224d4

Browse files
man4ishclaude
andcommitted
docs: fix stale links, add server.js to Project Structure
- Two links pointed at a personal fork instead of the OmniBioAI org (omnibioai-sdk cross-link, and this repo's own clone command under Quick Start), same pattern fixed in six other repos today. - Project Structure omitted server.js -- the Express backend the Architecture section already describes in detail (/api/launcher/*, /api/dev/*) was never listed among the actual files. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent 2341ecd commit 99224d4

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The launcher operates in two independent modes: opening a specific registry obje
55
preferred IDE, and starting/stopping long-running IDE services backed by Docker containers.
66

77
This repository is intentionally separate from
8-
[omnibioai-sdk](https://github.com/man4ish/omnibioai_sdk), the pure Python API client.
8+
[omnibioai-sdk](https://github.com/OmniBioAI/omnibioai-sdk), the pure Python API client.
99
The launcher is the browser entry point; the SDK is for programmatic use inside notebooks
1010
and scripts.
1111

@@ -58,7 +58,7 @@ The fastest way to get all three environments running locally:
5858

5959
```bash
6060
# Clone and start
61-
git clone https://github.com/man4ish/omnibioai-launcher.git
61+
git clone https://github.com/OmniBioAI/omnibioai-launcher.git
6262
cd omnibioai-launcher
6363
docker-compose up -d
6464
```
@@ -323,6 +323,9 @@ omnibioai-launcher/
323323
│ └── Toast.jsx — Ephemeral status notification
324324
├── public/
325325
│ └── index.html
326+
├── server.js — Express backend (port 3001): /api/launcher/*
327+
│ (Docker socket container lifecycle) and
328+
│ /api/dev/* (object registry proxy)
326329
├── docker-compose.yml — IDE services orchestration
327330
├── .env.example
328331
├── package.json

0 commit comments

Comments
 (0)