--- title: "Roadmap" description: "Future plans and development timeline for RoomSharp." canonical: "https://roomsharp.dev/docs/v0.4.7/roadmap" source: "src/content/v0.4.7/roadmap.mdx" --- # Roadmap ## Short-term (Stabilization) - Finalize RoomSharp CLI (migrations, schema, verification) - Harden concurrency and parallel execution guarantees - Restore and expand automated test coverage - Improve diagnostics, error messages, and documentation No major new features are planned in this phase. --- ## Mid-term (Polish & Adoption) - Provider-level optimizations based on real usage - Improve QueryExtensions diagnostics and ergonomics - Documentation site and deeper guides --- ## Long-term (Demand-driven) - Optional FTS support (runtime implementation) - Advanced provider-specific features where justified --- ## Design Philosophy RoomSharp deliberately avoids feature creep. New capabilities are added only when they align with its explicit, predictable design philosophy. --- ## API Stability Notice RoomSharp is still under active development. While the core concepts and architecture are stable, **public APIs may change** as the project evolves, especially before the first stable (1.0) release. Breaking changes will be documented clearly in release notes and migration guidance will be provided where possible.