Simplify Knapper to a fixed 20-tool surface - #43
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Macroscope skipped reviewing this pull request. Per-review cost limit exceeded (workspace setting). This review would cost an estimated $13.84, which exceeds your per-review limit of $10.00. The top 3 files driving up this estimate:
Tip To get this pull request reviewed, you can:
|
What changed
obsidian_open.0.7.0.Validation
npm run checknpm run typechecknpm test— 475 tests passednpm run buildnpm run smokenpm run acceptance— 21 checks passedThe plugin-specific live dev-cycle check skips when no
PLUGIN_SOURCE_DIRandPLUGIN_IDare set.Note
Simplify Knapper to a fixed 20-tool surface targeting one private development vault
PUBLIC_TOOL_NAME_SET; all other tools are hidden from MCP clients.obsidian_open(requiresvaultPath, optionalpluginDir) andobsidian_closeas the sole session lifecycle tools, replacingobsidian_session_open,obsidian_session_release, and related tools.obsidian_dev_cyclenow resolves the linked plugin automatically from the active session and no longer accepts manualpluginIdorvaultparameters.browser_clickandbrowser_handle_dialogare first-class tools; snapshot refs, telemetry records, and eval calls are all optionally scoped bywindowId.--cdp-url,--vault,--toolsets, and--target-matchand drops theauthorize/revoke/authorizationssubcommands from the CLI.prepareDevelopmentPaths: vault must be inside the plugin Git repo, Git-ignored, non-symlinked, and absolute.Macroscope summarized b63e8a2.