Replies: 1 comment
-
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.
-
Just found Agent OS and using the latest version 2.1.0
Reproduction
My profile configuration (as recommended): default (untouched) -> general (doesn't do anything) -> flutter (excludes a bunch of standards that aren't relevant)
In my flutter profile I've excluded all backend and frontend standards (since they assumed HTML mostly).
I run the project install script inside my flutter project:
~/agent-os/scripts/project-install.sh --profile flutterResults
agent-osproject folder (correct).claude/skillsfrom thedefaultprofile (incorrect)NOTE: The skills from the excluded standards have a reference to a non-existent file.
Solution?
I asked Claude to review your scripts and it found a bug in the shared shell scripts. It's working on my machine now but hoping to share this back to the repo.
Beta Was this translation helpful? Give feedback.
All reactions