Skip to content

Commit d25a2a7

Browse files
authored
Merge pull request #388 from objectstack-ai/copilot/upgrade-objectstack-to-latest
2 parents 5352b0e + 1e3e161 commit d25a2a7

25 files changed

Lines changed: 242 additions & 225 deletions

File tree

ROADMAP.md

Lines changed: 30 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# ObjectQL — 2026 Roadmap
22

3-
> Created: 2026-02-08 | Last Updated: 2026-02-12 | Status: **Active**
4-
> Current Version: **4.2.0** (all packages aligned)
5-
> Runtime: `@objectstack/cli` v3.0.0 (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed.
6-
> @objectstack Platform: **v3.0.0**
3+
> Created: 2026-02-08 | Last Updated: 2026-02-14 | Status: **Active**
4+
> Current Version: **4.2.1** (all packages aligned)
5+
> Runtime: `@objectstack/cli` v3.0.3+ (Kernel pattern) — `@objectql/server` removed, `packages/runtime/` removed.
6+
> @objectstack Platform: **v3.0.3+**
77
88
---
99

@@ -26,6 +26,7 @@
2626
- [Q3 — Edge Runtime & Offline Sync](#q3--edge-runtime--offline-sync)
2727
- [Part A: Edge Runtime Support](#part-a-edge-runtime-support)
2828
- [Part B: Offline-First Sync Protocol](#part-b-offline-first-sync-protocol)
29+
- [Immediate Next Steps (Post v3.0.3 Upgrade)](#immediate-next-steps-post-v303-upgrade)
2930
- [Q4 — Plugin Marketplace & Stabilization](#q4--plugin-marketplace--stabilization)
3031
- [Package Matrix](#package-matrix)
3132
- [Removed Packages](#removed-packages)
@@ -62,7 +63,7 @@ ObjectQL is the **Standard Protocol for AI Software Generation** — a universal
6263

6364
- ✅ Phases 1A (ObjectQLError migration), 3 (logging), 4 (ESLint all waves), 5A (TODO elimination), 5B (protocol compliance 95%+), 6 (error-handling + architecture guides)
6465
- ✅ Core refactoring: `@objectql/core` decomposed from ~3,500 to ~800 LOC ([PR #373](https://github.com/objectstack-ai/objectql/pull/373))
65-
-`@objectstack/*` platform upgraded to **v3.0.0**
66+
-`@objectstack/*` platform upgraded to **v3.0.3+** (Zod v4 alignment)
6667
- ✅ Phase 7 partial (sideEffects), Phase 2 (test suites for SDK, CLI, Create, VSCode)
6768
- ✅ Q1 Phase 2: Browser WASM Drivers (`driver-sqlite-wasm`, `driver-pg-wasm`) implemented with docs and tests
6869
- ✅ Q1 Phase 3: Housekeeping complete (H-1 through H-8), `plugin-workflow` implemented with full test suite
@@ -734,6 +735,22 @@ Define wire format, `MutationLogEntry` schema, `SyncConflict` schema, checkpoint
734735

735736
---
736737

738+
## Immediate Next Steps (Post v3.0.3 Upgrade)
739+
740+
> Status: **Active** | Target: 2026-02 — 2026-03
741+
742+
Priority tasks following the `@objectstack` v3.0.3+ upgrade:
743+
744+
| # | Task | Priority | Description |
745+
|---|------|----------|-------------|
746+
| 1 | Fix `plugin-formula` integration tests | High | 6 pre-existing test failures in `formula-integration.test.ts` — formula fields evaluate to `undefined`. Root cause: hook registration / metadata lookup mismatch in FormulaPlugin. |
747+
| 2 | Re-enable `AuthPlugin` | Medium | Disabled due to camelCase field names (`createdAt`, `updatedAt`, `emailVerified`) violating ObjectQL snake_case spec. Coordinate with `@objectstack/plugin-auth` upstream or add field name normalization layer. |
748+
| 3 | Align `@objectql/types` with `@objectstack/spec` v3.0.3 Zod v4 schemas | High | Verify `z.infer<>` type derivation compiles correctly against the new Zod v4 schema exports in `@objectstack/spec@3.0.3`. |
749+
| 4 | Core bridge class stabilization | Medium | Consolidate `app.ts` bridge class — verify all `registerObject`, `getObject`, `getConfigs`, `removePackage` overrides align with `@objectstack/objectql@3.0.3` API surface. |
750+
| 5 | Bump `@objectql/*` packages to **4.3.0** | Low | Release patch with `@objectstack` v3.0.3 compatibility via Changesets. |
751+
752+
---
753+
737754
## Q4 — Plugin Marketplace & Stabilization
738755

739756
> Status: **Planned** | Target: 2026-10 — 2026-12
@@ -763,7 +780,7 @@ Standardize third-party plugin distribution.
763780

764781
## Package Matrix
765782

766-
> All packages at **4.2.0** unless noted.
783+
> All packages at **4.2.1** unless noted.
767784

768785
### Foundation Layer
769786

@@ -817,12 +834,12 @@ Standardize third-party plugin distribution.
817834

818835
| Package | Owner | Version | Role in ObjectQL |
819836
|---------|-------|---------|-----------------|
820-
| `@objectstack/cli` | ObjectStack | 3.0.0 | Kernel bootstrapper (`objectstack serve`) |
821-
| `@objectstack/core` | ObjectStack | 3.0.0 | Kernel runtime, plugin lifecycle |
822-
| `@objectstack/plugin-hono-server` | ObjectStack | 3.0.0 | HTTP server (Hono-based) |
823-
| `@objectstack/spec` | ObjectStack | 3.0.0 | Formal protocol specifications (Zod schemas) |
824-
| `@objectstack/runtime` | ObjectStack | 3.0.0 | Core runtime & query engine |
825-
| `@objectstack/objectql` | ObjectStack | 3.0.0 | ObjectQL runtime bridge |
837+
| `@objectstack/cli` | ObjectStack | 3.0.3+ | Kernel bootstrapper (`objectstack serve`) |
838+
| `@objectstack/core` | ObjectStack | 3.0.3+ | Kernel runtime, plugin lifecycle |
839+
| `@objectstack/plugin-hono-server` | ObjectStack | 3.0.3+ | HTTP server (Hono-based) |
840+
| `@objectstack/spec` | ObjectStack | 3.0.3+ | Formal protocol specifications (Zod schemas) |
841+
| `@objectstack/runtime` | ObjectStack | 3.0.3+ | Core runtime & query engine |
842+
| `@objectstack/objectql` | ObjectStack | 3.0.3+ | ObjectQL runtime bridge |
826843
| AI Agent / AI tooling | **Separate project** | — | Not in this monorepo |
827844

828845
---
@@ -867,7 +884,7 @@ Standardize third-party plugin distribution.
867884

868885
- **`@objectql/types`** correctly has ZERO production dependencies (pure types)
869886
- **`@objectql/core`** depends on `plugin-formula` and `plugin-validator` — tight coupling noted
870-
- All `@objectstack/*` packages are at **v3.0.0** — aligned
887+
- All `@objectstack/*` packages are at **v3.0.3+** — aligned (Zod v4)
871888
- **`mingo`** (used in memory driver) is the only non-standard query engine dependency
872889
- **`knex`** is shared across `driver-sql`, `driver-pg-wasm`, `driver-sqlite-wasm`
873890

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"@objectql/protocol-graphql": "workspace:*",
3636
"@objectql/protocol-json-rpc": "workspace:*",
3737
"@objectql/protocol-odata-v4": "workspace:*",
38-
"@objectstack/cli": "^3.0.2",
39-
"@objectstack/core": "^3.0.2",
40-
"@objectstack/plugin-auth": "^3.0.2",
41-
"@objectstack/plugin-hono-server": "^3.0.2",
38+
"@objectstack/cli": "^3.0.3",
39+
"@objectstack/core": "^3.0.3",
40+
"@objectstack/plugin-auth": "^3.0.3",
41+
"@objectstack/plugin-hono-server": "^3.0.3",
4242
"@types/js-yaml": "^4.0.9",
4343
"@types/node": "^20.10.0",
4444
"@types/supertest": "^6.0.3",
@@ -61,7 +61,7 @@
6161
"version": "4.2.0",
6262
"dependencies": {
6363
"@objectql/protocol-json-rpc": "workspace:*",
64-
"@objectstack/studio": "^3.0.2",
64+
"@objectstack/studio": "^3.0.3",
6565
"build": "^0.1.4"
6666
}
6767
}

packages/drivers/excel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"dependencies": {
3030
"@objectql/driver-memory": "workspace:*",
3131
"@objectql/types": "workspace:*",
32-
"@objectstack/spec": "^3.0.2",
32+
"@objectstack/spec": "^3.0.3",
3333
"exceljs": "^4.4.0",
3434
"zod": "^4.3.6"
3535
},

packages/drivers/fs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"dependencies": {
3535
"@objectql/driver-memory": "workspace:*",
3636
"@objectql/types": "workspace:*",
37-
"@objectstack/spec": "^3.0.2",
37+
"@objectstack/spec": "^3.0.3",
3838
"zod": "^4.3.6"
3939
},
4040
"devDependencies": {

packages/drivers/memory/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@objectql/types": "workspace:*",
31-
"@objectstack/spec": "^3.0.2",
31+
"@objectstack/spec": "^3.0.3",
3232
"mingo": "^7.1.1",
3333
"zod": "^4.3.6"
3434
},

packages/drivers/mongo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"dependencies": {
3030
"@objectql/types": "workspace:*",
31-
"@objectstack/spec": "^3.0.2",
31+
"@objectstack/spec": "^3.0.3",
3232
"mongodb": "^5.9.2"
3333
},
3434
"devDependencies": {

packages/drivers/pg-wasm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@electric-sql/pglite": "^0.1.5",
3535
"@objectql/driver-sql": "workspace:*",
3636
"@objectql/types": "workspace:*",
37-
"@objectstack/spec": "^3.0.2",
37+
"@objectstack/spec": "^3.0.3",
3838
"knex": "^3.1.0",
3939
"nanoid": "^3.3.11",
4040
"zod": "^4.3.6"

packages/drivers/redis/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
},
2828
"dependencies": {
2929
"@objectql/types": "workspace:*",
30-
"@objectstack/spec": "^3.0.2",
30+
"@objectstack/spec": "^3.0.3",
3131
"redis": "^4.6.0",
3232
"zod": "^4.3.6"
3333
},

packages/drivers/sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
},
3939
"dependencies": {
4040
"@objectql/types": "workspace:*",
41-
"@objectstack/spec": "^3.0.2",
41+
"@objectstack/spec": "^3.0.3",
4242
"zod": "^4.3.6"
4343
},
4444
"devDependencies": {

packages/drivers/sql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@objectql/types": "workspace:*",
33-
"@objectstack/spec": "^3.0.2",
33+
"@objectstack/spec": "^3.0.3",
3434
"knex": "^3.1.0",
3535
"nanoid": "^3.3.11",
3636
"zod": "^4.3.6"

0 commit comments

Comments
 (0)