npx claudepluginhub ray-manaloto/claude-code-marketplace --plugin mise-toolkitDiagnose mise trust issues in the current project, then fix them. ## Diagnostic steps 1. Run `mise dr` and capture the "untrusted" / "ignored" entries. 2. Check `~/.local/state/mise/ignored-configs/` for accidentally-denied files (mise stores symlinks here when the user said "no" to a trust prompt). 3. Run `mise cfg ls` to see which config files mise is trying to load and which are missing or untrusted. 4. Check the user's settings: `mise settings get trusted_config_paths` — if this is set to a parent of the current project, the config should already be auto-trusted. ## Fix paths - **Un...
Share bugs, ideas, or general feedback.
Diagnose mise trust issues in the current project, then fix them.
mise dr and capture the "untrusted" / "ignored" entries.~/.local/state/mise/ignored-configs/ for accidentally-denied files (mise stores symlinks here when the user said "no" to a trust prompt).mise cfg ls to see which config files mise is trying to load and which are missing or untrusted.mise settings get trusted_config_paths — if this is set to a parent of the current project, the config should already be auto-trusted.mise trust (with no args) trusts the nearest config. Confirm before running.~/.local/state/mise/ignored-configs/<encoded-path> and re-run mise dr to verify.mise trust the actual file path, not the symlink target.MISE_TRUSTED_CONFIG_PATHS or adding a path to trusted_config_paths in global config.experimental_monorepo_root = true in the root mise.toml (requires MISE_EXPERIMENTAL=1) — descendant configs become implicitly trusted.trusted_config_paths = ["/"] globally without flagging the security implication.~/.local/state/mise/ignored-configs/ outside the current project.[hooks], [env], or _.source directives that can execute code.