@@ -22,8 +22,8 @@ This roadmap prioritizes improvements based on the **"Time to First Wow"** metri
2222| ** Test Coverage** | ⭐⭐⭐⭐⭐ | 191 test files, 5,157+ tests |
2323| ** IDE Autocomplete** | ⭐⭐⭐⭐ | Bundled ` objectstack.json ` , ` .describe() ` tooltips |
2424| ** Getting Started** | ⭐⭐⭐ | Docs exist but no interactive playground |
25- | ** Error Messages** | ⭐⭐⭐ | Zod defaults + some custom refinements |
26- | ** Helper Functions** | ⭐⭐⭐ | ` Field.* ` excellent; ` ObjectSchema.create() ` , ` defineStack() ` minimal |
25+ | ** Error Messages** | ⭐⭐⭐⭐ | Custom error map with contextual messages and "Did you mean?" suggestions |
26+ | ** Helper Functions** | ⭐⭐⭐⭐ | ` Field.* ` , ` ObjectSchema.create() ` , ` defineStack() ` , ` defineView() ` , ` defineApp() ` , ` defineFlow() ` , ` defineAgent() ` + strict mode |
2727| ** Reference Docs** | ⭐⭐⭐ | API docs generated but no field type gallery or error code reference |
2828| ** Examples** | ⭐⭐⭐ | 4 examples but missing "How to Run" instructions |
2929| ** Migration Story** | ⭐⭐ | V3 guide exists but no automated ` codemod ` tooling |
@@ -111,11 +111,11 @@ This roadmap prioritizes improvements based on the **"Time to First Wow"** metri
111111- [x] Implement ` defineView() ` with column type inference
112112- [x] Implement ` defineApp() ` with navigation builder
113113- [x] Implement ` defineFlow() ` with step type inference
114- - [ ] Create custom Zod error map with contextual messages
115- - [ ] Add "Did you mean?" suggestions for FieldType typos
116- - [ ] Create pretty-print validation error formatter for CLI
117- - [ ] Add branded types for ObjectName, FieldName, ViewName
118- - [ ] Add strict cross-reference validation mode to ` defineStack() `
114+ - [x ] Create custom Zod error map with contextual messages
115+ - [x ] Add "Did you mean?" suggestions for FieldType typos
116+ - [x ] Create pretty-print validation error formatter for CLI
117+ - [x ] Add branded types for ObjectName, FieldName, ViewName
118+ - [x ] Add strict cross-reference validation mode to ` defineStack() `
119119
120120---
121121
@@ -362,4 +362,4 @@ This roadmap prioritizes improvements based on the **"Time to First Wow"** metri
362362
363363** Last Updated:** 2026-02-12
364364** Maintainers:** ObjectStack Core Team
365- ** Status:** 🆕 Active — Phase 1 Ready to Start
365+ ** Status:** 🔄 Active — Phase 2 Complete, Phase 3 Ready to Start
0 commit comments