Skip to main content

πŸ—Ί Roadmap

PhaseFeaturesStatusVersion
Phase 1 – MVP- build β†’ basic esbuild wrapper
- clean β†’ clear dist dir
- sync β†’ sync dist dir / remove orphan files
- support glob-based entries (src/**/*.ts)
βœ… Currentv1.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–