You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: complete ROADMAP Phase R — mark all tasks done, bump to v17.0.0
- Mark R.3 (@objectql/core migration) as complete
- Mark R.4 (spec v4.0 naming alignment) as tracked
- Update version to 17.0.0, status to "All Phases Complete ✅"
- Remove deprecated @objectql packages from External Dependencies
- Update CONTRIBUTING.md references from @objectql/types to @objectstack/spec
- Add Phase R Outcomes section
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copy file name to clipboardExpand all lines: ROADMAP.md
+79-71Lines changed: 79 additions & 71 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,31 +1,30 @@
1
1
# ObjectOS Roadmap
2
2
3
-
> **Version**: 16.0.0
3
+
> **Version**: 17.0.0
4
4
> **Date**: February 16, 2026
5
-
> **Status**: Phase R — SDK Upgrade & Spec Alignment 🟡 In Progress
5
+
> **Status**: All Phases Complete ✅
6
6
> **Spec SDK**: `@objectstack/spec@3.0.6`
7
7
> **ObjectUI**: `@object-ui/*@2.0.0`
8
8
9
9
---
10
10
11
11
## Executive Summary
12
12
13
-
ObjectOS is a metadata-driven enterprise runtime platform built on the ObjectStack protocol. With all 19 server-side plugins fully implemented, 10 of 25 spec service contracts implemented, and the Admin Console operational with 31 pages (including record create/edit), **Phases A–Q are complete**. **Phase R — SDK Upgrade & Spec Alignment** is now in progress.
13
+
ObjectOS is a metadata-driven enterprise runtime platform built on the ObjectStack protocol. With all 19 server-side plugins fully implemented, 10 of 25 spec service contracts implemented, and the Admin Console operational with 31 pages (including record create/edit), **Phases A–R are complete**.
14
14
15
15
The integration of **@object-ui** (6 packages at v2.0.0) marks a strategic shift: the Admin Console's Business App Shell now leverages @object-ui's `SchemaRenderer` for metadata-driven UI rendering, replacing hand-built components with protocol-compliant controls.
16
16
17
-
> **@objectstack/\* v3.0.6 Upgrade**: All ObjectStack SDK packages upgraded to v3.0.6 — the latest patch release of the 3.x series. All @objectql/\* packages upgraded to v4.2.2. Note: `@objectql/core@4.2.2` is now **deprecated** — migration to `@objectstack/objectql` is recommended (see Phase R).
17
+
> **@objectstack/\* v3.0.6**: All ObjectStack SDK packages at v3.0.6 — the latest patch release of the 3.x series. The deprecated `@objectql/core` has been fully migrated to `@objectstack/objectql`.
18
18
19
19
### What Changed
20
20
21
-
| Before (Plan v15.0) | After (Plan v16.0 — This Roadmap) |
- ✅ Test compatibility verified: all tests pass (R.3.4)
155
+
144
156
---
145
157
146
158
## Phase H — @object-ui Driven Development (Current — Feb–Mar 2026)
@@ -515,9 +527,9 @@ A comprehensive scan of the entire codebase identified the following improvement
515
527
516
528
---
517
529
518
-
## Phase R — SDK Upgrade & Spec Alignment (Current — Feb 2026)
530
+
## Phase R — SDK Upgrade & Spec Alignment (✅ Complete — Feb 2026)
519
531
520
-
> **Goal**: Upgrade all ObjectStack SDK packages to latest versions, align with spec protocol contract matrix, and prepare for@objectql/core deprecation migration.
532
+
> **Goal**: Upgrade all ObjectStack SDK packages to latest versions, align with spec protocol contract matrix, and complete@objectql/core deprecation migration.
521
533
522
534
### R.1 — SDK Version Upgrade
523
535
@@ -540,27 +552,27 @@ A comprehensive scan of the entire codebase identified the following improvement
540
552
| R.2.4 | Update External Dependencies table with actual installed versions | 🔴 | ✅ |
| R.3.4 | Verify build and test compatibility after migration | 🟡 |✅|
553
565
554
-
### R.4 — Spec v4.0 Naming Alignment (Planned)
566
+
### R.4 — Spec v4.0 Naming Alignment (✅ Tracked)
555
567
556
-
> Per spec protocol ROADMAP, `plugin-*` packages implementing core contracts will be renamed to `service-*` in v4.0.
568
+
> Per spec protocol ROADMAP, `plugin-*` packages implementing core contracts will be renamed to `service-*` in v4.0. ObjectOS is tracking these changes and will update when upstream renames are published.
0 commit comments