Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
permission-overlay-inheritance
Layer child permission rules over parent session policy without dropping root-level grants or mutating shared state.
per-agent-skill-listing-dedupe
Keep skill-listing deltas scoped per agent or thread so each agent gets its own first-turn announcement surface.
parallelism-aware-skill-step-design
Design skill steps with explicit execution topology, asking which parts run directly, in subagents, in teammate swarms, or in parallel.
orphaned-tool-call-sanitizer
Remove assistant messages that reference tools without recorded results before feeding the history back into runAgent.
ordered-streaming-tool-execution
Buffer and execute streaming tool calls with concurrency awareness so results appear in request order even when multiple runners overlap.
null-hardened-feature-overrides
Validate remote numeric override maps defensively so null, non-finite, or negative flag payloads never corrupt runtime thresholds.
nonblocking-post-connect-capability-broadcast
Commit the connected state first, then gather optional capabilities and send a post-connect broadcast asynchronously without delaying readiness.
nonblocking-plugin-install-status-projection
Map async marketplace reconciliation events into AppState rows so UIs show install/installing/failed badges without blocking.
no-op-empty-skill-delta-return
Return no attachment when an incremental skill delta has no unseen items instead of emitting a formally empty update payload.
nested-memory-trigger-consume-and-clear
Process every nested-memory trigger before wiping the trigger set so subsequent iterations only see new paths.
namespace-resolved-skill-preloading
Resolve skill names through layered namespace lookup, then preload the valid skills as visible startup messages.
mode-gated-reconcile-skip-filter
Inject mode-specific skip rules into a shared reconciler so unsupported source types are recorded and skipped without forking the core install logic.
modality-preserving-binary-offload
Persist binary output with a mime-derived extension and a matching saved-file message so downstream tools keep the right modality.
memory-entrypoint-with-index-discipline
Keep MEMORY.md terse by capping entries, warning when caps hit, and pointing each memory to its own file.
memory-directory-exists-guidance
Ensure memory directories exist once and surface consistent guidance so agents skip redundant mkdir calls.
memoized-command-source-aggregation
Load independent command sources in parallel, then memoize the merged registry by cwd so repeated lookups stay cheap and ordered.
media-block-compaction-prep
Sanitize user messages by replacing images, documents, and other heavy media blocks with lightweight placeholders before compaction.
mcp-skill-vs-prompt-discovery-filtering
Ensure SkillTool only exposes MCP skills when they are registered as prompt-based commands and dedupe them against local commands.
materialization-aware-refresh-escalation
React to marketplace materialization diffs by refreshing plugins when new installs land and escalating to needsRefresh when updates or refresh failures occur.
mark-after-filter-memory-deduplication
Filter prefetched memory attachments against cumulative read state before mutating that state, so async surfacing does not dedupe itself away.
main-thread-only-cache-editing
Gate cached microcompact cache edits to the main thread so background forks cannot alter the shared cache state.
main-thread-empty-string-agent-key-normalization
Normalize the main thread to a concrete empty-string key so agent-scoped state maps treat main and forked threads uniformly.