Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
empty-trigger-short-circuit-before-app-state
Skip nested memory collection when no triggers exist so render-bound `getAppState()` is never invoked unnecessarily.
empty-repo-bundle-preflight
Fail fast when the repository has no refs so downstream bundling never triggers empty Git bundles.
empty-payload-sentinel-guard
Guard requests from closing instantly when a tool returns nothing by injecting the sentinel message and logging the event.
dynamic-skill-insertion-before-builtins
Merge runtime-discovered commands into an existing command registry by deduping them against the enabled base surface and inserting them at a stable boundary before built-in commands.
diff-first-progress-projection
Project marketplace installation progress by diffing declared sources before kickoff so the UI shows pending spinners without waiting on the clone.
descriptive-skill-surface-admission
Use source-aware admission rules so trusted local skills can surface automatically while plugin or MCP-provided entries must supply explicit descriptive metadata.
delist-after-reconcile-enforcement
Run delist or blocklist enforcement after synchronization so removals update both metrics and downstream refresh signals.
deferred-refresh-flag-contract
Decide when to auto-refresh plugins after marketplaces change and when to defer to a manual `/reload-plugins` via the `needsRefresh` flag.
declarative-read-only-command-allowlists
Express shell-command safety as declarative flag maps so tooling knows exactly what passes.
decision-fate-freezing
Freeze each tool result ID's replacement fate after it is observed so budget decisions stay deterministic across turns and forks.
dead-path-update-skipping
Skip update actions that point at missing local paths when a valid materialized entry already exists, preserving the working state instead of converting drift into a noisy failure.
dangerous-config-file-protection
Keep writes out of sensitive dotfiles and claude folders by checking canonicalized basenames before granting permission.
cross-shell-command-safety-maps
Describe how to centralize cross-platform safe commands, UNC detection, and per-shell path guards so every shell tool shares the same policy.
create-only-idempotent-artifact-write
Persist deterministic artifacts with a create-only write and treat existing files as replay success instead of an error.
conversation-engine-persistent-session-state
Keep session-level signals (messages, read caches, memory loads) alive across turns while letting per-turn caches reset for correctness.
concurrency-safe-tool-batching
Group tool calls into concurrency-safe batches to run read-only calls in parallel while serializing non-read-only work.
compactable-tool-whitelist-gating
Only allow cached microcompact to delete tool results for a vetted, pre-gated whitelist of tool names.
compact-boundary-session-distillation
Distill the compact boundary delta into the session memory summary and the freshest user cues needed for skill capture prompts.
cli-command-surface-audit
Audit a command surface end to end so registration, discoverability, permissions, and execution all line up before shipping.
classified-skill-listing-debug-telemetry
Emit low-cost debug telemetry for skill-listing batches that records batch size, initial-vs-dynamic mode, and cumulative sent count without logging the payload body.
circular-safe-tool-registry-loading
Safely assemble the tool registry when optional tools have circular dependencies or heavy side effects.
case-normalized-sensitive-path-guards
Normalize filesystem paths and reject matches that try to spoof sensitive directories with mixed case or alternate separators.