Catalog
Every x402, MPP, MCP, and skill listing we've indexed, normalized, and enriched.
lifecycle-scoped-resource-cleanup
Release every agent-scoped resource in the `finally` block so spawning, aborting, or finishing an agent leaves no lingering clients, hooks, caches, or background tasks.
legacy-wire-name-compat-translation
Translate renamed internal identifiers back to their legacy wire names at serialization boundaries so patch-level consumers keep working until the planned version cutoff.
lazy-heavy-command-shims
Stub heavy commands so the CLI stays light, loading the real implementation only when the command is executed.
layered-command-cache-invalidation
Clear every memoized layer in a command or skill pipeline so dynamic updates invalidate outer derived views as well as inner source caches.
largest-first-context-shedding
When a single API-level user message trips the per-message tool-result budget, drop the largest fresh results first so the model still receives the frozen context at the tightest budget point.
initial-vs-dynamic-skill-listing-batching
Mark first-time skill listings differently from later deltas so attachment consumers can distinguish bootstrap exposure from incremental updates.
inherited-flags-for-spawned-teammates
Propagate CLI flags/environment variables from the leader into tmux teammates so they share permission mode, plugins, and env configuration.
idempotent-tool-result-persistence
Persist tool results once, avoid re-writing duplicates, and summarize via previews so long outputs stay accessible yet capped.
hook-context-attachment-injection
Surface hook-provided startup context by packaging it as metadata attachments before the agent's first request.
headless-interactive-reconcile-parity
Keep interactive and headless extension installation flows behaviorally aligned by sharing reconciliation logic and adapting only the outer contract.
forked-skill-execution-with-isolated-context
Run SkillTool slash commands inside a forked sub-agent so the skill has isolated budget, telemetry, and lifecycle.
forked-auto-memory-extraction
Run a forked agent that captures stable session context and writes auto memories when the main agent finishes a turn.
fork-gap-fill-reconstruction
Reconstruct child replacement state from local records first, then fill uncovered gaps from the parent's live map.
fork-child-directive-guardrails
Keep fork-decoupled workers strictly bounded by directive text and cache sharing requirements.
fixed-footprint-unicode-mascot-composition
Build terminal mascots whose poses can animate without changing layout by keeping the render area fixed and swapping only the moving fragments.
feature-gated-command-registry-loading
Assemble the command registry so optional modules only load when their feature flag is enabled and the registry is accessed.
fast-worktree-reuse-with-head-pointer-checks
Resume existing worktrees quickly by checking stored HEAD pointers before fetching or recreating.
fallback-source-presence-sufficiency
When a declared source is only a fallback default, treat any existing materialized source as satisfying the contract instead of forcing a replacement.
external-error-preserving-refresh-merge
Merge fresh refresh diagnostics with externally owned errors so one subsystem reload does not erase valid adjacent failures.
exact-rendered-decision-journaling
Journal each per-message tool result replacement so resume logic replays the exact preview the model saw.
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.