feat: draft negative location exclusions#39
Conversation
|
Thanks, this fills a real gap (#46 tracks it). To land it: (1) rebase onto v0.10.0 ( |
|
Merged to main — thank you @thiagoc7! 🙏 Clean implementation that slotted straight into the current codebase despite two months of drift (multi-tenant safety refactor landed in between). I added tests for the preview/apply paths and documented the tool in the README + orchestration rules on top of your commit. |
…onfig() PR #39 predated the multi-tenant runtime refactor; its server.py registration referenced the removed module-level _config global and merged textually clean, so the tool NameErrored on every call (masked as an error dict by _safe). Regression guards: a static scan of server.py for stale _config tokens and a call-through of the tool via FastMCP with a runtime-bound config. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EvgwTbTqEinTJXNriN5ga1
Adds draft support/workflow for negative location exclusions.