Replies: 1 comment
-
|
Yeah you could ask your agent when running |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
Hey! First of all, great work on Intent — the idea of versioning skills alongside the package is really elegant.
I have a question about a scenario I'm running into: when
intent installsets up the skill mappings, theloadpaths point tonode_modules/.... That works perfectly for local development, but I use GitHub PR reviewing agents that work directly against the repository without runningnpm installfirst, so those paths are dead references and the skills never load.I'm also evaluating other automation workflows where we'd like to use the repository itself as the source of truth (no installation step, to keep things fast and simple) — so the same problem applies.
I was wondering if there's any plan to handle this kind of scenario in the future — for example, resolving skills through the registry as a fallback when the local path isn't available. Or is there another approach you'd recommend?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions