Skip to content

Commit c63d610

Browse files
Copilothotlong
andcommitted
docs: fix repository URLs from objectql/objectos to objectstack-ai/objectos, add version requirements
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 091c058 commit c63d610

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Thank you for your interest in contributing to ObjectOS! This guide will help yo
77
ObjectOS is the **runtime engine** that executes metadata defined in the ObjectQL format. It's part of a two-repository ecosystem:
88

99
- **[objectql/objectql](https://github.com/objectstack-ai/objectql)**: The protocol definition and core drivers
10-
- **objectql/objectos** (this repo): The runtime implementation
10+
- **objectstack-ai/objectos** (this repo): The runtime implementation
1111

1212
## Project Structure
1313

@@ -174,7 +174,7 @@ describe('ObjectOS.insert', () => {
174174

175175
```bash
176176
# Clone the repository
177-
git clone https://github.com/objectql/objectos.git
177+
git clone https://github.com/objectstack-ai/objectos.git
178178
cd objectos
179179

180180
# Install dependencies
@@ -221,7 +221,7 @@ pnpm run lint # (TODO: Add lint script)
221221

222222
### 1. Find an Issue
223223

224-
- Check [GitHub Issues](https://github.com/objectql/objectos/issues)
224+
- Check [GitHub Issues](https://github.com/objectstack-ai/objectos/issues)
225225
- Look for labels: `good first issue`, `help wanted`
226226
- Comment on the issue to claim it
227227

DEVELOPMENT_PLAN.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -726,8 +726,8 @@ The `api/index.ts` serverless handler mirrors the CLI serve bootstrap:
726726
### Prerequisites
727727

728728
- Node.js 22+ (LTS)
729-
- PostgreSQL or MongoDB (production) / SQLite (development)
730-
- Redis (for distributed caching & job queues)
729+
- PostgreSQL 14+ or MongoDB 6+ (production) / SQLite 3.x (development)
730+
- Redis 7+ (for distributed caching & job queues, optional for single-node)
731731
- PNPM 9.x
732732

733733
---
@@ -750,7 +750,7 @@ await objectql.loadMetadata('./objects/**/*.yml');
750750

751751
### With ObjectUI (View Layer — Separate Repository)
752752

753-
ObjectUI (`github.com/objectql/objectui`) is an **independent control library** — similar to amis — that provides metadata-driven UI components:
753+
ObjectUI (`github.com/objectstack-ai/objectui`) is an **independent control library** — similar to amis — that provides metadata-driven UI components:
754754

755755
- **Schema Renderer**: Dynamically renders Forms, Grids, Charts from ObjectStack UI protocol
756756
- **Plugin UI Loader**: Module Federation for plugin-contributed UI components
@@ -973,7 +973,7 @@ Keep Next.js only for `apps/site` (Fumadocs documentation framework dependency).
973973
974974
```
975975
┌─────────────────────────────────────────────────────────────┐
976-
│ ObjectUI (Separate Repo: github.com/objectql/objectui) │
976+
│ ObjectUI (Separate Repo: github.com/objectstack-ai/objectui) │
977977
│ ├── Schema Renderer → JSON → React Components │
978978
│ ├── Control Library → Form, Grid, Chart, Kanban, ... │
979979
│ └── Plugin UI Loader → Module Federation for plugin UIs │

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ ObjectUI (Controls) → apps/web (App Shell) → ObjectStack Hono (API)
139139
### Installation
140140

141141
```bash
142-
git clone https://github.com/objectql/objectos.git
142+
git clone https://github.com/objectstack-ai/objectos.git
143143
cd objectos
144144
pnpm install
145145
```
@@ -251,7 +251,7 @@ pnpm start
251251
-**Free for open source** AGPL-licensed projects
252252
- ⚠️ **Copyleft** — SaaS usage requires open-sourcing under AGPL or purchasing a commercial license
253253

254-
**Commercial License:** [Contact us](https://github.com/objectql/objectos/issues)
254+
**Commercial License:** [Contact us](https://github.com/objectstack-ai/objectos/issues)
255255

256256
---
257257

docs/guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ This separation means you can swap databases without changing business logic!
9292

9393
```bash
9494
# Clone the repository
95-
git clone https://github.com/objectql/objectos.git
95+
git clone https://github.com/objectstack-ai/objectos.git
9696
cd objectos
9797
9898
# Install dependencies

docs/spec/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Complete HTTP API reference including all REST endpoints, authentication, and re
5959

6060
These specifications are living documents. If you find errors or omissions:
6161

62-
1. Open an issue on [GitHub](https://github.com/objectql/objectos/issues)
62+
1. Open an issue on [GitHub](https://github.com/objectstack-ai/objectos/issues)
6363
2. Submit a pull request with corrections
6464
3. Discuss in our community forum (coming soon)
6565

0 commit comments

Comments
 (0)