Why is registry.yaml not synced to git? #103
-
|
For some reason registry.yaml is not pushed to git when i push my updates? Is this deliberate? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Great question! This is a design decision we're reconsidering. Why it's not synced today: But unlike We'll look into moving |
Beta Was this translation helpful? Give feedback.
-
|
Done in v0.18.1! 🎉
Migration is automatic on first run, no manual steps needed. Thanks for surfacing this — it was a great catch! |
Beta Was this translation helpful? Give feedback.
Done in v0.18.1! 🎉
registry.yamlhas been moved from~/.config/skillshare/registry.yamlinto the source directory at~/.config/skillshare/skills/registry.yaml. Sinceskillshare init --gittracks theskills/directory, registry data is now automatically included in git — soskillshare updateworks right after a pull on another machine.Migration is automatic on first run, no manual steps needed. Thanks for surfacing this — it was a great catch!