Smarter Module Navigation: intentIndex & find-module CLI Tool #40
kaanozhan
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
As a project grows, so does
STRUCTURE.json. For example Frame is currently 3,690 lines / 90KB covering 40 modules. AI agents read this file at every session start, but when they need to find files for a specific feature, they have to scan through all of it. The data is there, but there's no fast path to it.What We Added
intentIndex— The structure update script now auto-groups modules by feature. 40 modules become 22 searchable features.Generated on every commit, zero maintenance. For example :
find-moduleCLI tool — Instead of reading 3,690 lines, agents run a single command:Beta Was this translation helpful? Give feedback.
All reactions