Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…-optimizations decomposition - tsconfig.json: Add missing TypeScript project references for all new packages - .changeset/config.json: Add new packages to fixed version group - README.md: Update Architecture table and Development section - docs/DESIGN_CORE_REFACTOR.md: Mark as completed (PR #373) - docs/ROADMAP_NEXT_PHASE.md: Update optimization module paths - docs/WORK_PLAN_2026_Q1_P2.md: Update Package Matrix and platform versions Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
|
@objectstack 相关的命令和运行方式要不要改? |
|
… README Expand dev server section with: - Explicit objectstack serve --dev equivalence - objectstack.config.ts kernel config example - Table of available objectstack CLI commands Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
已在
当前 Warning Firewall rules blocked me from connecting to one or more addresses (expand for details)I tried to connect to the following addresses, but was blocked by firewall rules:
If you need me to access, download, or install something from one of these locations, you can either:
|
There was a problem hiding this comment.
Pull request overview
Aligns the repo’s developer workflow configuration and documentation with the recent decomposition of @objectql/core into @objectql/plugin-query and @objectql/plugin-optimizations, and brings project-reference/versioning metadata up to date for newly added packages.
Changes:
- Adds missing TypeScript project references for new foundation/plugins, WASM drivers, and sync/protocol tooling.
- Updates Changesets fixed-version group to include the newly introduced packages.
- Refreshes README + roadmap/work-plan/design docs to reflect the new package architecture and current platform/tooling commands.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated 3 comments.
Show a summary per file
| File | Description |
|---|---|
tsconfig.json |
Adds missing TS project references for new packages so tsc -b can build the full workspace graph. |
.changeset/config.json |
Extends the fixed version group to include the new plugins/drivers/protocols/tools. |
README.md |
Updates foundation-layer architecture table and revises dev workflow/CLI documentation to match current setup. |
docs/DESIGN_CORE_REFACTOR.md |
Marks the refactor design as completed and links to PR #373 implementation. |
docs/ROADMAP_NEXT_PHASE.md |
Updates Phase 7A references to point to @objectql/plugin-optimizations instead of core internals. |
docs/WORK_PLAN_2026_Q1_P2.md |
Updates the package matrix and platform version references to reflect the current workspace state. |
|
|
||
| > Created: 2026-02-08 | Last Updated: 2026-02-09 | Status: **Active** | ||
| > Created: 2026-02-08 | Last Updated: 2026-02-11 | Status: **Active** | ||
| > Current Version: **4.2.0** (all packages aligned, except `vscode-objectql` at 4.1.0) |
There was a problem hiding this comment.
The header claims vscode-objectql is at 4.1.0, but the extension manifest currently declares version 4.2.0. Please update this line (or clarify if you mean the published marketplace version vs the repo version) to avoid confusing the release/version alignment story.
| > Current Version: **4.2.0** (all packages aligned, except `vscode-objectql` at 4.1.0) | |
| > Current Version: **4.2.0** (all packages aligned, including `vscode-objectql`) |
| | Module | Package | Status | Action | | ||
| |--------|---------|--------|--------| | ||
| | `GlobalConnectionPool.ts` | `@objectql/plugin-optimizations` | ✅ Implemented | Benchmark and tune pool sizes | | ||
| | `QueryCompiler.ts` | `@objectql/plugin-optimizations` | ✅ Implemented | Add cache hit/miss metrics | | ||
| | `LazyMetadataLoader.ts` | `@objectql/plugin-optimizations` | ✅ Implemented | Verify lazy loading in production | |
There was a problem hiding this comment.
This module list for @objectql/plugin-optimizations is incomplete: the package also includes OptimizedMetadataRegistry.ts (exported from packages/foundation/plugin-optimizations/src/index.ts). Consider adding it to the table so the roadmap stays aligned with the actual extracted module set.
| ```typescript | ||
| // objectstack.config.ts | ||
| export default { | ||
| metadata: { name: 'objectos', version: '1.0.0' }, | ||
| objects: loadObjects(projectTrackerDir), | ||
| plugins: [ |
There was a problem hiding this comment.
The objectstack.config.ts example is presented as a copy/pasteable config, but it references loadObjects(projectTrackerDir) without defining/importing loadObjects or projectTrackerDir (and it omits required imports for the plugin classes). Either include a complete minimal example (with imports + helper definitions) or explicitly mark the snippet as abbreviated and link readers to the real ./objectstack.config.ts file for a working version.
@objectstackCLI commands documentation —objectstack serve --devequivalence,objectstack.config.tskernel config example, and CLI command tablecore/src/optimizations/toplugin-optimizations/✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.