Problem
worktree_list MCP tool doesn't call load_config, so it doesn't validate that an Assay project exists before listing worktrees. The other three worktree MCP tools do check config. This means worktree_list could show unrelated worktrees in a non-Assay directory or fail with a generic git error.
Solution
Solution
Add load_config call to worktree_list for consistency with other worktree MCP tools, even if config values aren't needed for the operation itself.
Created via Kata PR review backlog
Problem
worktree_listMCP tool doesn't callload_config, so it doesn't validate that an Assay project exists before listing worktrees. The other three worktree MCP tools do check config. This meansworktree_listcould show unrelated worktrees in a non-Assay directory or fail with a generic git error.Solution
Solution
Add
load_configcall toworktree_listfor consistency with other worktree MCP tools, even if config values aren't needed for the operation itself.Created via Kata PR review backlog