plugins.lock.json 913 B

123456789101112131415161718192021222324
  1. {
  2. "_readme": "Pinned versions for reproducible installs. Update versions deliberately, then run install-plugins.sh.",
  3. "rtk": {
  4. "source": "https://github.com/rtk-ai/rtk",
  5. "install_cmd": "cargo install --git https://github.com/rtk-ai/rtk --tag {version}",
  6. "version": "v0.34.3",
  7. "note": "Check latest at https://github.com/rtk-ai/rtk/releases before updating"
  8. },
  9. "gsd": {
  10. "source": "npm:get-shit-done-cc",
  11. "install_cmd": "npx get-shit-done-cc@{version} --claude --global --auto",
  12. "version": "1.30.0",
  13. "note": "Check latest at https://www.npmjs.com/package/get-shit-done-cc before updating"
  14. },
  15. "gstack": {
  16. "source": "https://github.com/garrytan/gstack.git",
  17. "managed_by": "git submodule",
  18. "note": "Version controlled by submodule pointer in .gitmodules. Update: git submodule update --remote"
  19. },
  20. "node": {
  21. "minimum": "18",
  22. "recommended": "22"
  23. }
  24. }