You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Update README to recommend Mode enum over MODE constants
Updated the README to suggest using the new Mode enum style (e.g.,Mode.FILE) instead of the old constant style (e.g., MODE_FILE). The oldconstants remain available for backward compatibility, but the enumprovides better IDE support and type safety.🤖 Generated with [Claude Code](https://claude.com/claude-code)Co-Authored-By: Claude <noreply@anthropic.com>