veer adyani —
Hey folks, quick heads up while working on this issue: https://github.com/archestra-ai/archestra/issues/2410 This is in the repo [https://github.com/archestra-ai/website](https://github.com/archestra-ai/website) I ran into a Windows clone/checkout failure with `error: invalid path` because one of the files under `app/app/mcp-catalog/data/mcp-evaluations/` had a `?tab=...` in the filename, which Windows does not support. As a temporary workaround, I renamed the file in my fork so I could clone the repo and continue working. I also checked if this rename would impact anything in the codebase. I ran `git grep "mobb-dev__bugsy"` and the only matches are inside the JSON files themselves. Nothing else in the repo references these filenames, so renaming should be safe and should not break any code. There are currently two related JSON files in that folder, and both are standalone entries, so the rename is just to make cloning work smoothly for Windows developers. If you are okay with it, I can open a small PR to rename the file in the main repo as well. 😃 Thanks!
