Skip to content

Commit 1412991

Browse files
authored
Merge pull request #572 from objectstack-ai/copilot/scan-code-and-plan-roadmap
2 parents 4eb13cc + ab9461a commit 1412991

3 files changed

Lines changed: 450 additions & 1 deletion

File tree

ARCHITECTURE.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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

165178
We welcome contributions! Please read our **[Contributing Guide](./CONTRIBUTING.md)** for:

0 commit comments

Comments
 (0)