Skip to content
Merged
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
21 changes: 12 additions & 9 deletions docs/WORK_PLAN_2026_Q1_P2.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# ObjectQL Work Plan — 2026 Roadmap

> Created: 2026-02-08 | Last Updated: 2026-02-08 | Status: **Active**
> Created: 2026-02-08 | Last Updated: 2026-02-09 | Status: **Active**
> Current Version: **4.2.0** (all packages aligned, except `vscode-objectql` at 4.1.0)
> Runtime: `@objectstack/cli` (Kernel pattern) — `@objectql/server` deprecated, `packages/runtime/` removed.
> Runtime: `@objectstack/cli` v2.0.1 (Kernel pattern) — `@objectql/server` deprecated, `packages/runtime/` removed.
> @objectstack Platform: **v2.0.1** (upgraded from v2.0.0 — maintenance & stability patch)

---

Expand Down Expand Up @@ -469,13 +470,15 @@ Standardize third-party plugin distribution.

### External Dependencies (Not in this repo)

| Package | Owner | Role in ObjectQL |
|---------|-------|-----------------|
| `@objectstack/cli` | ObjectStack | Kernel bootstrapper (`objectstack serve`) |
| `@objectstack/core` | ObjectStack | Kernel runtime, plugin lifecycle |
| `@objectstack/plugin-hono-server` | ObjectStack | HTTP server (Hono-based) |
| `@objectstack/spec` | ObjectStack | Formal protocol specifications (Zod schemas) |
| AI Agent / AI tooling | **Separate project** | Not in this monorepo |
| Package | Owner | Version | Role in ObjectQL |
|---------|-------|---------|-----------------|
| `@objectstack/cli` | ObjectStack | 2.0.1 | Kernel bootstrapper (`objectstack serve`) |
| `@objectstack/core` | ObjectStack | 2.0.1 | Kernel runtime, plugin lifecycle |
| `@objectstack/plugin-hono-server` | ObjectStack | 2.0.1 | HTTP server (Hono-based) |
| `@objectstack/spec` | ObjectStack | 2.0.1 | Formal protocol specifications (Zod schemas) |
| `@objectstack/runtime` | ObjectStack | 2.0.1 | Core runtime & query engine |
| `@objectstack/objectql` | ObjectStack | 2.0.1 | ObjectQL runtime bridge |
| AI Agent / AI tooling | **Separate project** | — | Not in this monorepo |

---

Expand Down
4 changes: 2 additions & 2 deletions docs/WORK_PLAN_2026_Q3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ObjectQL Work Plan — 2026 Q3: Edge Runtime & Offline Sync

> Created: 2026-02-08 | Status: **Planned** | Target: 2026-07 — 2026-09
> Current Version: **4.2.0** | Prerequisite: Q1 Phase 2 (WASM Drivers), Q2 (Protocol Maturity)
> Created: 2026-02-08 | Last Updated: 2026-02-09 | Status: **Planned** | Target: 2026-07 — 2026-09
> Current Version: **4.2.0** | @objectstack Platform: **v2.0.1** | Prerequisite: Q1 Phase 2 (WASM Drivers), Q2 (Protocol Maturity)
> Parent Document: [WORK_PLAN_2026_Q1_P2.md](./WORK_PLAN_2026_Q1_P2.md)

---
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"@objectql/protocol-graphql": "workspace:*",
"@objectql/protocol-json-rpc": "workspace:*",
"@objectql/protocol-odata-v4": "workspace:*",
"@objectstack/cli": "2.0.0",
"@objectstack/core": "2.0.0",
"@objectstack/plugin-hono-server": "^2.0.0",
"@objectstack/cli": "2.0.1",
"@objectstack/core": "2.0.1",
"@objectstack/plugin-hono-server": "^2.0.1",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.10.0",
"@types/supertest": "^6.0.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/excel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"exceljs": "^4.4.0",
"zod": "^3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/fs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/memory/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"mingo": "^7.1.1",
"zod": "^3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/mongo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"mongodb": "^5.9.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/pg-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@electric-sql/pglite": "^0.1.5",
"@objectql/driver-sql": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"zod": "^3.24.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/redis/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"redis": "^4.6.0",
"zod": "^3.24.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"zod": "^3.24.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"zod": "^3.24.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/drivers/sqlite-wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@objectql/driver-sql": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"knex": "^3.1.0",
"nanoid": "^3.3.11",
"wa-sqlite": "^1.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/foundation/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@
"@objectql/plugin-formula": "workspace:*",
"@objectql/plugin-validator": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/objectql": "^2.0.0",
"@objectstack/runtime": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/objectql": "^2.0.1",
"@objectstack/runtime": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"js-yaml": "^4.1.0",
"zod": "^3.23.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/platform-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"dependencies": {
"@objectql/core": "workspace:*",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"fast-glob": "^3.3.2",
"js-yaml": "^4.1.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-formula/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-multitenancy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-security/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-validator/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/foundation/plugin-workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/spec": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/foundation/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {},
"devDependencies": {
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"ts-json-schema-generator": "^2.4.0",
"zod": "^3.23.8"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@as-integrations/express4": "^1.1.2",
"@graphql-tools/schema": "^10.0.2",
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"cors": "^2.8.5",
"dataloader": "^2.2.2",
"express": "^4.18.2",
Expand All @@ -36,7 +36,7 @@
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/core": "^2.0.1",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/ws": "^8.5.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/json-rpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/core": "^2.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/protocols/odata-v4/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
},
"dependencies": {
"@objectql/types": "workspace:*",
"@objectstack/spec": "^2.0.0",
"@objectstack/spec": "^2.0.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@objectql/driver-memory": "workspace:*",
"@objectql/protocol-tck": "workspace:*",
"@objectstack/core": "^2.0.0",
"@objectstack/core": "^2.0.1",
"typescript": "^5.3.3",
"vitest": "^1.0.4"
},
Expand Down
Loading