File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -674,6 +674,8 @@ export type Field = z.infer<typeof FieldSchema>;
674674
675675- [ Quick Reference Guide] ( ./QUICK-REFERENCE.md ) - Fast lookup for common tasks
676676- [ Package Dependency Graph] ( ./PACKAGE-DEPENDENCIES.md ) - Complete dependency visualization
677+ - [ Development Roadmap] ( ./ROADMAP.md ) - Next-phase optimization & improvement plan
678+ - [ Studio Roadmap] ( ./apps/studio/ROADMAP.md ) - Studio IDE development plan
677679- [ MicroKernel Architecture Guide] ( ./content/docs/developers/micro-kernel.mdx )
678680- [ Plugin Ecosystem Architecture] ( ./content/docs/developers/plugin-ecosystem.mdx )
679681- [ Writing Plugins] ( ./content/docs/developers/writing-plugins.mdx )
@@ -682,6 +684,6 @@ export type Field = z.infer<typeof FieldSchema>;
682684
683685---
684686
685- ** Last Updated** : January 2026
687+ ** Last Updated** : February 2026
686688** Maintainers** : ObjectStack Core Team
687689** Status** : Living Document
Original file line number Diff line number Diff line change @@ -160,6 +160,19 @@ os doctor # Check environment health
160160| [ ` @example/app-host ` ] ( examples/app-host ) | Server host — multi-app orchestration with plugins | 🔴 Advanced |
161161| [ ` @example/plugin-bi ` ] ( examples/plugin-bi ) | BI plugin — analytics objects and reports | 🟡 Intermediate |
162162
163+ ## 🗺️ Roadmap
164+
165+ See ** [ ROADMAP.md] ( ./ROADMAP.md ) ** for the next-phase optimization and improvement plan (Phases 5–11), covering:
166+
167+ - Spec test coverage completion (100% schema coverage)
168+ - Runtime package hardening (resolve all TODOs)
169+ - Framework adapter implementations (Hono, Next.js, NestJS)
170+ - Deprecation cleanup & v3.0 preparation
171+ - Developer experience & tooling improvements
172+ - Performance optimization & security hardening
173+
174+ Studio-specific roadmap: ** [ apps/studio/ROADMAP.md] ( ./apps/studio/ROADMAP.md ) **
175+
163176## 🤝 Contributing
164177
165178We welcome contributions! Please read our ** [ Contributing Guide] ( ./CONTRIBUTING.md ) ** for:
You can’t perform that action at this time.
0 commit comments