We've inverted the change detection strategy to prioritize filesystem watchers over Git status polling, which provides faster and more responsive updates. Added the MEMENTO_CHANGE_DETECTOR environment variable to allow users to force specific strategies or stick with the new auto default, which safely falls back to Git polling if the watcher fails.

Default to filesystem watcher for change detection - caiowilson/MCP-memento