(no title)
eevmanu | 4 months ago
indexes your repository
is it possible to know at high level how do you generate that index?, from this: • Your AI knows your entire codebase before generating a single line
• No more duplicate code that ignores existing utilities
• No more styling that clashes with your design system
• No more authentication logic that bypasses your user service
• Real-time updates when you add or refactor files
looks like ast-grep + hyde to enrich the meaning of each node (could have different enrichment strategy per node type)
No comments yet.