πΊ Roadmap
| Phase | Features | Status | Version |
|---|---|---|---|
| Phase 1 β MVP | - build β basic esbuild wrapper - clean β clear dist dir - sync β sync dist dir / remove orphan files - support glob-based entries ( src/**/*.ts) | β Current | v1.0.0 |
| Phase 2 β Enhancements | - build --watch β watch files and rebuild automatically - build --diff β rebuild only changed files (based on mtime) | π Planned | β |
| Phase 3 β Advanced Features | - Hash system β precise diff / cache mechanism - .mostir.lock.json β track hash states to avoid redundant builds - Isolate β manage multiple entries/projects separately | π Future | β |