docs: add @objectql/core deprecation & migration plan to ROADMAP.md#396
Merged
docs: add @objectql/core deprecation & migration plan to ROADMAP.md#396
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update roadmap for deprecating @objectql/core
docs: add @objectql/core deprecation & migration plan to ROADMAP.md
Feb 16, 2026
hotlong
approved these changes
Feb 16, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR documents the phased deprecation and retirement plan for @objectql/core, following the successful core refactoring completed in PR #373 that reduced the package from ~3,500 LOC to 734 LOC. The documentation outlines a constitutional migration to a pure plugin architecture mandated by @objectstack/spec, eliminating the last monolithic aggregation layer in the ObjectQL ecosystem.
Changes:
- Adds comprehensive 4-phase deprecation plan (Phases A–D) targeting completion in Q4 2026
- Updates Package Matrix to mark
@objectql/coreas deprecated with migration guidance - Integrates Phase D milestone into Q4 roadmap section
- Adds ADR-010 documenting architectural rationale for full deprecation
- Defines target architecture as flat, composable plugin marketplace with explicit dependency management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Following the completed core refactoring (PR #373, ~3,500 → 734 LOC), documents the phased plan to fully retire
@objectql/corein favor of the pure plugin architecture mandated by@objectstack/spec.Migration Plan (new section)
ObjectQLPluginaggregator (323 LOC) — consumers switch from monolithic options object to explicit plugin compositionObjectQLbridge class (168 LOC) —MetadataRegistrylogic moves to@objectql/platform-nodekernel-factory.ts,repository.ts; moveutil.tsto@objectql/types@objectql/core@5.0.0as empty meta-package withpeerDependenciesTarget form:
Other updates
@objectql/coremarkedOriginal prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.