yard.online
◆ THE COMPOSABLE BUILD SYSTEM

BLDBL

/'bɪl.də.bəl/·noun · system·family: CMPSBL · CLPSBL

Reusable building blocks extracted from real projects, pulled across boundaries, composed into the next thing you ship.

Not a component library. A working yard. Primitives at the foundation. Components torn from production codebases. Blueprints that hold the shape of an entire system. yapFM — a full call-in radio network — was built on these primitives in seven days.

ENTRY MANIFEST · 001
  • playgroundFREE · unlimited
  • export to project$49/mo · sealed
  • API accessincluded
  • cross-project pullunmetered
↘ enter the yard
◆ BLDBLextract · compose · seal◆ CMPSBLcomposable wiki engine◆ CLPSBLcollapsible state runtime◆ yapFMcall-in radio · built in 7 days on PRM-001..033◆ BLDBLnot a component library — a working yard
◆ BLDBLextract · compose · seal◆ CMPSBLcomposable wiki engine◆ CLPSBLcollapsible state runtime◆ yapFMcall-in radio · built in 7 days on PRM-001..033◆ BLDBLnot a component library — a working yard
ZONE 01 · THE YARD

Crates on rails.

Every block is a crate. Pull what you need into the manifest. Provenance is stamped on every label.

000m024m048m072m096m120m144m168m192m216m
PRIMITIVE
PRM-001
0.4kb
0 deps

Seeded RNG

math/prng

Mulberry32 deterministic PRNG. Same seed, same sequence, forever. The engine under every procedural visual in XCTBL.

from XCTBL³ Space · src/lib/starGenerator.ts
sealed at src/blocks/prm/seeded-rng/index.ts
sealed · XCTBL³/space
PRIMITIVE
PRM-002
2.1kb
0 deps

Device Orientation

hooks/sensor

useDeviceOrientation with low-pass smoothing, iOS 13 permission flow, and calibration. The hard part, sealed.

from XCTBL³ Space · src/hooks/useDeviceOrientation.ts
sealed at src/blocks/prm/device-orientation/index.ts
sealed · XCTBL³/space
PRIMITIVE
PRM-003
0.7kb
0 deps

Presence State

logic/temporal

Active / idle / dormant classifier + inactivity opacity decay. Pure functions. Bring your own transport.

from XCTBL³ Space · src/hooks/usePresence.ts
sealed at src/blocks/prm/presence-state/index.ts
sealed · XCTBL³/space
COMPONENT
CMP-001
5.2kb
1 deps

Seed Avatar

ui/identity

Deterministic glowing avatar from any seed. Identicon energy, star-field aesthetic. Repointed from procedural stars.

from XCTBL³ Space · src/components/ProceduralStar.tsx
sealed at src/blocks/cmp/seed-avatar/index.tsx
sealed · XCTBL³/space
COMPONENT
CMP-002
1.8kb
0 deps

Pulse Layer

ui/ambient

Full-bleed glow pulse, triggerable via ref. Decoupled from backend — fire it from any event.

from XCTBL³ Space · src/components/AmbientPulse.tsx
sealed at src/blocks/cmp/ambient-fx/pulse-layer.tsx
sealed · XCTBL³/space
COMPONENT
CMP-003
3.4kb
0 deps

Shooting Stars

ui/ambient

Lightweight CSS shooting stars. Configurable rate, max count, disabled flag for mobile.

from XCTBL³ Space · src/components/galaxy/ShootingStars.tsx
sealed at src/blocks/cmp/ambient-fx/shooting-stars.tsx
sealed · XCTBL³/space
COMPONENT
CMP-004
2.6kb
1 deps

Glow Cloud

ui/ambient

Soft animated radial gradients for atmospheric depth. Pass your own HSL palette.

from XCTBL³ Space · src/components/galaxy/NebulaCloud.tsx
sealed at src/blocks/cmp/ambient-fx/glow-cloud.tsx
sealed · XCTBL³/space
COMPONENT
CMP-005
2.1kb
1 deps

Drift Particles

ui/ambient

Slow drifting dust particles. Wraps around viewport, accepts parallax offset.

from XCTBL³ Space · src/components/galaxy/CosmicDust.tsx
sealed at src/blocks/cmp/ambient-fx/drift-particles.tsx
sealed · XCTBL³/space
COMPONENT
CMP-006
2.4kb
0 deps

Portal

ui/transition

Concentric event-horizon rings. Idle = subtle; warping = expand. Use as background or modal anchor.

from XCTBL³ Space · src/components/spacewalk/BlackHolePortal.tsx
sealed at src/blocks/cmp/transition-veil/portal.tsx
sealed · XCTBL³/spacewalk
COMPONENT
CMP-007
6.8kb
1 deps

Warp Veil

ui/transition

Full-screen 'going somewhere' transition. Use before a hard nav, SSO handoff, or heavy load. Configurable copy.

from XCTBL³ Space · src/components/spacewalk/WarpSplash.tsx
sealed at src/blocks/cmp/transition-veil/warp-veil.tsx
sealed · XCTBL³/spacewalk
COMPONENT
CMP-008
4.5kb
1 deps

Terminal Stream

ui/feed

Transmission/log renderer in three variants: minimal, banner, archive. No router, no story engine — pass items.

from XCTBL³ Space · src/components/story/TransmissionTerminal.tsx
sealed at src/blocks/cmp/terminal-stream/index.tsx
sealed · XCTBL³/story
COMPONENT
CMP-009
3.0kb
0 deps

Floating Dock

ui/nav

Two-row fixed top dock. Fully prop-driven — no auth/router branching baked in. Pass items.

from XCTBL³ Space · src/components/space/FloatingSpaceDock.tsx
sealed at src/blocks/cmp/floating-dock/index.tsx
sealed · XCTBL³/space
PRIMITIVE
PRM-004
3.6kb
0 deps

Pan/Zoom

hooks/viewport

Mouse + touch + wheel pan/zoom for any 2D canvas. Optional gyro adapter — drop in the device-orientation PRM to tilt-pan.

from XCTBL³ Space · src/hooks/useStarmapControls.ts + useGalaxyNavigation.ts
sealed at src/blocks/prm/pan-zoom/index.ts
sealed · XCTBL³/space
PRIMITIVE
PRM-005
1.4kb
0 deps

Random Spotlight

hooks/scheduler

Randomly highlights N IDs from a list at intervals. Activity feeds, presence dots, anything that wants to breathe.

from XCTBL³ Space · src/hooks/useTwinkleEffect.ts
sealed at src/blocks/prm/random-spotlight/index.ts
sealed · XCTBL³/space
PRIMITIVE
PRM-006
2.0kb
0 deps

Power-On SFX

hooks/audio

Synthesizes a neon power-on crackle entirely in WebAudio. Zero asset files. Respects autoplay policy.

from XCTBL³ Space · src/hooks/useNeonPowerOnSound.ts
sealed at src/blocks/prm/power-on-sfx/index.ts
sealed · XCTBL³/space
PRIMITIVE
PRM-007
2.4kb
0 deps

Fade Audio

hooks/audio

Looped audio with smooth fade-in/out on toggle. URL prop, optional localStorage persistence.

from XCTBL³ Space · src/hooks/useAmbientAudio.ts
sealed at src/blocks/prm/fade-audio/index.ts
sealed · XCTBL³/space
COMPONENT
CMP-010
3.2kb
1 deps

Status Pill

ui/feedback

Terse system-status pill. ok/warn tones, optional integrity meter, position anchors, show-once. Pass title + lines.

from XCTBL³ Space · SystemVoice.tsx + PreWarpVoice.tsx (merged)
sealed at src/blocks/cmp/status-pill/index.tsx
sealed · XCTBL³/orbit
COMPONENT
CMP-011
1.6kb
0 deps

Viewport Controls

ui/viewport

Floating zoom/reset/focus buttons. Pairs with Pan/Zoom PRM but takes plain callbacks — use with anything.

from XCTBL³ Space · src/components/galaxy/GalaxyControls.tsx
sealed at src/blocks/cmp/viewport-controls/index.tsx
sealed · XCTBL³/space
COMPONENT
CMP-012
4.4kb
1 deps

Sensor Toggle

ui/permission

Permission-toggle UI companion for the device-orientation PRM. iOS permission modal, calibrate button.

from XCTBL³ Space · src/components/galaxy/GyroControls.tsx
sealed at src/blocks/cmp/sensor-toggle/index.tsx
sealed · XCTBL³/space
PRIMITIVE
PRM-008
1.6kb
0 deps

Relay Preferences

hooks/prefs

Tiny persisted prefs store: sound, haptics, splash-seen, current panel. Auto-syncs prefers-reduced-motion. Namespace per app.

from RCRDBL · src/hooks/useRelayPreferences.ts
sealed at src/blocks/prm/relay-preferences/index.ts
sealed · RCRDBL/relay
PRIMITIVE
PRM-009
0.9kb
0 deps

Haptics

hooks/sensor

5 preset vibration patterns over the Vibration API. Optional enabled/reducedMotion props — no preference-store coupling.

from RCRDBL · src/hooks/useHaptics.ts
sealed at src/blocks/prm/haptics/index.ts
sealed · RCRDBL/relay
PRIMITIVE
PRM-010
4.8kb
0 deps

WebAudio SFX

hooks/audio

Procedural SFX synthesized live. Two preset banks (ui / scene) + custom oscillator patches. Zero asset files. Merges useSound + useCatSounds.

from RCRDBL · useSound.ts + useCatSounds.ts (merged)
sealed at src/blocks/prm/web-audio-sfx/index.ts
sealed · RCRDBL/relay
PRIMITIVE
PRM-011
2.6kb
0 deps

Swipe Paginator

hooks/gesture

Horizontal swipe + arrow-key paginator. Returns ref + handlers + drag offset. Optional onSwipe hook for sfx/haptics.

from RCRDBL · src/hooks/useSwipeNavigation.ts
sealed at src/blocks/prm/swipe-paginator/index.ts
sealed · RCRDBL/relay
COMPONENT
CMP-013
2.4kb
0 deps

Scanlines

ui/ambient-fx

CRT scanlines + occasional flicker + SVG noise + drifting motes + corner blooms. Drop into any container.

from RCRDBL · src/components/relay-station/AmbientEffects.tsx
sealed at src/blocks/cmp/ambient-fx/scanlines.tsx
sealed · RCRDBL/relay
COMPONENT
CMP-014
1.7kb
0 deps

Starfield Canvas

ui/ambient-fx

Canvas-rendered drifting starfield with twinkle. Cheap at high density. Variant companion to the SVG shooting-stars block.

from RCRDBL · src/components/Starfield.tsx
sealed at src/blocks/cmp/ambient-fx/starfield-canvas.tsx
sealed · RCRDBL/relay
COMPONENT
CMP-015
2.2kb
0 deps

CRT Terminal Button

ui/control

CRT-styled icon button with scan glow, status LED, hover label. Bring your own icon/label.

from RCRDBL · src/components/relay-station/Terminal.tsx
sealed at src/blocks/cmp/crt-terminal-button/index.tsx
sealed · RCRDBL/relay
COMPONENT
CMP-016
5.2kb
0 deps

Parallax Room

ui/scene

Myst-style 3-viewpoint scene navigator. Edge-cursor pan, keyboard nav, hotspots with onActivate(id). Render-prop your own background.

from RCRDBL · src/components/relay-station/MystRoom.tsx
sealed at src/blocks/cmp/parallax-room/index.tsx
sealed · RCRDBL/relay
COMPONENT
CMP-017
3.0kb
0 deps

Fracture Glyph

ui/icon

Floating broken-ring SVG with chromatic-aberration trails, rotating dashes, long-hover label, pulse ring.

from RCRDBL · src/components/dream/FractureGlyph.tsx
sealed at src/blocks/cmp/fracture-glyph/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-018
2.7kb
0 deps

Mirror Calibration

ui/splash

Brief atmospheric splash: near-black field, glass smear, one mono line, optional 55Hz sine tone. Randomized 1.6–2.2s dismiss.

from RCRDBL · src/components/dream/MirrorCalibrationSplash.tsx
sealed at src/blocks/cmp/splash/mirror-calibration.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-019
3.4kb
0 deps

Phased Boot

ui/splash

Multi-phase boot/auth splash: title, sequenced status lines with icons, progress dots, completion slot.

from RCRDBL · src/components/QuantumSplash.tsx
sealed at src/blocks/cmp/splash/phased-boot.tsx
sealed · RCRDBL/relay
COMPONENT
CMP-020
3.1kb
0 deps

Ambient NPC

ui/character

Idle silhouette character: breathes, types, occasionally speaks a random line on trigger. Pure SVG/box, no assets.

from RCRDBL · src/components/relay-station/Custodian.tsx
sealed at src/blocks/cmp/ambient-npc/index.tsx
sealed · RCRDBL/relay
PRIMITIVE
PRM-012
1.6kb
0 deps

Text Decay

text/glitch

The engine the user thought was @dreamdecay (it isn't — no such npm package). decayText / glitchText / applyContentDecay. Pure functions, combining-diacritic + replacement-glyph corruption. Markdown-safe variant skips structural chars.

from RCRDBL · src/components/dream/DreamLayout.tsx
sealed at src/blocks/prm/text-decay/index.ts
sealed · RCRDBL/dream
PRIMITIVE
PRM-013
1.2kb
0 deps

Semantic Drift

text/transform

Case-preserving word-substitution engine. Bring your own DriftMap, or use the dream-state default (verified→remembered, etc). Word-boundary matched, case-aware.

from RCRDBL · src/components/dream/DreamLayout.tsx
sealed at src/blocks/prm/semantic-drift/index.ts
sealed · RCRDBL/dream
PRIMITIVE
PRM-014
5.4kb
0 deps

Entity Forge

procgen/character

Procedural creature engine v1.2.0. Structural-primitives DSL (coreType / limbBehavior / perceptionOrgan / surfaceState / motionProfile / sigils) + style palettes + name/desc generators. Pure data + pure functions, zero deps. Renderer (CMP) pulled in next pass.

from RCRDBL · src/components/creatures/creatureData.ts
sealed at src/blocks/prm/entity-forge/index.ts
sealed · RCRDBL/creatures
COMPONENT
CMP-021
1.8kb
0 deps

Decaying Text

ui/text

Variant-driven self-decaying text span. 'ambient' = light combining-mark decay; 'transmission' = aggressive glitch bursts + textShadow flash. Reduced-motion safe. Re-exports DecayedText/GlitchingText preset wrappers for back-compat. Consolidation of former CMP-021+CMP-022.

from RCRDBL · src/components/dream/DreamLayout.tsx (DecayedText + GlitchingText merged into one variant component)
sealed at src/blocks/cmp/text-decay/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-023
6.8kb
1 deps

Entity Forge Renderer

ui/svg-renderer

Pure SVG renderer for entity-forge CreatureConfig. coreType/perception/sigils + framer-motion profiles. Honours prefers-reduced-motion. Zero app deps.

from RCRDBL · src/components/creatures/CreatureSVGv2.tsx
sealed at src/blocks/cmp/entity-forge/renderer.tsx
sealed · RCRDBL/creatures
COMPONENT
CMP-024
3.6kb
2 deps

Entity Forge Panel

ui/generator-panel

Drop-in creature generator UI: style picker, quick/enhance buttons, animated card. Stripped of Supabase/sonner. Optional `enhance(cfg)` callback for any LLM. `renderActions` slot for save/export/share.

from RCRDBL · src/components/creatures/CreatureGenerator.tsx
sealed at src/blocks/cmp/entity-forge/panel.tsx
sealed · RCRDBL/creatures
COMPONENT
CMP-025
3.2kb
0 deps

Mirror Veil

ui/overlay

Fullscreen ambient veil that phases in on jittered interval + on scroll-pause. Alternating phrase pair + optional center glyph (via render slot). The atmospheric 'wait, what was that?' moment.

from RCRDBL · src/components/dream/DreamLayout.tsx (MirrorLayer)
sealed at src/blocks/cmp/mirror-veil/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-026
1.8kb
0 deps

Dream Haze

ambient-fx/overlay

Fixed full-viewport atmosphere stack: scanlines + vignette + drifting particles + shifting radial haze + chromatic edges. Hue + intensity tunable. Composes under any app shell.

from RCRDBL · src/components/dream/DreamLayout.tsx (DreamOverlay)
sealed at src/blocks/cmp/ambient-fx/dream-haze.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-027
2.4kb
0 deps

Ghost Overlay

ambient-fx/pattern

Generalized Mandela-effect pattern. Phases ghost SVGs in/out at multiple positions with periodic questioning text. BYO ghost via renderGhost render-prop + spot list.

from RCRDBL · src/components/dream/CornucopiaMandela.tsx
sealed at src/blocks/cmp/ghost-overlay/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-028
2.0kb
1 deps

Decayed Grid

ui/grid

Decayed list grid: section title + gradient rule + responsive cards whose labels glitch lightly via DecayedText. Generic items {name, description}. Per-tier decay intensity tunable.

from RCRDBL · src/components/dream/SubstrateRemnantsGrid.tsx
sealed at src/blocks/cmp/decayed-grid/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-029
2.6kb
0 deps

Screen Crack

ambient-fx/impact

Trigger-based screen-impact effect: white flash + N radiating cracks with secondary branches + expanding glow point. Pass any changing `trigger` value to fire. Tint via glowColor.

from RCRDBL · src/components/dream/MandelaTinkerbell.tsx (crack effect)
sealed at src/blocks/cmp/screen-crack/index.tsx
sealed · RCRDBL/dream
COMPONENT
CMP-030
5.4kb
0 deps

Dream Runtime

dream/runtime

Seeded, deterministic, reversible page-decay engine. Ships imperative API (install/uninstall/fractureElement/fractureText) + React bindings (<DreamRuntime>, useDreamDecay, useDreamRuntimeGlobal). Zero external deps. Same seed → same decay, every time. Provenance markers left on every touched node.

from RCRDBL · DreamLayout.tsx + @dreamdecay/runtime README API
sealed at src/blocks/cmp/dream-runtime/index.ts
sealed · RCRDBL/dream
PRIMITIVE
PRM-015
4.1kb
0 deps

Iframe Accessibility

a11y/css-engine

Pure CSS-string builder + iframe injector for live accessibility overrides (font size, contrast, dyslexia font, reader mode, reading guide, cursor, motion, etc.). Settings type is the contract; UI lives in CMP-034. Zero deps.

from RNDRBL · src/components/FloatingAccessibilityOverlay.tsx (V3 style engine)
sealed at src/blocks/prm/iframe-accessibility/index.ts
sealed · RNDRBL/browser
PRIMITIVE
PRM-016
1.5kb
0 deps

Site Memory

storage/per-domain

Privacy-first per-domain preference store w/ TTL, generic over value type. localStorage only — no cross-site correlation. Success/failure counters per host.

from RNDRBL · src/lib/siteMemory.ts
sealed at src/blocks/prm/site-memory/index.ts
sealed · RNDRBL/browser
PRIMITIVE
PRM-017
2.4kb
0 deps

Offline Cache

sw/cache

Service-worker MessageChannel hook for caching arbitrary HTML pages. Online/offline state + cache CRUD. Toast stripped → onEvent callback. Requires a SW handling CACHE_SITE / GET_CACHED_SITES / DELETE_CACHED_SITE.

from RNDRBL · src/hooks/useOfflineCache.ts
sealed at src/blocks/prm/offline-cache/index.ts
sealed · RNDRBL/browser
PRIMITIVE
PRM-018
1.8kb
0 deps

Perf Meter

perf/utils

Privacy-first perf helpers: navigation vitals, IntersectionObserver lazy-load, idle prefetch, connection class, reduced-motion check. All persistence local.

from RNDRBL · src/lib/performance.ts
sealed at src/blocks/prm/perf-meter/index.ts
sealed · RNDRBL/browser
PRIMITIVE
PRM-019
0.8kb
0 deps

Random Gate

logic/probability

Probabilistic interstitial gate. Roll a die on intent; on hit, defer the action until resolve() fires. Pluggable RNG (Math.random or seeded). Pure logic; BYO splash.

from RNDRBL · src/contexts/DreamSplashContext.tsx
sealed at src/blocks/prm/random-gate/index.ts
sealed · RNDRBL/browser
COMPONENT
CMP-031
3.8kb
0 deps

Splash · Dream Whisper

splash/atmosphere

Short atmospheric interstitial: random whisper, static noise, accent corner pulses. Auto-dismiss + tap. Session storage stripped. Pairs with PRM-019 random-gate.

from RNDRBL · src/components/DreamWhisperSplash.tsx
sealed at src/blocks/cmp/splash/dream-whisper.tsx
sealed · RNDRBL/dream
COMPONENT
CMP-032
8.6kb
0 deps

Splash · Dream Fear

splash/horror

5-phase horror interstitial: whispers → glitch static → entity warning → date headline → fade. Canvas noise + scanlines. All narrative content data-driven.

from RNDRBL · src/components/DreamFearSplash.tsx
sealed at src/blocks/cmp/splash/dream-fear.tsx
sealed · RNDRBL/dream
COMPONENT
CMP-033
5.0kb
0 deps

Splash · Scanning Init

splash/calibration

System-calibrating overlay: triple orbital rings + scanning lines + checked step list + progress bar. Generic — pass title, core icon, sequence of {icon, text, durationMs}.

from RNDRBL · src/components/FirstDiscoveryAnimation.tsx
sealed at src/blocks/cmp/splash/scanning-init.tsx
sealed · RNDRBL/browser
COMPONENT
CMP-034
10.2kb
1 deps

Accessibility Panel · Orbital

a11y/panel

Floating FAB → expanding orbital panel, 4 category buttons (vision/reading/motor/cognitive). Closes PRM-015 pair: owns settings, drives iframe via applyAccessibilityToIframe + attachReapplyOnLoad. Optional read-aloud slot.

from RNDRBL · src/components/OrbitalAccessibilityPanel.tsx + FloatingAccessibilityOverlay
sealed at src/blocks/cmp/accessibility-panel/orbital.tsx
sealed · RNDRBL/browser
COMPONENT
CMP-035
1.6kb
0 deps

Expandable Action Menu

ui/fab

Fixed-position FAB that expands into a vertical action stack with backdrop blur. Each action: {icon, label, onClick}. Configurable position + trigger icon.

from RNDRBL · src/components/ExpandableActionMenu.tsx
sealed at src/blocks/cmp/expandable-action-menu/index.tsx
sealed · RNDRBL/browser
COMPONENT
CMP-036
2.1kb
0 deps

Schematics Grid

ui/grid

Engineering-panel grid: uppercase mono titles, accent corner brackets, scanline hover sweep. Sibling of CMP-028 decayed-grid — same data shape, opposite aesthetic (intact schematic vs decayed remnant).

from RNDRBL · src/components/SubstrateSchematicsGrid.tsx
sealed at src/blocks/cmp/schematics-grid/index.tsx
sealed · RNDRBL/browser
COMPONENT
CMP-037
1.7kb
0 deps

Inspirational Banner

ui/banner

Top-fixed rotating quote banner. Publishes measured height to a CSS custom property so the rest of the app can offset under it. BYO quotes + icon rotation.

from RNDRBL · src/components/InspirationalBanner.tsx
sealed at src/blocks/cmp/inspirational-banner/index.tsx
sealed · RNDRBL/browser
PRIMITIVE
PRM-020
5.2kb
0 deps

Host Accessibility

a11y/host

Class-based accessibility engine that styles the HOST document (font size, contrast, dyslexia font, reading guide, cursor size, etc.). Sibling of PRM-015 iframe-accessibility — same vocabulary, different surface. SSR-safe, localStorage-persisted, idempotent CSS injection.

from PTCHBL · src/lib/accessibility-engine.ts
sealed at src/blocks/prm/host-accessibility/index.ts
sealed · PTCHBL/widget
PRIMITIVE
PRM-021
2.4kb
0 deps

Structured Data

seo/json-ld

Schema.org JSON-LD builder + injector. Pure functions for website / softwareApplication / faqPage / article / organization / breadcrumb. Caller passes all content — zero branding baked in.

from PTCHBL · src/lib/structured-data.ts
sealed at src/blocks/prm/structured-data/index.ts
sealed · PTCHBL/seo
PRIMITIVE
PRM-022
2.1kb
0 deps

Keyboard Shortcuts

input/keyboard

Pluggable keyboard-shortcut manager. Register {key, ctrl/alt/shift/meta, action}. Skips text inputs. Enable/disable globally, dispose cleanly. Inline callbacks — no app-specific event names.

from PTCHBL · src/lib/widget-keyboard-shortcuts.ts
sealed at src/blocks/prm/keyboard-shortcuts/index.ts
sealed · PTCHBL/widget
COMPONENT
CMP-038
3.0kb
0 deps

PWA Install Prompt

pwa/install

Captures `beforeinstallprompt`, surfaces a styled prompt after `delayMs`, remembers dismissals for `cooldownDays`. No shadcn, no toast — caller wires `onInstalled`.

from PTCHBL · src/components/PWAInstallPrompt.tsx
sealed at src/blocks/cmp/pwa-install-prompt/index.tsx
sealed · PTCHBL/widget
COMPONENT
CMP-039
1.2kb
0 deps

Animated Counter

ui/counter

RAF-based count-up span. Honours prefers-reduced-motion (jumps to end). Custom format / prefix / suffix. Re-animates on `end` change unless locked.

from PTCHBL · src/components/AnimatedCounter.tsx
sealed at src/blocks/cmp/animated-counter/index.tsx
sealed · PTCHBL/widget
COMPONENT
CMP-040
4.6kb
0 deps

Debug Console

devtool/overlay

On-page floating console: monkey-patches console.log/warn/error, captures window error + unhandledrejection. Bottom-sheet log viewer with clear + error counter. Wire up only in dev or on-device debugging.

from PTCHBL · src/components/MobileDebugConsole.tsx
sealed at src/blocks/cmp/debug-console/index.tsx
sealed · PTCHBL/widget
COMPONENT
CMP-041
4.0kb
0 deps

Step Flow

ui/wizard

Generic multi-step wizard. Steps are render-prop functions of shared state. Owns progress bar, back/next/skip, per-step validation. No shadcn, no router coupling.

from PTCHBL · src/components/onboarding/OnboardingFlow.tsx
sealed at src/blocks/cmp/step-flow/index.tsx
sealed · PTCHBL/widget
COMPONENT
CMP-042
9.5kb
0 deps

Transmission Modal

ui/modal-mechanic

Two-stage 'incoming transmission' modal: read → confirm → drag-to-throw → explosion → dismiss. Throwing the modal off-screen IS the confirmation gesture. Render-prop intro body; lore is yours, not ours. Persists dismissal under `storageKey`. Signature interaction.

from PTCHBL · src/components/DiscoveryModal.tsx
sealed at src/blocks/cmp/transmission-modal/index.tsx
sealed · PTCHBL/widget
COMPONENT
CMP-043
3.4kb
1 deps

Keyboard Shortcuts Help

ui/help-dialog

Self-contained modal listing every shortcut registered with PRM-022. No shadcn Dialog — native overlay with Escape-to-close. Internally or externally controlled.

from PTCHBL · src/components/widget/KeyboardShortcutsHelp.tsx
sealed at src/blocks/cmp/keyboard-shortcuts-help/index.tsx
sealed · PTCHBL/widget
PRIMITIVE
PRM-023
0.3kb
0 deps

Debounce

hooks/timing

Debounce any value with configurable delay. The lowest-common-denominator search/input primitive.

from CMPSBL · src/hooks/useDebounce.ts
sealed at src/blocks/prm/debounce/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-024
0.6kb
0 deps

Throttle

hooks/timing

Throttle a value to update at most once per interval. Sibling of debounce — pick by signal shape.

from CMPSBL · src/hooks/useThrottle.ts
sealed at src/blocks/prm/throttle/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-025
0.2kb
0 deps

Toggle

hooks/state

Boolean toggle hook with explicit setter. Tiny, but pulled because every project rewrites it.

from CMPSBL · src/hooks/useToggle.ts
sealed at src/blocks/prm/toggle/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-026
0.2kb
0 deps

Previous

hooks/state

Track the previous value of any variable across renders.

from CMPSBL · src/hooks/usePrevious.ts
sealed at src/blocks/prm/previous/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-027
1.4kb
0 deps

Local Storage

hooks/storage

Persistent state synced to localStorage with cross-tab `storage` event sync. SSR-safe, JSON-serialised, quota-tolerant. Lower-level than PRM-008 relay-preferences.

from CMPSBL · src/hooks/useLocalStorage.ts
sealed at src/blocks/prm/local-storage/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-028
1.0kb
0 deps

Copy To Clipboard

hooks/clipboard

Copy text + `copied` flag that auto-resets. Falls back to legacy execCommand for non-secure contexts.

from CMPSBL · src/hooks/useCopyToClipboard.ts
sealed at src/blocks/prm/copy-to-clipboard/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-029
0.8kb
0 deps

Countdown

hooks/timing

1-second-tick countdown with start/pause/reset and isFinished flag.

from CMPSBL · src/hooks/useCountdown.ts
sealed at src/blocks/prm/countdown/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-030
0.6kb
0 deps

Event Listener

hooks/dom

Declarative window/element event listener with stable handler ref. Inline handlers don't re-bind.

from CMPSBL · src/hooks/useEventListener.ts
sealed at src/blocks/prm/event-listener/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-031
1.1kb
0 deps

Intersection Observer

hooks/dom

Observe element visibility. Returns ref + isIntersecting + raw entry. `triggerOnce` for lazy-load shape.

from CMPSBL · src/hooks/useIntersectionObserver.ts
sealed at src/blocks/prm/intersection-observer/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-032
0.9kb
0 deps

Media Query

hooks/dom

Reactive matchMedia hook + presets (mobile / tablet / desktop / prefers-dark / prefers-reduced-motion). SSR-safe.

from CMPSBL · src/hooks/useMediaQuery.ts
sealed at src/blocks/prm/media-query/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-033
0.6kb
0 deps

Click Outside

hooks/dom

Fire handler when mousedown/touchstart lands outside the ref'd element. Pairs with every popover / menu / drawer.

from CMPSBL · src/hooks/useOnClickOutside.ts
sealed at src/blocks/prm/click-outside/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-034
0.7kb
0 deps

Window Size

hooks/dom

Reactive window dimensions, RAF-throttled. SSR-safe.

from CMPSBL · src/hooks/useWindowSize.ts
sealed at src/blocks/prm/window-size/index.ts
sealed · CMPSBL/hooks
PRIMITIVE
PRM-035
6.0kb
0 deps

Print Document

io/print

Open a print-optimized window from markdown + render to print/PDF. Stripped of CMPSBL branding + sonner; caller passes brand + onError/onSuccess. Pluggable markdown renderer.

from CMPSBL · src/hooks/usePrintDocument.ts
sealed at src/blocks/prm/print-document/index.ts
sealed · CMPSBL/hooks
ENGINE
ENG-001
6.3kb
0 deps

Substrate Registry

registry/discovery

Entity registry with health, dependencies, tags, discovery queries. CORE substrate primitive.

from CMPSBL · src/crownjewels/s-tier/001-substrate-registry.ts
sealed at src/blocks/eng/substrate-registry/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-002
5.2kb
0 deps

Fleet Intelligence Orchestrator

orchestration/fleet

Multi-node fleet orchestrator with health-weighted task routing.

from CMPSBL · src/crownjewels/s-tier/002-fleet-intelligence-orchestrator.ts
sealed at src/blocks/eng/fleet-intelligence-orchestrator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-003
4.8kb
0 deps

Multi-Modal Interpreter

parse/multimodal

Routes mixed text/image/audio/data inputs to typed handlers.

from CMPSBL · src/crownjewels/s-tier/003-multi-modal-interpreter.ts
sealed at src/blocks/eng/multi-modal-interpreter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-004
5.0kb
0 deps

Autonomous Triage Engine

triage/priority

Priority-scored autonomous triage with escalation rules.

from CMPSBL · src/crownjewels/s-tier/004-autonomous-triage-engine.ts
sealed at src/blocks/eng/autonomous-triage-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-005
3.4kb
0 deps

Consensus Heartbeat Protocol

consensus/heartbeat

Heartbeat-based liveness + quorum protocol.

from CMPSBL · src/crownjewels/s-tier/005-consensus-heartbeat-protocol.ts
sealed at src/blocks/eng/consensus-heartbeat-protocol/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-006
3.6kb
0 deps

Cost-Aware Routing Engine

routing/cost

Route requests by cost-vs-quality tradeoff per provider.

from CMPSBL · src/crownjewels/s-tier/006-cost-aware-routing-engine.ts
sealed at src/blocks/eng/cost-aware-routing-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-007
4.4kb
0 deps

Anomaly Correlation Engine

anomaly/correlate

Cross-signal anomaly correlation with windowed scoring.

from CMPSBL · src/crownjewels/s-tier/007-anomaly-correlation-engine.ts
sealed at src/blocks/eng/anomaly-correlation-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-008
4.2kb
0 deps

Self-Healing Orchestrator

healing/auto

Detect-diagnose-remediate loop with rollback.

from CMPSBL · src/crownjewels/s-tier/008-self-healing-orchestrator.ts
sealed at src/blocks/eng/self-healing-orchestrator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-009
3.7kb
0 deps

Tamper-Evident Chain

audit/hashchain

Hash-chained append-only ledger. Tamper-evident audit trail.

from CMPSBL · src/crownjewels/s-tier/009-tamper-evident-chain.ts
sealed at src/blocks/eng/tamper-evident-chain/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-010
6.2kb
0 deps

Write-Ahead Log

durability/wal

WAL with replay, checkpoints, crash recovery semantics.

from CMPSBL · src/crownjewels/s-tier/010-write-ahead-log.ts
sealed at src/blocks/eng/write-ahead-log/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-011
5.0kb
0 deps

Circuit Breaker

resilience/breaker

3-state breaker (closed/open/half-open) with exponential backoff + jitter.

from CMPSBL · src/crownjewels/s-tier/011-circuit-breaker.ts
sealed at src/blocks/eng/circuit-breaker/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-012
5.5kb
0 deps

Rate Limiter

resilience/limiter

Token bucket + sliding window rate limiter.

from CMPSBL · src/crownjewels/s-tier/012-rate-limiter.ts
sealed at src/blocks/eng/rate-limiter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-013
4.8kb
0 deps

State Machine

control/fsm

Typed FSM with guards, actions, history.

from CMPSBL · src/crownjewels/s-tier/013-state-machine.ts
sealed at src/blocks/eng/state-machine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-014
5.8kb
0 deps

Event Sourcing

data/eventsource

Event log + reducer-driven projections + snapshots.

from CMPSBL · src/crownjewels/s-tier/014-event-sourcing.ts
sealed at src/blocks/eng/event-sourcing/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-015
6.4kb
0 deps

Feature Flags

control/flags

Targeted feature flags with rollout %, segments, kill switches.

from CMPSBL · src/crownjewels/s-tier/015-feature-flags.ts
sealed at src/blocks/eng/feature-flags/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-016
5.9kb
0 deps

Cache Engine

data/cache

LRU/LFU/TTL cache with stats. Bring-your-own storage.

from CMPSBL · src/crownjewels/s-tier/016-cache-engine.ts
sealed at src/blocks/eng/cache-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-017
5.7kb
0 deps

Pipeline Engine

compose/pipeline

Typed pipeline runner with retry, timeout, parallel stages.

from CMPSBL · src/crownjewels/s-tier/017-pipeline-engine.ts
sealed at src/blocks/eng/pipeline-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-018
6.0kb
0 deps

Consensus Engine

consensus/voting

Multi-strategy consensus (majority/quorum/weighted/byzantine).

from CMPSBL · src/crownjewels/s-tier/018-consensus-engine.ts
sealed at src/blocks/eng/consensus-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-019
6.4kb
0 deps

Scheduler Engine

schedule/cron

Cron-like scheduler with deadlines, priorities, dependencies.

from CMPSBL · src/crownjewels/s-tier/019-scheduler-engine.ts
sealed at src/blocks/eng/scheduler-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-020
5.0kb
0 deps

Pipeline Composition Engine

compose/composition

Declarative pipeline composition (parallel/sequential/branching).

from CMPSBL · src/crownjewels/s-tier/020-pipeline-composition-engine.ts
sealed at src/blocks/eng/pipeline-composition-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-021
5.2kb
0 deps

Mutation Proposal Engine

evolve/mutation

Propose/score/apply state mutations with rollback.

from CMPSBL · src/crownjewels/s-tier/021-mutation-proposal-engine.ts
sealed at src/blocks/eng/mutation-proposal-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-022
6.9kb
0 deps

Full-Stack Observability

telemetry/observe

Metrics + traces + logs unified observability kernel.

from CMPSBL · src/crownjewels/s-tier/022-full-stack-observability.ts
sealed at src/blocks/eng/full-stack-observability/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-023
6.4kb
0 deps

Adaptive Threat Antibody

security/antibody

Learns attack signatures and breeds adaptive defenses.

from CMPSBL · src/crownjewels/s-tier/023-adaptive-threat-antibody.ts
sealed at src/blocks/eng/adaptive-threat-antibody/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-024
7.5kb
0 deps

Oracle Ripple Precognition

predict/ripple

Predicts downstream effects of upstream events. Signature engine.

from CMPSBL · src/crownjewels/s-tier/024-oracle-ripple-precognition.ts
sealed at src/blocks/eng/oracle-ripple-precognition/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-025
6.6kb
0 deps

Ethical Stealth Arbiter

ethics/arbiter

Arbitrates ethically-sensitive actions with audit trail.

from CMPSBL · src/crownjewels/s-tier/025-ethical-stealth-arbiter.ts
sealed at src/blocks/eng/ethical-stealth-arbiter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-026
8.5kb
0 deps

Capability Genesis Reactor

evolve/genesis

Generates new capabilities from observed gaps + scores them.

from CMPSBL · src/crownjewels/s-tier/026-capability-genesis-reactor.ts
sealed at src/blocks/eng/capability-genesis-reactor/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-027
7.6kb
0 deps

Adaptive Defense Breeding

security/breeding

Evolves defense rules via mutation + fitness scoring.

from CMPSBL · src/crownjewels/s-tier/027-adaptive-defense-breeding.ts
sealed at src/blocks/eng/adaptive-defense-breeding/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-028
3.5kb
0 deps

Multi-Model Consensus

consensus/models

Cross-model output consensus + disagreement scoring.

from CMPSBL · src/crownjewels/s-tier/028-multi-model-consensus.ts
sealed at src/blocks/eng/multi-model-consensus/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-029
2.8kb
0 deps

Nocturne Consolidation

memory/consolidate

Offline memory consolidation (sleep-cycle compaction).

from CMPSBL · src/crownjewels/s-tier/029-nocturne-consolidation.ts
sealed at src/blocks/eng/nocturne-consolidation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-030
2.9kb
0 deps

Semantic Knowledge Graph

knowledge/graph

Typed nodes/edges with semantic traversal.

from CMPSBL · src/crownjewels/s-tier/030-semantic-knowledge-graph.ts
sealed at src/blocks/eng/semantic-knowledge-graph/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-031
3.5kb
0 deps

Context Threading

context/thread

Per-execution context propagation across async boundaries.

from CMPSBL · src/crownjewels/s-tier/031-context-threading.ts
sealed at src/blocks/eng/context-threading/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-032
2.2kb
0 deps

SM2 Spaced Repetition

learning/sm2

SuperMemo 2 spaced-repetition scheduler. The Anki algorithm.

from CMPSBL · src/crownjewels/s-tier/032-sm2-spaced-repetition.ts
sealed at src/blocks/eng/sm2-spaced-repetition/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-033
2.1kb
0 deps

Veto Authority Engine

governance/veto

Authority-scored veto with override audit.

from CMPSBL · src/crownjewels/s-tier/033-veto-authority-engine.ts
sealed at src/blocks/eng/veto-authority-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-034
2.9kb
0 deps

Causal Event Propagation

events/causal

Cause-effect event chains with provenance.

from CMPSBL · src/crownjewels/s-tier/034-causal-event-propagation.ts
sealed at src/blocks/eng/causal-event-propagation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-035
1.9kb
0 deps

Data Sovereignty Partitioner

data/sovereignty

Partitions data by jurisdiction/residency rules.

from CMPSBL · src/crownjewels/s-tier/035-data-sovereignty-partitioner.ts
sealed at src/blocks/eng/data-sovereignty-partitioner/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-036
2.4kb
0 deps

Multi-Horizon Prediction

predict/horizons

Forecasts across multiple time horizons with confidence.

from CMPSBL · src/crownjewels/s-tier/036-multi-horizon-prediction.ts
sealed at src/blocks/eng/multi-horizon-prediction/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-037
2.4kb
0 deps

Realtime Analytics Fusion

analytics/fusion

Fuses multi-source streams into unified analytics view.

from CMPSBL · src/crownjewels/s-tier/037-realtime-analytics-fusion.ts
sealed at src/blocks/eng/realtime-analytics-fusion/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-038
2.5kb
0 deps

Intent Disambiguation

intent/disambig

Disambiguates overlapping intents via context scoring.

from CMPSBL · src/crownjewels/s-tier/038-intent-disambiguation.ts
sealed at src/blocks/eng/intent-disambiguation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-039
2.1kb
0 deps

Distributed Consensus Mesh

consensus/mesh

Mesh-topology consensus with gossip propagation.

from CMPSBL · src/crownjewels/s-tier/039-distributed-consensus-mesh.ts
sealed at src/blocks/eng/distributed-consensus-mesh/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-040
2.5kb
0 deps

Semantic Encoding Pipeline

encode/semantic

Token→embedding-style pipeline. BYO encoder.

from CMPSBL · src/crownjewels/s-tier/040-semantic-encoding-pipeline.ts
sealed at src/blocks/eng/semantic-encoding-pipeline/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-041
2.7kb
0 deps

Conversational Intent Compiler

intent/compile

Compiles freeform conversation into structured intents.

from CMPSBL · src/crownjewels/s-tier/041-conversational-intent-compiler.ts
sealed at src/blocks/eng/conversational-intent-compiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-042
2.6kb
0 deps

Pattern Extraction

pattern/extract

Mines recurring patterns from event sequences.

from CMPSBL · src/crownjewels/s-tier/042-pattern-extraction.ts
sealed at src/blocks/eng/pattern-extraction/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-043
2.3kb
0 deps

Partition Detection

distrib/partition

Network partition detection via heartbeat divergence.

from CMPSBL · src/crownjewels/s-tier/043-partition-detection.ts
sealed at src/blocks/eng/partition-detection/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-044
3.0kb
0 deps

Predictive Failure Forecaster

predict/failure

Forecasts failure probability from leading indicators.

from CMPSBL · src/crownjewels/s-tier/044-predictive-failure-forecaster.ts
sealed at src/blocks/eng/predictive-failure-forecaster/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-045
2.5kb
0 deps

Provider Health Monitor

health/provider

Tracks per-provider latency/error/availability.

from CMPSBL · src/crownjewels/s-tier/045-provider-health-monitor.ts
sealed at src/blocks/eng/provider-health-monitor/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-046
1.8kb
0 deps

Boot Dependency Resolver

boot/deps

Topological sort of boot-time dependencies w/ cycle detect.

from CMPSBL · src/crownjewels/s-tier/046-boot-dependency-resolver.ts
sealed at src/blocks/eng/boot-dependency-resolver/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-047
2.5kb
0 deps

Circuit Breaker Fabric

resilience/fabric

Mesh of circuit breakers with cross-breaker policy.

from CMPSBL · src/crownjewels/s-tier/047-circuit-breaker-fabric.ts
sealed at src/blocks/eng/circuit-breaker-fabric/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-048
2.2kb
0 deps

Connector Orchestration

connect/orchestrate

Manages lifecycle/retries across external connectors.

from CMPSBL · src/crownjewels/s-tier/048-connector-orchestration.ts
sealed at src/blocks/eng/connector-orchestration/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-049
1.7kb
0 deps

Realtime Cost Attribution

cost/attribute

Attributes per-request cost across services in real time.

from CMPSBL · src/crownjewels/s-tier/049-realtime-cost-attribution.ts
sealed at src/blocks/eng/realtime-cost-attribution/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-050
2.2kb
0 deps

Shadow Run Environment

test/shadow

Run candidate logic in shadow + diff against prod.

from CMPSBL · src/crownjewels/s-tier/050-shadow-run-environment.ts
sealed at src/blocks/eng/shadow-run-environment/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-051
2.1kb
0 deps

Goal Tracking

goals/track

Goal hierarchy with progress + dependency tracking.

from CMPSBL · src/crownjewels/s-tier/051-goal-tracking.ts
sealed at src/blocks/eng/goal-tracking/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-052
2.6kb
0 deps

Intent Classification

intent/classify

Lightweight intent classifier w/ confidence scoring.

from CMPSBL · src/crownjewels/s-tier/052-intent-classification.ts
sealed at src/blocks/eng/intent-classification/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-053
2.2kb
0 deps

Adaptive Accessibility

a11y/adaptive

Adapts UI a11y settings from observed user behavior.

from CMPSBL · src/crownjewels/s-tier/053-adaptive-accessibility.ts
sealed at src/blocks/eng/adaptive-accessibility/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-054
2.2kb
0 deps

Distributed Tracing

telemetry/trace

Span tree + context propagation. OTel-shaped.

from CMPSBL · src/crownjewels/s-tier/054-distributed-tracing.ts
sealed at src/blocks/eng/distributed-tracing/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-055
1.7kb
0 deps

Sovereign Authority Kernel

auth/sovereign

Root authority kernel w/ delegation chains.

from CMPSBL · src/crownjewels/s-tier/055-sovereign-authority-kernel.ts
sealed at src/blocks/eng/sovereign-authority-kernel/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-056
1.4kb
0 deps

Counterfactual Scenario

reason/counterfact

What-if scenario simulator.

from CMPSBL · src/crownjewels/s-tier/056-counterfactual-scenario.ts
sealed at src/blocks/eng/counterfactual-scenario/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-057
1.7kb
0 deps

Moral Reasoning Graph

ethics/reason

Graph-based moral tradeoff reasoning.

from CMPSBL · src/crownjewels/s-tier/057-moral-reasoning-graph.ts
sealed at src/blocks/eng/moral-reasoning-graph/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-058
2.0kb
0 deps

Attribution Laundering Detector

security/laundering

Detects identity/credit laundering chains.

from CMPSBL · src/crownjewels/s-tier/058-attribution-laundering-detector.ts
sealed at src/blocks/eng/attribution-laundering-detector/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-059
1.6kb
0 deps

Blueprint Evolution Compiler

evolve/blueprint

Compiles blueprint diffs into evolution steps.

from CMPSBL · src/crownjewels/s-tier/059-blueprint-evolution-compiler.ts
sealed at src/blocks/eng/blueprint-evolution-compiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-060
1.5kb
0 deps

Temporal Regression Sandbox

test/temporal

Replays time-series scenarios for regression testing.

from CMPSBL · src/crownjewels/s-tier/060-temporal-regression-sandbox.ts
sealed at src/blocks/eng/temporal-regression-sandbox/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-061
2.0kb
0 deps

Adaptive Source Discovery

harvest/discover

Discovers and ranks data sources by relevance, freshness, reliability.

from CMPSBL · src/crownjewels/s-tier/061-adaptive-source-discovery.ts
sealed at src/blocks/eng/adaptive-source-discovery/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-062
2.0kb
0 deps

Learned Stimulus Response

behavior/learn

Stimulus-response pattern learning with reward weighting.

from CMPSBL · src/crownjewels/s-tier/062-learned-stimulus-response.ts
sealed at src/blocks/eng/learned-stimulus-response/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-063
2.0kb
0 deps

Immune Memory Persistence

security/immune

Long-term immune memory of past attack signatures.

from CMPSBL · src/crownjewels/s-tier/063-immune-memory-persistence.ts
sealed at src/blocks/eng/immune-memory-persistence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-064
2.0kb
0 deps

Priority-Aware Relay

relay/priority

Message relay with priority queuing.

from CMPSBL · src/crownjewels/s-tier/064-priority-aware-relay.ts
sealed at src/blocks/eng/priority-aware-relay/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-065
2.0kb
0 deps

Intent Chaining

intent/chain

Chains intents across multi-turn conversations.

from CMPSBL · src/crownjewels/s-tier/065-intent-chaining.ts
sealed at src/blocks/eng/intent-chaining/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-066
2.0kb
0 deps

Adaptive Rate Limiting

access/adaptive-limit

Token bucket limiter that adapts to provider health.

from CMPSBL · src/crownjewels/s-tier/066-adaptive-rate-limiting.ts
sealed at src/blocks/eng/adaptive-rate-limiting/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-067
2.0kb
0 deps

Technical Debt Quantifier

quality/debt

Quantifies technical debt across modules.

from CMPSBL · src/crownjewels/s-tier/067-technical-debt-quantifier.ts
sealed at src/blocks/eng/technical-debt-quantifier/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-068
2.0kb
0 deps

Federated Identity Resolver

identity/federated

Resolves identities across federated providers.

from CMPSBL · src/crownjewels/s-tier/068-federated-identity-resolver.ts
sealed at src/blocks/eng/federated-identity-resolver/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-069
2.0kb
0 deps

Cross-Lingual Intelligence

i18n/intelligence

Cross-language semantic intelligence layer.

from CMPSBL · src/crownjewels/s-tier/069-cross-lingual-intelligence.ts
sealed at src/blocks/eng/cross-lingual-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-070
2.0kb
0 deps

Adversarial Wargame

security/wargame

Adversarial scenario wargaming kernel.

from CMPSBL · src/crownjewels/s-tier/070-adversarial-wargame.ts
sealed at src/blocks/eng/adversarial-wargame/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-071
2.0kb
0 deps

Resilient Communication Backbone

mesh/reliable

Guaranteed delivery with ack + retry.

from CMPSBL · src/crownjewels/s-tier/071-resilient-communication-backbone.ts
sealed at src/blocks/eng/resilient-communication-backbone/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-072
2.0kb
0 deps

Zero-Trust Verification

security/zero-trust

Continuous zero-trust verification engine.

from CMPSBL · src/crownjewels/s-tier/072-zero-trust-verification.ts
sealed at src/blocks/eng/zero-trust-verification/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-073
2.0kb
0 deps

Embedding Store

memory/embeddings

In-memory embedding store with similarity search.

from CMPSBL · src/crownjewels/s-tier/073-embedding-store.ts
sealed at src/blocks/eng/embedding-store/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-074
2.0kb
0 deps

Capability Gate Engine

governance/gate

Capability-gated permission enforcement.

from CMPSBL · src/crownjewels/s-tier/074-capability-gate-engine.ts
sealed at src/blocks/eng/capability-gate-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-075
2.0kb
0 deps

Self-Audit Loop

audit/self

Continuous self-audit loop with violation tracking.

from CMPSBL · src/crownjewels/s-tier/075-self-audit-loop.ts
sealed at src/blocks/eng/self-audit-loop/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-076
2.0kb
0 deps

Performance Regression Detector

perf/regression

Detects performance regressions across baselines.

from CMPSBL · src/crownjewels/s-tier/076-performance-regression-detector.ts
sealed at src/blocks/eng/performance-regression-detector/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-077
2.0kb
0 deps

Honeypot Intelligence

security/honeypot

Honeypot signal capture + attacker profiling.

from CMPSBL · src/crownjewels/s-tier/077-honeypot-intelligence.ts
sealed at src/blocks/eng/honeypot-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-078
2.0kb
0 deps

Fallback Chain Architect

resilience/fallback

Composes typed fallback chains across providers.

from CMPSBL · src/crownjewels/s-tier/078-fallback-chain-architect.ts
sealed at src/blocks/eng/fallback-chain-architect/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-079
2.0kb
0 deps

Knowledge Compaction

memory/compact

Compacts knowledge graphs to essential edges.

from CMPSBL · src/crownjewels/s-tier/079-knowledge-compaction.ts
sealed at src/blocks/eng/knowledge-compaction/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-080
2.0kb
0 deps

Cross-Session Persistence

memory/cross-session

Persists state across user sessions.

from CMPSBL · src/crownjewels/s-tier/080-cross-session-persistence.ts
sealed at src/blocks/eng/cross-session-persistence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-081
2.0kb
0 deps

Token Optimization

cost/tokens

Token usage optimizer w/ cost-aware truncation.

from CMPSBL · src/crownjewels/s-tier/081-token-optimization.ts
sealed at src/blocks/eng/token-optimization/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-082
2.0kb
0 deps

Zero-Trust Session Binder

security/session

Binds sessions to verified identity context.

from CMPSBL · src/crownjewels/s-tier/082-zero-trust-session-binder.ts
sealed at src/blocks/eng/zero-trust-session-binder/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-083
2.0kb
0 deps

Quorum Negotiator

nerve/quorum

Vote-based quorum negotiation engine.

from CMPSBL · src/crownjewels/s-tier/083-quorum-negotiator.ts
sealed at src/blocks/eng/quorum-negotiator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-084
2.0kb
0 deps

Compliance Attestation

governance/attest

Compliance attestation issuance + verification.

from CMPSBL · src/crownjewels/s-tier/084-compliance-attestation.ts
sealed at src/blocks/eng/compliance-attestation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-085
2.0kb
0 deps

Resource Waste Profiler

vision/waste

Profiles resource waste with right-sizing recs.

from CMPSBL · src/crownjewels/s-tier/085-resource-waste-profiler.ts
sealed at src/blocks/eng/resource-waste-profiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-086
2.0kb
0 deps

Personality Adaptation

behavior/personality

Adapts tone/style to user personality model.

from CMPSBL · src/crownjewels/s-tier/086-personality-adaptation.ts
sealed at src/blocks/eng/personality-adaptation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-087
2.0kb
0 deps

ROI Attribution

economy/roi

Attributes ROI per module/action.

from CMPSBL · src/crownjewels/s-tier/087-roi-attribution.ts
sealed at src/blocks/eng/roi-attribution/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-088
2.0kb
0 deps

Behavioral Anomaly Detector

security/behavior-anomaly

Detects anomalous behavior from baselines.

from CMPSBL · src/crownjewels/s-tier/088-behavioral-anomaly-detector.ts
sealed at src/blocks/eng/behavioral-anomaly-detector/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-089
2.0kb
0 deps

Quota Intelligence

cost/quota

Quota tracking with intelligent prediction.

from CMPSBL · src/crownjewels/s-tier/089-quota-intelligence.ts
sealed at src/blocks/eng/quota-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-090
2.0kb
0 deps

Input Sanitization Gateway

security/sanitize

Multi-layer input sanitization gateway.

from CMPSBL · src/crownjewels/s-tier/090-input-sanitization-gateway.ts
sealed at src/blocks/eng/input-sanitization-gateway/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-091
2.0kb
0 deps

Hallucination Guard

safety/hallucination

LLM output hallucination guard with grounding checks.

from CMPSBL · src/crownjewels/s-tier/091-hallucination-guard.ts
sealed at src/blocks/eng/hallucination-guard/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-092
2.0kb
0 deps

Cascading Failure Isolator

resilience/cascade

Isolates cascading failure propagation.

from CMPSBL · src/crownjewels/s-tier/092-cascading-failure-isolator.ts
sealed at src/blocks/eng/cascading-failure-isolator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-093
2.0kb
0 deps

Adaptive Load Balancer

traffic/balance

Adaptive load balancer w/ health-weighted routing.

from CMPSBL · src/crownjewels/s-tier/093-adaptive-load-balancer.ts
sealed at src/blocks/eng/adaptive-load-balancer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-094
2.0kb
0 deps

Embedding Similarity

memory/similarity

Vector similarity primitives (cosine/dot/euclidean).

from CMPSBL · src/crownjewels/s-tier/094-embedding-similarity.ts
sealed at src/blocks/eng/embedding-similarity/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-095
2.0kb
0 deps

Veto Cascade Protocol

governance/veto-cascade

Cascading veto across authority tiers.

from CMPSBL · src/crownjewels/s-tier/095-veto-cascade-protocol.ts
sealed at src/blocks/eng/veto-cascade-protocol/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-096
2.0kb
0 deps

Webhook Reliability

io/webhook

Webhook delivery w/ retry, dedupe, signature verify.

from CMPSBL · src/crownjewels/s-tier/096-webhook-reliability.ts
sealed at src/blocks/eng/webhook-reliability/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-097
2.0kb
0 deps

Graceful Shutdown

lifecycle/shutdown

Phased graceful shutdown coordinator.

from CMPSBL · src/crownjewels/s-tier/097-graceful-shutdown.ts
sealed at src/blocks/eng/graceful-shutdown/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-098
2.0kb
0 deps

Terminal Command Parser

io/cmd-parse

Safe terminal command parser w/ allowlist.

from CMPSBL · src/crownjewels/s-tier/098-terminal-command-parser.ts
sealed at src/blocks/eng/terminal-command-parser/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-099
2.0kb
0 deps

Telemetry Ingestion

telemetry/ingest

High-throughput telemetry ingestion buffer.

from CMPSBL · src/crownjewels/s-tier/099-telemetry-ingestion.ts
sealed at src/blocks/eng/telemetry-ingestion/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-100
2.0kb
0 deps

Prompt Injection Shield

security/prompt-shield

Detects + neutralizes prompt injection attempts.

from CMPSBL · src/crownjewels/s-tier/100-prompt-injection-shield.ts
sealed at src/blocks/eng/prompt-injection-shield/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-101
2.0kb
0 deps

Root Cause Analysis

ops/rca

Causal-chain RCA across event graphs.

from CMPSBL · src/crownjewels/s-tier/101-root-cause-analysis.ts
sealed at src/blocks/eng/root-cause-analysis/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-102
2.0kb
0 deps

Content Hash Deduplicator

data/dedupe

Content-hash dedup with collision tracking.

from CMPSBL · src/crownjewels/s-tier/102-content-hash-deduplicator.ts
sealed at src/blocks/eng/content-hash-deduplicator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-103
2.0kb
0 deps

State Synchronization

sync/state

Multi-node state sync with CRDT-style merge.

from CMPSBL · src/crownjewels/s-tier/103-state-synchronization.ts
sealed at src/blocks/eng/state-synchronization/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-104
2.0kb
0 deps

Behavioral Biometrics

identity/biometrics

Behavioral biometric identity scoring.

from CMPSBL · src/crownjewels/s-tier/104-behavioral-biometrics.ts
sealed at src/blocks/eng/behavioral-biometrics/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-105
2.0kb
0 deps

Forensic Replay

audit/replay

Forensic event replay for incident reconstruction.

from CMPSBL · src/crownjewels/s-tier/105-forensic-replay.ts
sealed at src/blocks/eng/forensic-replay/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-106
2.0kb
0 deps

Organ Transplant

evolve/transplant

Transplants capability modules across instances.

from CMPSBL · src/crownjewels/s-tier/106-organ-transplant.ts
sealed at src/blocks/eng/organ-transplant/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-107
2.0kb
0 deps

Health Aggregation

health/aggregate

Aggregates health signals into composite scores.

from CMPSBL · src/crownjewels/s-tier/107-health-aggregation.ts
sealed at src/blocks/eng/health-aggregation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-108
2.0kb
0 deps

API Key Lifecycle

auth/key-lifecycle

API key rotation + revocation lifecycle manager.

from CMPSBL · src/crownjewels/s-tier/108-api-key-lifecycle.ts
sealed at src/blocks/eng/api-key-lifecycle/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-109
2.0kb
0 deps

External API Rate Limiter

access/external-limit

Rate limiter for outbound external API calls.

from CMPSBL · src/crownjewels/s-tier/109-external-api-rate-limiter.ts
sealed at src/blocks/eng/external-api-rate-limiter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-110
2.0kb
0 deps

Billing Reconciliation

economy/reconcile

Reconciles billing events against ledger.

from CMPSBL · src/crownjewels/s-tier/110-billing-reconciliation.ts
sealed at src/blocks/eng/billing-reconciliation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-111
2.0kb
0 deps

Honeypot Intelligence Advanced

security/honeypot-adv

Advanced honeypot intelligence w/ attacker fingerprinting.

from CMPSBL · src/crownjewels/s-tier/111-honeypot-intelligence-advanced.ts
sealed at src/blocks/eng/honeypot-intelligence-advanced/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-112
2.0kb
0 deps

Entitlement Resolution

auth/entitlement

Resolves layered entitlements w/ inheritance.

from CMPSBL · src/crownjewels/s-tier/112-entitlement-resolution.ts
sealed at src/blocks/eng/entitlement-resolution/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-113
2.0kb
0 deps

Task Dependency Resolver

schedule/deps

Topological task dependency resolver.

from CMPSBL · src/crownjewels/s-tier/113-task-dependency-resolver.ts
sealed at src/blocks/eng/task-dependency-resolver/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-114
2.0kb
0 deps

Recursive Self-Optimization

evolve/self-opt

Recursive self-optimization w/ fitness scoring.

from CMPSBL · src/crownjewels/s-tier/114-recursive-self-optimization.ts
sealed at src/blocks/eng/recursive-self-optimization/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-115
2.0kb
0 deps

Recursive Architecture Refactorer

evolve/refactor

Recursive architecture refactoring engine.

from CMPSBL · src/crownjewels/s-tier/115-recursive-architecture-refactorer.ts
sealed at src/blocks/eng/recursive-architecture-refactorer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-116
2.0kb
0 deps

Recursive Meta-Learning

learn/meta

Meta-learning across task distributions.

from CMPSBL · src/crownjewels/s-tier/116-recursive-meta-learning.ts
sealed at src/blocks/eng/recursive-meta-learning/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-117
2.0kb
0 deps

Strategic Foresight

predict/strategic

Strategic foresight scenario projection.

from CMPSBL · src/crownjewels/s-tier/117-strategic-foresight.ts
sealed at src/blocks/eng/strategic-foresight/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-118
2.0kb
0 deps

Decision Confidence Governor

governance/confidence

Gates decisions by confidence threshold.

from CMPSBL · src/crownjewels/s-tier/118-decision-confidence-governor.ts
sealed at src/blocks/eng/decision-confidence-governor/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-119
2.0kb
0 deps

Explainable Intelligence Compiler

explain/compile

Compiles explanations from decision traces.

from CMPSBL · src/crownjewels/s-tier/119-explainable-intelligence-compiler.ts
sealed at src/blocks/eng/explainable-intelligence-compiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-120
2.0kb
0 deps

Autonomous Ops Steward

ops/steward

Autonomous ops steward w/ self-remediation.

from CMPSBL · src/crownjewels/s-tier/120-autonomous-ops-steward.ts
sealed at src/blocks/eng/autonomous-ops-steward/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-121
1.5kb
0 deps

Autonomy Budget Manager

governance/budget

Budget allocation with spending limits and alerts.

from CMPSBL · src/crownjewels/s-tier/121-autonomy-budget-manager.ts
sealed at src/blocks/eng/autonomy-budget-manager/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-122
1.6kb
0 deps

Autonomy Rollback Authority

governance/rollback

Rollback authority for autonomous decisions exceeding safety bounds.

from CMPSBL · src/crownjewels/s-tier/122-autonomy-rollback-authority.ts
sealed at src/blocks/eng/autonomy-rollback-authority/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-123
1.7kb
0 deps

Intelligence Containment

defense/containment

Containment protocols for runaway processes.

from CMPSBL · src/crownjewels/s-tier/123-intelligence-containment.ts
sealed at src/blocks/eng/intelligence-containment/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-124
1.8kb
0 deps

Emergent Threat Anticipator

defense/anticipate

Predictive threat modeling from emergent signal patterns.

from CMPSBL · src/crownjewels/s-tier/124-emergent-threat-anticipator.ts
sealed at src/blocks/eng/emergent-threat-anticipator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-125
1.6kb
0 deps

Behavioral Trust Scoring

identity/trust

Continuous time-decayed behavioral trust scoring.

from CMPSBL · src/crownjewels/s-tier/125-behavioral-trust-scoring.ts
sealed at src/blocks/eng/behavioral-trust-scoring/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-126
1.5kb
0 deps

Autonomous Cost Arbitrage

economy/arbitrage

Cross-provider/region cost arbitrage.

from CMPSBL · src/crownjewels/s-tier/126-autonomous-cost-arbitrage.ts
sealed at src/blocks/eng/autonomous-cost-arbitrage/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-127
1.7kb
0 deps

Value-Weighted Reasoning Router

nexus/value-route

Routes reasoning tasks by value-weighted ROI.

from CMPSBL · src/crownjewels/s-tier/127-value-weighted-reasoning-router.ts
sealed at src/blocks/eng/value-weighted-reasoning-router/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-128
1.4kb
0 deps

Waste Detection Intelligence

vision/waste

Automated resource waste detection.

from CMPSBL · src/crownjewels/s-tier/128-waste-detection-intelligence.ts
sealed at src/blocks/eng/waste-detection-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-129
1.5kb
0 deps

Intent Drift Tracker

decode/drift

Tracks intent classification distribution drift.

from CMPSBL · src/crownjewels/s-tier/129-intent-drift-tracker.ts
sealed at src/blocks/eng/intent-drift-tracker/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-130
1.6kb
0 deps

Adaptive Product Brain

brain/product

Usage-pattern product recommendation engine.

from CMPSBL · src/crownjewels/s-tier/130-adaptive-product-brain.ts
sealed at src/blocks/eng/adaptive-product-brain/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-131
1.5kb
0 deps

Friction Auto-Removal

ux/friction

Detects and removes UX friction points.

from CMPSBL · src/crownjewels/s-tier/131-friction-auto-removal.ts
sealed at src/blocks/eng/friction-auto-removal/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-132
1.6kb
0 deps

Cross-Pipeline Arbitration

cortex/arbitrate

Arbitrates resource conflicts across pipelines.

from CMPSBL · src/crownjewels/s-tier/132-cross-pipeline-arbitration.ts
sealed at src/blocks/eng/cross-pipeline-arbitration/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-133
1.7kb
0 deps

Capability Impact Forecaster

atlas/forecast

BFS cascade analysis for capability changes.

from CMPSBL · src/crownjewels/s-tier/133-capability-impact-forecaster.ts
sealed at src/blocks/eng/capability-impact-forecaster/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-134
1.6kb
0 deps

Self-Scaling Intelligence Fabric

system/scale

Predictive auto-scaling compute fabric.

from CMPSBL · src/crownjewels/s-tier/134-self-scaling-intelligence-fabric.ts
sealed at src/blocks/eng/self-scaling-intelligence-fabric/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-135
1.5kb
0 deps

Regulatory Mode Switcher

governance/regulatory

Jurisdiction-based compliance mode switching.

from CMPSBL · src/crownjewels/s-tier/135-regulatory-mode-switcher.ts
sealed at src/blocks/eng/regulatory-mode-switcher/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-136
1.8kb
0 deps

Audit-Grade Decision Ledger

audit/ledger

Immutable hash-chained decision ledger.

from CMPSBL · src/crownjewels/s-tier/136-audit-grade-decision-ledger.ts
sealed at src/blocks/eng/audit-grade-decision-ledger/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-137
1.7kb
0 deps

Policy-Aware Intelligence Gate

governance/policy-gate

Priority-ordered policy evaluation gate.

from CMPSBL · src/crownjewels/s-tier/137-policy-aware-intelligence-gate.ts
sealed at src/blocks/eng/policy-aware-intelligence-gate/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-138
1.9kb
0 deps

Intelligence Governance Kernel

governance/kernel

Core governance kernel with constraint DSL.

from CMPSBL · src/crownjewels/s-tier/138-intelligence-governance-kernel.ts
sealed at src/blocks/eng/intelligence-governance-kernel/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-139
1.6kb
0 deps

Recursive Cognitive Bootstrapping

brain/bootstrap

Prerequisite-gated recursive skill training.

from CMPSBL · src/crownjewels/s-tier/139-recursive-cognitive-bootstrapping.ts
sealed at src/blocks/eng/recursive-cognitive-bootstrapping/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-140
1.8kb
0 deps

Recursive Capability Discoverer

atlas/discover

Deterministic capability discovery via introspection, composition, and triadic emergence.

from CMPSBL · src/crownjewels/s-tier/140-recursive-capability-discoverer.ts
sealed at src/blocks/eng/recursive-capability-discoverer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-141
2.0kb
0 deps

Recursive Knowledge Crystallization

memory/crystallize

Crystallizes high-confidence transient knowledge into permanent stores.

from CMPSBL · src/crownjewels/s-tier/141-recursive-knowledge-crystallization.ts
sealed at src/blocks/eng/recursive-knowledge-crystallization/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-142
2.0kb
0 deps

Recursive Infinite Context

memory/infinite-ctx

Unbounded context window via hierarchical summarization.

from CMPSBL · src/crownjewels/s-tier/142-recursive-infinite-context.ts
sealed at src/blocks/eng/recursive-infinite-context/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-143
2.0kb
0 deps

Recursive Self-Improvement Pipeline

evolve/self-improve

Improvement proposals gated by A/B tests + safety thresholds.

from CMPSBL · src/crownjewels/s-tier/143-recursive-self-improvement-pipeline.ts
sealed at src/blocks/eng/recursive-self-improvement-pipeline/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-144
2.0kb
0 deps

Evolution Engine

evolve/genetic

Genetic algorithm core: fitness, crossover, mutation, convergence.

from CMPSBL · src/crownjewels/s-tier/144-evolution-engine.ts
sealed at src/blocks/eng/evolution-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-145
2.0kb
0 deps

Metacognition Engine

brain/meta

Reasoning-about-reasoning. Scores strategies, flags weak areas.

from CMPSBL · src/crownjewels/s-tier/145-metacognition-engine.ts
sealed at src/blocks/eng/metacognition-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-146
2.0kb
0 deps

Self-Documentation Engine

system/docs

Auto-generates system docs + topology from observed runtime behavior.

from CMPSBL · src/crownjewels/s-tier/146-self-documentation-engine.ts
sealed at src/blocks/eng/self-documentation-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-147
2.0kb
0 deps

Cortex Orchestration Engine

cortex/orchestrate

Topological pipeline orchestration with parallel groups.

from CMPSBL · src/crownjewels/s-tier/147-cortex-orchestration-engine.ts
sealed at src/blocks/eng/cortex-orchestration-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-148
2.0kb
0 deps

Evolution Governance Engine

governance/evolve

Guardrails + tiered approval workflows for evolution requests.

from CMPSBL · src/crownjewels/s-tier/148-evolution-governance-engine.ts
sealed at src/blocks/eng/evolution-governance-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-149
2.0kb
0 deps

Autonomous Operator

system/operator

Policy-bounded autonomous operator with cooldowns + impact caps.

from CMPSBL · src/crownjewels/s-tier/149-autonomous-operator.ts
sealed at src/blocks/eng/autonomous-operator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-150
2.0kb
0 deps

Self Governance

governance/self

Adaptive rule weights that learn from outcome history.

from CMPSBL · src/crownjewels/s-tier/150-self-governance.ts
sealed at src/blocks/eng/self-governance/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-151
2.0kb
0 deps

Cognitive Mesh

mesh/cognitive

Distributed cognition mesh w/ load-balanced task fragmentation.

from CMPSBL · src/crownjewels/s-tier/151-cognitive-mesh.ts
sealed at src/blocks/eng/cognitive-mesh/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-152
2.0kb
0 deps

Brain Orchestrator

brain/orchestrate

Region-aware thought scheduler with conflict avoidance.

from CMPSBL · src/crownjewels/s-tier/152-brain-orchestrator.ts
sealed at src/blocks/eng/brain-orchestrator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-153
2.0kb
0 deps

CORTEX Engine

cortex/execute

Async pipeline executor w/ per-stage timeout + retry.

from CMPSBL · src/crownjewels/s-tier/153-cortex-engine.ts
sealed at src/blocks/eng/cortex-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-154
2.0kb
0 deps

SEBA Engine

encode/seba

Semantic encoding + behavioral signal trend analysis.

from CMPSBL · src/crownjewels/s-tier/154-seba-engine.ts
sealed at src/blocks/eng/seba-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-155
2.0kb
0 deps

Modernizer

evolve/modernize

Legacy modernization planner (rewrite/wrap/replace/retire).

from CMPSBL · src/crownjewels/s-tier/155-modernizer.ts
sealed at src/blocks/eng/modernizer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-156
2.0kb
0 deps

Evolution A/B

evolve/ab

A/B experiment harness for system evolution.

from CMPSBL · src/crownjewels/s-tier/156-evolution-ab.ts
sealed at src/blocks/eng/evolution-ab/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-157
2.0kb
0 deps

Evolution Rollback

evolve/rollback

Snapshot + rollback for failed evolution operations.

from CMPSBL · src/crownjewels/s-tier/157-evolution-rollback.ts
sealed at src/blocks/eng/evolution-rollback/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-158
2.0kb
0 deps

Evolution Sandbox

evolve/sandbox

Isolated mutation sandbox w/ commit/discard.

from CMPSBL · src/crownjewels/s-tier/158-evolution-sandbox.ts
sealed at src/blocks/eng/evolution-sandbox/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-159
2.0kb
0 deps

Dream Pool Federation

dream/federate

Cross-agency dream pattern federation.

from CMPSBL · src/crownjewels/s-tier/159-dream-pool-federation.ts
sealed at src/blocks/eng/dream-pool-federation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-160
2.0kb
0 deps

Self-Repair Engine

medic/repair

Damage assessment + auto-repair strategy selection.

from CMPSBL · src/crownjewels/s-tier/160-self-repair-engine.ts
sealed at src/blocks/eng/self-repair-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-161
2.0kb
0 deps

Autonomous Workflow Composer

cortex/workflow

BFS-based autonomous workflow composition from capability graph.

from CMPSBL · src/crownjewels/s-tier/161-autonomous-workflow-composer.ts
sealed at src/blocks/eng/autonomous-workflow-composer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-162
2.0kb
0 deps

Dream Lucidity Control

dream/lucidity

Controls dream cycle lucidity and consolidation depth.

from CMPSBL · src/crownjewels/s-tier/162-dream-lucidity-control.ts
sealed at src/blocks/eng/dream-lucidity-control/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-163
2.0kb
0 deps

Semantic Compression

brain/compress

Lossless semantic compression for knowledge storage efficiency.

from CMPSBL · src/crownjewels/s-tier/163-semantic-compression.ts
sealed at src/blocks/eng/semantic-compression/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-164
2.0kb
0 deps

Dream Cross-Pollination

dream/pollinate

Cross-pollination of insights between dream cycles.

from CMPSBL · src/crownjewels/s-tier/164-dream-cross-pollination.ts
sealed at src/blocks/eng/dream-cross-pollination/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-165
2.0kb
0 deps

Cognitive Load Balancer

cortex/balance

Balances cognitive load across processing pipelines.

from CMPSBL · src/crownjewels/s-tier/165-cognitive-load-balancer.ts
sealed at src/blocks/eng/cognitive-load-balancer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-166
2.0kb
0 deps

Graduated Autonomy

encode/autonomy

Progressive autonomy granting based on demonstrated competence.

from CMPSBL · src/crownjewels/s-tier/166-graduated-autonomy.ts
sealed at src/blocks/eng/graduated-autonomy/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-167
2.0kb
0 deps

Cascade Prevention

core/cascade

Proactive cascade failure prevention through early detection.

from CMPSBL · src/crownjewels/s-tier/167-cascade-prevention.ts
sealed at src/blocks/eng/cascade-prevention/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-168
2.0kb
0 deps

Meta-Reasoning

brain/meta

Strategy selection, EV computation, and fatigue detection for reasoning.

from CMPSBL · src/crownjewels/s-tier/168-meta-reasoning.ts
sealed at src/blocks/eng/meta-reasoning/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-169
2.0kb
0 deps

Recursive Planning

cortex/plan

Recursive planning with depth-limited search and pruning.

from CMPSBL · src/crownjewels/s-tier/169-recursive-planning.ts
sealed at src/blocks/eng/recursive-planning/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-170
2.0kb
0 deps

Temporal Reasoning

brain/temporal

Time-aware reasoning with temporal logic and sequencing.

from CMPSBL · src/crownjewels/s-tier/170-temporal-reasoning.ts
sealed at src/blocks/eng/temporal-reasoning/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-171
2.0kb
0 deps

Generative Hypothesis

dream/hypothesis

Generates testable hypotheses from observed patterns.

from CMPSBL · src/crownjewels/s-tier/171-generative-hypothesis.ts
sealed at src/blocks/eng/generative-hypothesis/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-172
2.0kb
0 deps

Topology Mutation

system/topology

Runtime topology mutation with live system reconfiguration.

from CMPSBL · src/crownjewels/s-tier/172-topology-mutation.ts
sealed at src/blocks/eng/topology-mutation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-173
2.0kb
0 deps

Predictive State Modeling

vision/predict

Predictive modeling of future system states via linear trend extrapolation.

from CMPSBL · src/crownjewels/s-tier/173-predictive-state-modeling.ts
sealed at src/blocks/eng/predictive-state-modeling/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-174
2.0kb
0 deps

Adversarial Simulation

defense/sim

Adversarial attack simulation for defense hardening.

from CMPSBL · src/crownjewels/s-tier/174-adversarial-simulation.ts
sealed at src/blocks/eng/adversarial-simulation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-175
2.0kb
0 deps

Goal Decomposition Engine

cortex/goal

Decomposes high-level goals into actionable sub-tasks.

from CMPSBL · src/crownjewels/s-tier/175-goal-decomposition.ts
sealed at src/blocks/eng/goal-decomposition/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-176
2.0kb
0 deps

Episodic Replay

brain/replay

Replays episodic memories for reinforcement and learning.

from CMPSBL · src/crownjewels/s-tier/176-episodic-replay.ts
sealed at src/blocks/eng/episodic-replay/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-177
2.0kb
0 deps

Intent Compiler

encode/compile

Compiles user intents into executable action plans via topological sort.

from CMPSBL · src/crownjewels/s-tier/177-intent-compiler.ts
sealed at src/blocks/eng/intent-compiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-178
2.0kb
1 deps

Homeostatic Regulator

core/homeostasis

Maintains system homeostasis through feedback loop regulation.

from CMPSBL · src/crownjewels/s-tier/178-homeostatic-regulator.ts
sealed at src/blocks/eng/homeostatic-regulator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-179
2.0kb
0 deps

Shadow Evolution

evolve/shadow

Shadow evolution testing before production deployment.

from CMPSBL · src/crownjewels/s-tier/179-shadow-evolution.ts
sealed at src/blocks/eng/shadow-evolution/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-180
2.0kb
0 deps

Counterfactual Engine

dream/counterfactual

What-if analysis engine for counterfactual reasoning.

from CMPSBL · src/crownjewels/s-tier/180-counterfactual-engine.ts
sealed at src/blocks/eng/counterfactual-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-181
2.0kb
0 deps

Attention Allocation

cortex/attention

Dynamic attention allocation across competing cognitive tasks.

from CMPSBL · src/crownjewels/s-tier/181-attention-allocation.ts
sealed at src/blocks/eng/attention-allocation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-182
2.0kb
0 deps

Entropy Reversal

system/entropy

Reverses system entropy through automated cleanup and optimization.

from CMPSBL · src/crownjewels/s-tier/182-entropy-reversal.ts
sealed at src/blocks/eng/entropy-reversal/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-183
2.0kb
0 deps

Dynamic Pipeline Optimizer

cortex/optimize

Optimizes pipeline configurations dynamically based on workload.

from CMPSBL · src/crownjewels/s-tier/183-dynamic-pipeline-optimizer.ts
sealed at src/blocks/eng/dynamic-pipeline-optimizer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-184
2.0kb
0 deps

Classifier Library

brain/classify

Extensible classification library with pluggable strategies.

from CMPSBL · src/crownjewels/s-tier/184-classifier-library.ts
sealed at src/blocks/eng/classifier-library/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-185
2.0kb
0 deps

Predictive Oracle Engine

oracle/predict

Multi-signal prediction engine with weighted ingestion and anomaly detection.

from CMPSBL · src/crownjewels/s-tier/185-predictive-oracle-engine.ts
sealed at src/blocks/eng/predictive-oracle-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-186
2.0kb
0 deps

Temporal Ripple Analyzer

ripple/analyze

Tracks mutations and their blast radius through dependency graphs.

from CMPSBL · src/crownjewels/s-tier/186-temporal-ripple-analyzer.ts
sealed at src/blocks/eng/temporal-ripple-analyzer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-187
2.0kb
0 deps

Predictive Trend Crystallizer

analytics/trend

Time-series trend detection via linear regression and autocorrelation.

from CMPSBL · src/crownjewels/s-tier/187-predictive-trend-crystallizer.ts
sealed at src/blocks/eng/predictive-trend-crystallizer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-188
2.0kb
0 deps

Jurisdiction-Aware Router

sovereign/route

Routes data to compliant processing zones based on jurisdiction.

from CMPSBL · src/crownjewels/s-tier/188-jurisdiction-aware-router.ts
sealed at src/blocks/eng/jurisdiction-aware-router/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-189
2.0kb
0 deps

Predictive Reflex Arc

reflex/preload

Pre-loads anticipated responses for sub-millisecond reaction times.

from CMPSBL · src/crownjewels/s-tier/189-predictive-reflex-arc.ts
sealed at src/blocks/eng/predictive-reflex-arc/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-190
2.0kb
0 deps

Regulatory Genome Mapper

sovereign/compliance

Maps regulatory frameworks across jurisdictions and computes compliance gaps.

from CMPSBL · src/crownjewels/s-tier/190-regulatory-genome-mapper.ts
sealed at src/blocks/eng/regulatory-genome-mapper/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-191
2.0kb
0 deps

Stakeholder Impact Analyzer

conscience/impact

Evaluates decisions against weighted stakeholder welfare thresholds.

from CMPSBL · src/crownjewels/s-tier/191-stakeholder-impact-analyzer.ts
sealed at src/blocks/eng/stakeholder-impact-analyzer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-192
2.0kb
0 deps

Selective Amnesia Controller

phantom/amnesia

Targeted memory erasure with pattern matching and rollback protection.

from CMPSBL · src/crownjewels/s-tier/192-selective-amnesia-controller.ts
sealed at src/blocks/eng/selective-amnesia-controller/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-193
2.0kb
0 deps

Artifact Hardening Foundry

forge/harden

Multi-stage artifact hardening pipeline with production-readiness attestations.

from CMPSBL · src/crownjewels/s-tier/193-artifact-hardening-foundry.ts
sealed at src/blocks/eng/artifact-hardening-foundry/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-194
2.0kb
0 deps

Cultural Context Adapter

lingua/adapt

Adapts content for cultural context with idiom substitution and sensitivity screening.

from CMPSBL · src/crownjewels/s-tier/194-cultural-context-adapter.ts
sealed at src/blocks/eng/cultural-context-adapter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-195
2.0kb
0 deps

Proximity Intelligence

compass/proximity

Geospatial entity tracking with proximity alerts and clustering.

from CMPSBL · src/crownjewels/s-tier/195-proximity-intelligence.ts
sealed at src/blocks/eng/proximity-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-196
2.0kb
0 deps

Mutation Rehearsal

echo/rehearse

Rehearses mutations in isolation before applying to production.

from CMPSBL · src/crownjewels/s-tier/196-mutation-rehearsal.ts
sealed at src/blocks/eng/mutation-rehearsal/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-197
2.0kb
0 deps

Breach Penalty Calculator

treaty/penalty

Evaluates SLA breaches with severity-weighted penalties and escalation.

from CMPSBL · src/crownjewels/s-tier/197-breach-penalty-calculator.ts
sealed at src/blocks/eng/breach-penalty-calculator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-198
2.0kb
0 deps

Cross-Zone Relay Bridge

relay/bridge

Multi-hop relay bridging across security zones with failover.

from CMPSBL · src/crownjewels/s-tier/198-cross-zone-relay-bridge.ts
sealed at src/blocks/eng/cross-zone-relay-bridge/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-199
2.0kb
0 deps

Mesh Topology Optimizer

mesh/topology

Optimizes mesh network topology via traffic analysis and link pruning.

from CMPSBL · src/crownjewels/s-tier/199-mesh-topology-optimizer.ts
sealed at src/blocks/eng/mesh-topology-optimizer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-200
2.0kb
0 deps

Entitlement Cascade Resolver

access/entitlement

Resolves permission hierarchies with inheritance chains and override blocking.

from CMPSBL · src/crownjewels/s-tier/200-entitlement-cascade-resolver.ts
sealed at src/blocks/eng/entitlement-cascade-resolver/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-201
2.0kb
0 deps

Progressive Migration

migration/orchestrate

Canary to rolling to full migration orchestration with health-driven rollback.

from CMPSBL · src/crownjewels/s-tier/201-progressive-migration.ts
sealed at src/blocks/eng/progressive-migration/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-202
2.0kb
0 deps

Event-Driven Integration Mesh

mesh/events

Pub-sub mesh with dead-letter queue, retry fan-out, and delivery guarantees.

from CMPSBL · src/crownjewels/s-tier/202-event-driven-integration-mesh.ts
sealed at src/blocks/eng/event-driven-integration-mesh/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-203
2.0kb
0 deps

Legacy Transcoding Bridge

bridge/transcode

Pluggable codec bridge with format-chain resolution and batch transcoding.

from CMPSBL · src/crownjewels/s-tier/203-legacy-transcoding-bridge.ts
sealed at src/blocks/eng/legacy-transcoding-bridge/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-204
2.0kb
0 deps

Ethical Constraint Engine

conscience/ethics

Weighted ethical constraint evaluation with harm analysis and override tracking.

from CMPSBL · src/crownjewels/s-tier/204-ethical-constraint-engine.ts
sealed at src/blocks/eng/ethical-constraint-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-205
2.0kb
0 deps

Stealth Operations Controller

phantom/stealth

Covert operation modes with trace suppression, decoys, and timing jitter.

from CMPSBL · src/crownjewels/s-tier/205-stealth-operations-controller.ts
sealed at src/blocks/eng/stealth-operations-controller/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-206
2.0kb
0 deps

Universal Input Interpreter

decode/input

Multi-modal input parsing with confidence scoring and fallback chains.

from CMPSBL · src/crownjewels/s-tier/206-universal-input-interpreter.ts
sealed at src/blocks/eng/universal-input-interpreter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-207
2.0kb
0 deps

Cognitive Flame Graph

observability/flame

Hierarchical span profiling with hotspot detection and anomaly flagging.

from CMPSBL · src/crownjewels/s-tier/207-cognitive-flame-graph.ts
sealed at src/blocks/eng/cognitive-flame-graph/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-208
2.0kb
0 deps

Fair Negotiation Protocol

treaty/negotiate

Multi-party fairness-constrained negotiation with Pareto-optimal selection.

from CMPSBL · src/crownjewels/s-tier/208-fair-negotiation-protocol.ts
sealed at src/blocks/eng/fair-negotiation-protocol/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-209
2.0kb
0 deps

Adaptive Interface Compiler

inclusive/compile

Accessibility-profile content compilation with ARIA annotations and read-time estimation.

from CMPSBL · src/crownjewels/s-tier/209-adaptive-interface-compiler.ts
sealed at src/blocks/eng/adaptive-interface-compiler/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-210
2.0kb
0 deps

Analytics-Observability Convergence

observability/converge

Pearson correlation between business and infrastructure metrics with lag detection.

from CMPSBL · src/crownjewels/s-tier/210-analytics-observability-convergence.ts
sealed at src/blocks/eng/analytics-observability-convergence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-211
2.0kb
0 deps

Cross-Border Transfer Arbiter

sovereign/transfer

Data-transfer adequacy evaluation against SCCs, BCRs, and derogation rules.

from CMPSBL · src/crownjewels/s-tier/211-cross-border-transfer-arbiter.ts
sealed at src/blocks/eng/cross-border-transfer-arbiter/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-212
2.0kb
0 deps

Confidence Calibration

oracle/calibrate

Histogram binning, Brier score, and Platt scaling for prediction calibration.

from CMPSBL · src/crownjewels/s-tier/212-confidence-calibration.ts
sealed at src/blocks/eng/confidence-calibration/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-213
2.0kb
1 deps

Domain Terminology Forge

lingua/terminology

Domain terminology with fuzzy matching, synonym chains, and multilingual support.

from CMPSBL · src/crownjewels/s-tier/213-domain-terminology-forge.ts
sealed at src/blocks/eng/domain-terminology-forge/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-214
2.0kb
0 deps

Geofenced Policy Engine

compass/geofence

Location-aware policy enforcement with overlapping geofence conflict resolution.

from CMPSBL · src/crownjewels/s-tier/214-geofenced-policy-engine.ts
sealed at src/blocks/eng/geofenced-policy-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-215
2.0kb
0 deps

Contract Evolution Mediator

treaty/contract

Versioned contract lifecycle with diff generation, rollback, and approval gates.

from CMPSBL · src/crownjewels/s-tier/215-contract-evolution-mediator.ts
sealed at src/blocks/eng/contract-evolution-mediator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-216
2.0kb
0 deps

Freshness Arbitrage

harvest/freshness

Staleness-to-cost harvest prioritization with SLA violation tracking.

from CMPSBL · src/crownjewels/s-tier/216-freshness-arbitrage.ts
sealed at src/blocks/eng/freshness-arbitrage/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-217
2.0kb
0 deps

Reflex Accuracy Monitor

reflex/monitor

Reflex-vs-cognitive accuracy drift detection with recalibration triggers.

from CMPSBL · src/crownjewels/s-tier/217-reflex-accuracy-monitor.ts
sealed at src/blocks/eng/reflex-accuracy-monitor/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-218
2.0kb
0 deps

Autoimmune Prevention

immunity/autoimmune

False-positive suppression with adaptive sensitivity, whitelist learning, and cooldowns.

from CMPSBL · src/crownjewels/s-tier/218-autoimmune-prevention.ts
sealed at src/blocks/eng/autoimmune-prevention/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-219
2.0kb
0 deps

Predictive Intent Pre-Loader

intent/preload

Markov-chain intent prediction with resource preloading and accuracy tracking.

from CMPSBL · src/crownjewels/s-tier/219-predictive-intent-preloader.ts
sealed at src/blocks/eng/predictive-intent-preloader/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-220
2.0kb
0 deps

Gossip Protocol Engine

mesh/gossip

Epidemic gossip sync with version vectors, conflict resolution, and convergence tracking.

from CMPSBL · src/crownjewels/s-tier/220-gossip-protocol-engine.ts
sealed at src/blocks/eng/gossip-protocol-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-221
2.0kb
0 deps

External Event Bridge

relay/bridge

Protocol-agnostic event relay with exponential backoff, circuit breaker, and DLQ.

from CMPSBL · src/crownjewels/s-tier/221-external-event-bridge.ts
sealed at src/blocks/eng/external-event-bridge/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-222
1.5kb
0 deps

Capability Forge Engine

forge/synthesize

Composes new capabilities from registered primitives with cost & compatibility scoring.

from CMPSBL · src/crownjewels/s-tier/222-capability-forge-engine.ts
sealed at src/blocks/eng/capability-forge-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-223
1.8kb
0 deps

Polyglot Translation Matrix

lingua/translate

Multi-directional term translation with fuzzy match and chain pivots (A→B→C).

from CMPSBL · src/crownjewels/s-tier/223-polyglot-translation-matrix.ts
sealed at src/blocks/eng/polyglot-translation-matrix/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-224
1.6kb
0 deps

Event Storm Dampener

ripple/dampen

Sliding-window event-storm detection with adaptive backpressure thresholds.

from CMPSBL · src/crownjewels/s-tier/224-event-storm-dampener.ts
sealed at src/blocks/eng/event-storm-dampener/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-225
2.0kb
0 deps

Cohort Intelligence

analytics/cohort

K-means cohort segmentation with centroid convergence and drift history.

from CMPSBL · src/crownjewels/s-tier/225-228-cjpi90-batch.ts
sealed at src/blocks/eng/cohort-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-226
1.4kb
0 deps

Ethical Debt Tracker

conscience/debt

Tracks ethical-debt accrual with aging penalties and remediation lifecycle.

from CMPSBL · src/crownjewels/s-tier/225-228-cjpi90-batch.ts
sealed at src/blocks/eng/ethical-debt-tracker/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-227
1.2kb
0 deps

Plausible Deniability

phantom/decoy

Cover-traffic generation with indistinguishability and Shannon-entropy scoring.

from CMPSBL · src/crownjewels/s-tier/225-228-cjpi90-batch.ts
sealed at src/blocks/eng/plausible-deniability/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-228
1.6kb
0 deps

Capability Genealogy

forge/lineage

Capability lineage trees: generation depth, fitness evolution, descendant fan-out.

from CMPSBL · src/crownjewels/s-tier/225-228-cjpi90-batch.ts
sealed at src/blocks/eng/capability-genealogy/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-229
0.5kb
0 deps

Provenance Chain Verifier

harvest/provenance

Append-only provenance chain with prev-hash linkage.

from CMPSBL · src/crownjewels/s-tier/229-232-cjpi90-batch.ts
sealed at src/blocks/eng/provenance-chain-verifier/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-230
0.6kb
0 deps

Edge Cascade Coordinator

reflex/cascade

BFS dependency cascade with cycle protection and per-node action timestamps.

from CMPSBL · src/crownjewels/s-tier/229-232-cjpi90-batch.ts
sealed at src/blocks/eng/edge-cascade-coordinator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-231
0.5kb
0 deps

Dead-Letter Intelligence

relay/dlq

Records dead-letter events and surfaces top failure reasons.

from CMPSBL · src/crownjewels/s-tier/229-232-cjpi90-batch.ts
sealed at src/blocks/eng/dead-letter-intelligence/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-232
0.5kb
0 deps

Parallel Universe Comparator

echo/branch

Compares configuration branches by named outcome metric, returns the optimum.

from CMPSBL · src/crownjewels/s-tier/229-232-cjpi90-batch.ts
sealed at src/blocks/eng/parallel-universe-comparator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-233
0.4kb
0 deps

Strategic Navigation

compass/waypoint

Priority-ordered waypoint pathing.

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/strategic-navigation/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-234
0.5kb
0 deps

Distributed Echo Network

echo/broadcast

Channel-based subscriber registry with broadcast fan-out.

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/distributed-echo-network/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-235
0.4kb
0 deps

Cognitive Load Governor

inclusive/load

Cognitive-load ceiling check for UI/workflow complexity.

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/cognitive-load-governor/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-236
0.4kb
0 deps

Intent-Preserving Summarizer

lingua/summarize

Word-budget truncation with intent-preservation flag.

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/intent-preserving-summarizer/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-237
0.5kb
0 deps

Supply Chain Geo Tracker

compass/supply

Multi-leg shipment status tracker.

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/supply-chain-geo-tracker/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-238
0.5kb
0 deps

Multi-Party Consensus Broker

treaty/consensus

Mean-preference consensus with agreement score (1 − mean abs deviation).

from CMPSBL · src/crownjewels/s-tier/233-238-cjpi89-batch.ts
sealed at src/blocks/eng/multi-party-consensus-broker/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-239
1.6kb
0 deps

Negotiation Protocol Engine

treaty/negotiate

Multi-party agreement lifecycle: propose, counter, accept, reject with history.

from CMPSBL · src/crownjewels/s-tier/239-241-cjpi88-batch.ts
sealed at src/blocks/eng/negotiation-protocol-engine/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-240
1.2kb
0 deps

Data Harvest Orchestrator

harvest/orchestrate

Quality × freshness ÷ cost prioritization over registered data sources.

from CMPSBL · src/crownjewels/s-tier/239-241-cjpi88-batch.ts
sealed at src/blocks/eng/data-harvest-orchestrator/index.ts
sealed · CMPSBL/crownjewels
ENGINE
ENG-241
1.4kb
0 deps

Reactive Reflex Controller

reflex/control

Sub-ms stimulus→reflex mapping with priority arbitration and refractory windows.

from CMPSBL · src/immune/reactive-reflex-controller.ts
sealed at src/blocks/eng/reactive-reflex-controller/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-242
1.2kb
0 deps

Deterministic Input Repair

repair/input

Rule-based input sanitization and repair — no AI, pure deterministic transforms.

from CMPSBL · src/immune/deterministic-input-repair.ts
sealed at src/blocks/eng/deterministic-input-repair/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-243
1.0kb
0 deps

Module Health Metrics

observability/health

Runtime module state tracking: uptime, error rate, last-seen, health score.

from CMPSBL · src/immune/module-health-metrics.ts
sealed at src/blocks/eng/module-health-metrics/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-244
0.9kb
0 deps

Outcome Tracker

observability/outcome

Records repair attempt outcomes with success rate, latency, and failure modes.

from CMPSBL · src/immune/outcome-tracker.ts
sealed at src/blocks/eng/outcome-tracker/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-245
0.7kb
0 deps

Immune Metrics Counters

observability/counters

Lightweight counter/gauge registry for immune-system metrics.

from CMPSBL · src/immune/metrics-counters.ts
sealed at src/blocks/eng/immune-metrics-counters/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-246
0.8kb
0 deps

Audit Log Ring

audit/ring

Capped FIFO audit log with structured event records and query by tag/range.

from CMPSBL · src/immune/audit-log-ring.ts
sealed at src/blocks/eng/audit-log-ring/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-247
1.1kb
0 deps

Secret Redactor

security/redact

Deep redaction of JWTs, bearer tokens, API keys, and secret-named fields in nested objects.

from CMPSBL · src/immune/secret-redactor.ts
sealed at src/blocks/eng/secret-redactor/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-248
1.0kb
0 deps

Adversarial Input Generator

security/fuzz

Catalog-driven fuzzing inputs: injection, overflow, encoding, unicode edge cases.

from CMPSBL · src/immune/adversarial-input-generator.ts
sealed at src/blocks/eng/adversarial-input-generator/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-249
0.9kb
0 deps

Pipeline Lineage Registry

lineage/pipeline

Stage-by-stage pipeline lineage with input/output hashes and provenance walk.

from CMPSBL · src/immune/pipeline-lineage-registry.ts
sealed at src/blocks/eng/pipeline-lineage-registry/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-250
1.1kb
0 deps

Escalation Pattern Miner

mining/escalation

Mines repeated escalation chains from event streams to surface systemic incidents.

from CMPSBL · src/immune/escalation-pattern-miner.ts
sealed at src/blocks/eng/escalation-pattern-miner/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-251
2.4kb
0 deps

Logic Synthesizer

synthesis/typescript

Generates self-contained TypeScript pipeline classes from a SynthesisContext. Inputs name + description + module + CJPI; emits a runnable class with per-primitive stage logic (40+ canonical modules wired). Zero-dep code generator — outputs compile under strict mode.

from CMPSBL · src/lib/export/logic-synthesizer.ts (TS path only; Python/Go bridges stripped)
sealed at src/blocks/eng/logic-synthesizer/index.ts
sealed · CMPSBL/export
ENGINE
ENG-252
1.0kb
0 deps

Circuit Breaker Registry

resilience/breaker

Multi-module circuit breaker registry with auto-heal probes and exponential backoff. Closed/open/half-open per module.

from CMPSBL · src/core/resilience/circuitBreakerRegistry.ts
sealed at src/blocks/eng/circuit-breaker-registry/index.ts
sealed · CMPSBL/core
ENGINE
ENG-253
1.3kb
0 deps

Event Backbone

bus/pubsub

Typed pub/sub bus with priority lanes, backpressure, and dead-letter queue. Zero-dep in-process event spine.

from CMPSBL · src/core/bus/eventBackbone.ts
sealed at src/blocks/eng/event-backbone/index.ts
sealed · CMPSBL/core
ENGINE
ENG-254
1.4kb
0 deps

Dependency Graph

graph/dag

DAG resolver with DFS cycle detection, BFS depth, topological order, and blast-radius impact analysis.

from CMPSBL · src/core/graph/dependencyGraph.ts
sealed at src/blocks/eng/dependency-graph/index.ts
sealed · CMPSBL/core
ENGINE
ENG-255
1.2kb
0 deps

Fingerprint Gate

verify/fingerprint

Deterministic FNV-1a structural fingerprint + artifact sealing. Detects any structural drift across builds.

from CMPSBL · src/lib/ascension-v2/fingerprint-gate.ts
sealed at src/blocks/eng/fingerprint-gate/index.ts
sealed · CMPSBL/ascension-v2
ENGINE
ENG-256
2.0kb
0 deps

Schema Validator

verify/schema

Generic per-executor schema validation with archetype classification (XSS, SQL, event-handler injection).

from CMPSBL · src/immune/schema-validator.ts
sealed at src/blocks/eng/schema-validator/index.ts
sealed · CMPSBL/immune
ENGINE
ENG-257
1.0kb
0 deps

Primitive Semantic Deduplicator

verify/dedup

Conservative Jaccard token-overlap deduplicator for catalog records. Merges near-duplicate primitive names without losing provenance.

from CMPSBL · src/lib/ascension/deduplication.ts
sealed at src/blocks/eng/primitive-semantic-deduplicator/index.ts
sealed · CMPSBL/ascension
ENGINE
ENG-258
1.3kb
0 deps

Ecosystem Synonym Detector

verify/drift

Cross-ecosystem capability clustering — maps synonyms like throttle/rate-limit/debounce across Python/Go/JS.

from CMPSBL · src/lib/ascension/semantic-drift.ts
sealed at src/blocks/eng/ecosystem-synonym-detector/index.ts
sealed · CMPSBL/ascension
ENGINE
ENG-259
2.2kb
0 deps

Structural Signature Library

verify/shape

Language-agnostic code-shape detector. Regex archetypes recognize handlers, registries, pipelines, breakers across stacks.

from CMPSBL · src/lib/ascension/structural-signatures.ts
sealed at src/blocks/eng/structural-signature-library/index.ts
sealed · CMPSBL/ascension
COMPONENT
CMP-044
0.4kb
0 deps

Sparkline

viz/sparkline

Tiny inline SVG trend chart. Pure, zero-dep.

from CMPSBL · src/components/ui/Sparkline.tsx
sealed at src/blocks/cmp/sparkline/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-045
0.7kb
0 deps

Focus Trap

a11y/focus

Traps keyboard focus within a container. Modal/dialog companion.

from CMPSBL · src/components/ui/FocusTrap.tsx
sealed at src/blocks/cmp/focus-trap/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-046
0.3kb
0 deps

Kbd

ui/keycap

Styled keyboard shortcut badge with separators.

from CMPSBL · src/components/ui/Kbd.tsx
sealed at src/blocks/cmp/kbd/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-047
0.3kb
0 deps

Skip Link

a11y/skip

Accessible skip-to-content anchor, visible on focus only.

from CMPSBL · src/components/ui/SkipLink.tsx
sealed at src/blocks/cmp/skip-link/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-048
0.5kb
0 deps

Empty State

ui/empty

Reusable zero-data placeholder with icon + action slot.

from CMPSBL · src/components/ui/EmptyState.tsx
sealed at src/blocks/cmp/empty-state/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-049
0.5kb
0 deps

TimeAgo

ui/relative-time

Human-readable relative time with optional live re-render.

from CMPSBL · src/components/ui/TimeAgo.tsx
sealed at src/blocks/cmp/time-ago/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-050
0.4kb
0 deps

Truncate

ui/truncate

Single-line truncation that auto-adds a title tooltip on overflow.

from CMPSBL · src/components/ui/Truncate.tsx
sealed at src/blocks/cmp/truncate/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-051
0.2kb
0 deps

Visually Hidden

a11y/sr-only

Screen-reader-only content wrapper.

from CMPSBL · src/components/ui/VisuallyHidden.tsx
sealed at src/blocks/cmp/visually-hidden/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-052
0.6kb
0 deps

Connection Status

net/online

Real-time online/offline indicator with toast + inline badge variants.

from CMPSBL · src/components/ui/ConnectionStatus.tsx
sealed at src/blocks/cmp/connection-status/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-053
0.7kb
0 deps

Content Skeleton

ui/skeleton

Shape-aware loading placeholders: Card / Hero / BlogCard / Table.

from CMPSBL · src/components/ui/ContentSkeleton.tsx
sealed at src/blocks/cmp/content-skeleton/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-054
0.8kb
0 deps

Rate Limit Feedback

ui/ratelimit

Global event-bus driven rate-limit banner with retry countdown.

from CMPSBL · src/components/ui/RateLimitFeedback.tsx
sealed at src/blocks/cmp/rate-limit-feedback/index.tsx
sealed · CMPSBL/ui
COMPONENT
CMP-055
0.6kb
0 deps

Back To Top

ui/scroll-fab

Floating FAB that appears after scroll threshold. rAF-throttled.

from CMPSBL · src/components/navigation/BackToTop.tsx
sealed at src/blocks/cmp/back-to-top/index.tsx
sealed · CMPSBL/navigation
COMPONENT
CMP-056
0.8kb
0 deps

Viewport Modal

ui/modal

Centered viewport modal with scroll lock, backdrop dismiss, and X close.

from CMPSBL · src/components/modal/ViewportModal.tsx
sealed at src/blocks/cmp/viewport-modal/index.tsx
sealed · CMPSBL/modal
COMPONENT
CMP-057
1.4kb
0 deps

Smart Toast

ui/toast

Anchor-aware toast system — pushes appear near the user's last pointer/key interaction instead of a fixed corner. Store + hook + renderer + tracker in one file. Zero deps beyond React.

from CMPSBL · src/components/toast/* + src/lib/ui/lastInteraction.ts
sealed at src/blocks/cmp/smart-toast/index.tsx
sealed · CMPSBL/toast
PRIMITIVE
PRM-014
1.5kb
0 deps

Redact Secrets

security/redact

Deep-walks any value masking JWTs, API key prefixes, base64 blobs, UUIDs, sensitive headers, URL params, and error objects. Circular-ref + depth guarded. Drop into any logger.

from CMPSBL · src/lib/defense/redact.ts
sealed at src/blocks/prm/redact-secrets/index.ts
sealed · CMPSBL/defense
ENGINE
ENG-275
2.2kb
0 deps

Anomaly Detector

defense/anomaly

Rate-spike + temporal + behavioral anomaly classifier fused into a single risk score with recommended action (allow/monitor/challenge/block). Bounded in-memory; pure.

from CMPSBL · src/lib/defense/anomalyDetector.ts
sealed at src/blocks/eng/anomaly-detector/index.ts
sealed · CMPSBL/defense
ENGINE
ENG-276
1.6kb
0 deps

Bot Fingerprint

defense/bot

Client-side headless/automation detector + non-invasive browser fingerprint + passive interaction tracker. Reporter-agnostic — emits signals, you decide where they go.

from CMPSBL · src/lib/defense/site-guard.ts (supabase reporting stripped)
sealed at src/blocks/eng/bot-fingerprint/index.ts
sealed · CMPSBL/defense
ENGINE
ENG-260
2.6kb
0 deps

Dream Synthesizer

memory/consolidation

Offline memory consolidation engine — decay → prune → strengthen → merge. The DREAM primitive's heart: turns raw experience traces into compacted long-term memory.

from CMPSBL · src/lib/dream/synthesizer.ts
sealed at src/blocks/eng/dream-synthesizer/index.ts
sealed · CMPSBL/dream
ENGINE
ENG-261
0.5kb
0 deps

Ring Buffer

substrate/buffer

Fixed-capacity circular buffer. O(1) push, O(n) drain. Zero allocation after warmup.

from CMPSBL · src/lib/substrate/ring-buffer.ts
sealed at src/blocks/eng/ring-buffer/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-262
0.8kb
0 deps

Bloom Filter

substrate/probabilistic

Space-efficient set membership with tunable false-positive rate. FNV-1a + double hashing.

from CMPSBL · src/lib/substrate/bloom-filter.ts
sealed at src/blocks/eng/bloom-filter/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-263
0.6kb
0 deps

Semaphore

substrate/concurrency

Async counting semaphore for bounding parallelism. acquire/release with FIFO waiters.

from CMPSBL · src/lib/substrate/semaphore.ts
sealed at src/blocks/eng/semaphore/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-264
1.0kb
0 deps

Idempotency Keys

substrate/idempotency

withIdempotency() — same key returns cached result, concurrent callers await the in-flight promise. TTL-gc'd.

from CMPSBL · src/lib/substrate/idempotency.ts
sealed at src/blocks/eng/idempotency-keys/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-265
0.7kb
0 deps

Request Coalescer

substrate/coalesce

Collapses concurrent identical requests into a single in-flight promise. Stampede protection.

from CMPSBL · src/lib/substrate/request-coalescer.ts
sealed at src/blocks/eng/request-coalescer/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-266
0.8kb
0 deps

Retry Budget

substrate/retry

Token-bucket retry governor. Prevents retry storms by capping retries against a refilling budget.

from CMPSBL · src/lib/substrate/retry-budget.ts
sealed at src/blocks/eng/retry-budget/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-267
1.1kb
0 deps

Priority Queue

substrate/scheduler

Binary-heap task scheduler with optional deadlines. Higher priority first; expired items dropped.

from CMPSBL · src/lib/substrate/priority-queue.ts
sealed at src/blocks/eng/priority-queue/index.ts
sealed · CMPSBL/substrate
ENGINE
ENG-268
1.2kb
0 deps

Capability Output Normalizer

mesh/capability

Normalizes heterogeneous capability outputs into a common shape — strips nondeterminism, unifies error envelopes.

from CMPSBL · src/lib/capability-mesh/output-normalizer.ts
sealed at src/blocks/eng/capability-output-normalizer/index.ts
sealed · CMPSBL/capability-mesh
ENGINE
ENG-269
1.0kb
0 deps

Capability Confidence Tracker

mesh/capability

Bayesian confidence accumulator per capability — tracks success/failure to bias future routing.

from CMPSBL · src/lib/capability-mesh/confidence-tracker.ts
sealed at src/blocks/eng/capability-confidence-tracker/index.ts
sealed · CMPSBL/capability-mesh
ENGINE
ENG-270
1.1kb
0 deps

Capability Invocation Guards

mesh/capability

Pre-flight guards: arg-shape check, rate cap, dependency readiness, kill-switch — blocks bad invocations before they run.

from CMPSBL · src/lib/capability-mesh/invocation-guards.ts
sealed at src/blocks/eng/capability-invocation-guards/index.ts
sealed · CMPSBL/capability-mesh
ENGINE
ENG-271
0.9kb
0 deps

Dream Generation Gate

memory/safety

Enforces generation-depth limits on synthesized memories to prevent semantic drift across dream cycles.

from CMPSBL · src/lib/dream/generation-gate.ts
sealed at src/blocks/eng/dream-generation-gate/index.ts
sealed · CMPSBL/dream
ENGINE
ENG-272
1.0kb
0 deps

Intent Quality Scorer

mesh/intent

Pure scoring function over intent rows — specificity, completeness, actionability. Rows in, scores out.

from CMPSBL · src/lib/intent-mesh/quality-scorer.ts
sealed at src/blocks/eng/intent-quality-scorer/index.ts
sealed · CMPSBL/intent-mesh
ENGINE
ENG-273
1.2kb
0 deps

Intent Affinity Matrix

mesh/intent

Builds intent × intent co-occurrence matrix with Jaccard similarity for clustering related goals.

from CMPSBL · src/lib/intent-mesh/affinity-matrix.ts
sealed at src/blocks/eng/intent-affinity-matrix/index.ts
sealed · CMPSBL/intent-mesh
ENGINE
ENG-274
1.4kb
0 deps

Intent Pattern Recognizer

mesh/intent

Recognizes recurring intent sequences (workflow templates) from historical row streams. Pure functional pipeline.

from CMPSBL · src/lib/intent-mesh/pattern-recognizer.ts
sealed at src/blocks/eng/intent-pattern-recognizer/index.ts
sealed · CMPSBL/intent-mesh
ENGINE
ENG-277
2.8kb
0 deps

Bayesian Network

oracle/inference

Multi-variable inference engine — define nodes, edges, conditional probability tables, then apply evidence and propagate belief through the DAG via BFS. Self-calibrating confidence.

from CMPSBL · src/lib/oracle/ultimate/bayesianNetwork.ts
sealed at src/blocks/eng/bayesian-network/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-278
2.4kb
0 deps

Trend Forecaster

oracle/timeseries

EMA + linear regression + Z-score anomaly + daily/weekly seasonality detection. Three-horizon forecasts (5min/1hr/24hr) with confidence intervals.

from CMPSBL · src/lib/oracle/ultimate/trendForecaster.ts
sealed at src/blocks/eng/trend-forecaster/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-279
2.6kb
0 deps

Scenario Simulator

oracle/montecarlo

Monte Carlo what-if engine with Welford running-variance early termination. Pluggable model fn, seeded PRNG, full distributions + CI90/95/99.

from CMPSBL · src/lib/oracle/ultimate/scenarioSimulator.ts
sealed at src/blocks/eng/scenario-simulator/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-280
2.0kb
0 deps

Early Warning

oracle/convergence

Multi-source signal convergence detector — when 3+ weak signals from 2+ sources align in a category, issue a graded warning (advisory→imminent) with horizon.

from CMPSBL · src/lib/oracle/ultimate/earlyWarning.ts
sealed at src/blocks/eng/early-warning/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-281
2.5kb
0 deps

Causal Inference

oracle/causality

Pearson + Granger-proxy bidirectional tests + counterfactual reasoning over causal DAGs. Distinguishes forward / bidirectional / confounded relationships.

from CMPSBL · src/lib/oracle/ultimate/causalInference.ts
sealed at src/blocks/eng/causal-inference/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-282
1.6kb
0 deps

Risk Matrix

oracle/risk

Real-time probability × impact scoring across arbitrary node IDs, graded negligible→critical. Per-category breakdown + hot-spot detection.

from CMPSBL · src/lib/oracle/ultimate/riskMatrix.ts
sealed at src/blocks/eng/risk-matrix/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-283
2.2kb
0 deps

Prediction Market

oracle/ensemble

Competing prediction models bid on outcomes; ensemble = credibility × confidence weighted average. EMA-updated credibility, auto-retire below threshold.

from CMPSBL · src/lib/oracle/ultimate/predictionMarket.ts
sealed at src/blocks/eng/prediction-market/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-284
2.0kb
0 deps

BM25 Engine

brain/retrieval

Okapi BM25 ranked retrieval — term-frequency saturation + IDF + length normalization. BM25Index class, drop-in for any text corpus. Tokenizer + stopwords inlined.

from CMPSBL · src/lib/brain/bm25Engine.ts (shared.ts inlined)
sealed at src/blocks/eng/bm25-engine/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-285
1.8kb
0 deps

Hebbian Pathways

brain/co-access

Co-access pattern detector — neurons that fire together wire together. EMA-weighted pathway strengthening within a sliding window, predictive pre-fetch, temporal decay.

from CMPSBL · src/lib/brain/hebbianPathways.ts (singleton stripped)
sealed at src/blocks/eng/hebbian-pathways/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-286
2.4kb
0 deps

Sparse Distributed Rep

brain/encoding

Biologically-inspired SDR encoding — 2048-bit vectors at ~2% sparsity via FNV-1a trigram + word hashing. Noise-tolerant overlap similarity + sub-pattern matching for partial recall.

from CMPSBL · src/lib/brain/sparseDistributedRep.ts (singleton stripped)
sealed at src/blocks/eng/sparse-distributed-rep/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-287
2.2kb
0 deps

Contradiction Detector

brain/conflict

Three-strategy text conflict detector: semantic negation/antonym asymmetry, numeric divergence (same-unit), temporal supersession. Resolve via supersede/merge/coexist/flag. Tokenizer inlined.

from CMPSBL · src/lib/brain/contradictionDetector.ts (shared.ts inlined, singleton stripped)
sealed at src/blocks/eng/contradiction-detector/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-288
2.0kb
0 deps

Neural Plasticity

brain/meta-learning

Meta-learning rate governor — tracks outcome success/novelty/impact to flip between exploration / consolidation / balanced / protective modes. Prevents catastrophic forgetting AND stagnation.

from CMPSBL · src/lib/brain/neuralPlasticity.ts (singleton stripped)
sealed at src/blocks/eng/neural-plasticity/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-289
1.7kb
0 deps

Working Memory

brain/attention

Capacity-bounded attention buffer (Miller's 7±2) with priority-based eviction, time decay, context focus, and rehearsal. The short-term context window every reasoning agent needs.

from CMPSBL · src/lib/brain/workingMemory.ts (singleton stripped)
sealed at src/blocks/eng/working-memory/index.ts
sealed · CMPSBL/brain
ENGINE
ENG-290
2.3kb
0 deps

Prescriptive Engine

oracle/action

Ranked action recommendations with expected ROI × confidence × (1-risk) × priority composite scoring. TTL expiry, accept/reject/execute lifecycle, outcome tracking, adoption rate.

from CMPSBL · src/lib/oracle/ultimate/prescriptiveEngine.ts (singleton stripped)
sealed at src/blocks/eng/prescriptive-engine/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-291
2.1kb
0 deps

Prophecy Journal

oracle/calibration

Immutable prediction ledger with Brier-score calibration: bucketed 'when we say 80%, are we right 80% of the time?' analysis, per-category accuracy, best/worst model surfacing.

from CMPSBL · src/lib/oracle/ultimate/prophecyJournal.ts (singleton stripped)
sealed at src/blocks/eng/prophecy-journal/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-292
1.9kb
0 deps

Capacity Planner

oracle/exhaustion

Resource exhaustion projection via linear regression on usage samples. R²-weighted confidence, growth-per-hour, graded urgency (safe→critical) with scaling recommendation.

from CMPSBL · src/lib/oracle/ultimate/capacityPlanner.ts (singleton stripped)
sealed at src/blocks/eng/capacity-planner/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-293
1.6kb
0 deps

Oracle Telemetry

oracle/observability

Aggregate health snapshot for any prediction stack — throughput, accuracy EMA, calibration drift, lead time, adoption, model credibility, risk, composite health score.

from CMPSBL · src/lib/oracle/ultimate/oracleTelemetry.ts (singleton stripped)
sealed at src/blocks/eng/oracle-telemetry/index.ts
sealed · CMPSBL/oracle
ENGINE
ENG-294
5.0kb
0 deps

Defense Guardrail Kernel

defense/governance

Composed governance kernel for adaptive defense: proposal gate + threshold clamping (bounds/delta/cooldown/confirmations) + traffic-spike freeze + shadow-mode validation (simulate→approve, auto-rollback on FP degrade) + immunity sandbox + rate-limited logger with pluggable sink. Ships the whole 7-file phase stack as one block — these phases share state by design.

from CMPSBL · src/lib/defense/guardrail/* (logger decoupled from structuredLog, proposal-store spike-state de-duplicated)
sealed at src/blocks/eng/defense-guardrail/index.ts
sealed · CMPSBL/defense
PRIMITIVE
PRM-036
1.4kb
0 deps

Consonant Skeleton

phonotactics/text

The phonotactic math under brandable naming. Vowel strip, phonetic key, ending extraction, CV-rhythm score, pronounceability (configurable phoneme clusters), ugly-run detection, root-anchor check. Pure, zero deps — the DNA behind CRCKBL / CMPSBL / BLDBL itself.

from CRCKBL · src/lib/domain-utils.ts + scoring-engine.ts (phonotactic core extracted, hardcoded ending lists hoisted to caller)
sealed at src/blocks/prm/consonant-skeleton/index.ts
sealed · CRCKBL/juniors
PRIMITIVE
PRM-037
0.4kb
0 deps

Domain Utils

naming/dns

RFC-ish domain label validation, parse, TLD variant cross-product, DNS-length check. Pure functions for any naming/availability flow.

from CRCKBL · src/lib/domain-utils.ts
sealed at src/blocks/prm/domain-utils/index.ts
sealed · CRCKBL/juniors
PRIMITIVE
PRM-038
2.6kb
0 deps

Speech Baritone

audio/voice

Web Speech utterance dressed in a smoky WebAudio reverb bed. Baritone voice picker (lowest-sounding male English voice the OS exposes), convolved noise-tail wash, sub-rumble. For AI agent voicing, character monologue, ambient narration. Zero assets.

from CRCKBL · src/lib/dons-voice.ts (family-sfx coupling stripped, options exposed)
sealed at src/blocks/prm/speech-baritone/index.ts
sealed · CRCKBL/juniors
COMPONENT
CMP-058
1.0kb
0 deps

Panel Boundary

react/error

Defensive error boundary for dashboard panels. A 20-panel dashboard can't afford one crash to white-screen the page. Catches, contains, retries; pluggable fallback + onError reporter (Sentry/console/etc).

from CRCKBL · src/components/PanelBoundary.tsx (onError + fallback hooks added)
sealed at src/blocks/cmp/panel-boundary/index.tsx
sealed · CRCKBL/juniors
COMPONENT
CMP-059
3.2kb
1 deps

Verdict Flash

react/feedback

Cinematic stamp-and-particles flash for binary verdicts. Two variants — success (solid stamp + rising bills + optional ticker) and fail (struck stamp + drifting ash). Generic label/subline/footnote API, --primary/--destructive tokens, ~1100ms total so it never blocks rapid input. For swipe decks, approval flows, gamified review.

from CRCKBL · src/components/VerdictFlash.tsx (audio coupling stripped, props genericized from made/whacked → success/fail)
sealed at src/blocks/cmp/verdict-flash/index.tsx
sealed · CRCKBL/juniors
ENGINE
ENG-295
4.0kb
1 deps

Brandable Namer

naming/generator

Generate + score consonant-skeleton brand candidates. Configurable ending lanes (collapse/role/experimental/disallowed), starting clusters, phoneme set, length band. Scoring: ending bonus + length curve + phonetic quality (cluster + CV rhythm − ugly runs) + curved rarity + dictionary bonus + Z root-anchor penalty. The naming DNA behind CRCKBL/CMPSBL/BLDBL — extracted and parameterized. Depends on PRM · consonant-skeleton.

from CRCKBL · src/lib/consonant-collapse-generator.ts + scoring-engine.ts (CRCKBL-specific endings hoisted to NamerConfig, supabase-coupled cleaner pipeline cut)
sealed at src/blocks/eng/brandable-namer/index.ts
sealed · CRCKBL/juniors
PRIMITIVE
PRM-039
1.2kb
0 deps

Broadcast Clock

time/station

Single source of truth for 'what time is it on the air' — TZ-anchored station clock with hour/minute, spoken format ('6:04 pm CDT'), daypart bucketing, top-of-hour windows, and per-channel cadence ledger (localStorage). Pure Intl, SSR-safe.

from yapFM · src/lib/clockless-radio/station-clock.ts (Abilene/CST constants + DJ phrase pool extracted to options)
sealed at src/blocks/prm/broadcast-clock/index.ts
sealed · yapFM/clockless-radio
PRIMITIVE
PRM-040
0.6kb
0 deps

Quiet Hours Gate

time/window

Wall-clock 'quiet window' check — true iff right now (in a configured TZ) falls inside a [start,end) minute-of-day window. Wraps midnight. Caller owns config loading; block just gates.

from yapFM · src/lib/clockless-radio/quiet-hours.ts (Supabase fetch + ET-locked TZ stripped)
sealed at src/blocks/prm/quiet-hours-gate/index.ts
sealed · yapFM/clockless-radio
ENGINE
ENG-296
1.4kb
0 deps

Slot Transitions

media/transitions

Serial transition matrix for sequenced media — (prev, next) slot pair → params (mode + fade times + duck dB + pad). Default ruleset models FM-style handoff (music↔voice↔ad↔bumper↔sweep↔news↔weather); rule table is pluggable for any domain (video editor, game audio, IVR). No overlap mixing by design.

from yapFM · src/lib/clockless-radio/{transitions,slot-scheduler}.ts (merged; canon citations dropped; rules pluggable)
sealed at src/blocks/eng/slot-transitions/index.ts
sealed · yapFM/clockless-radio
ENGINE
ENG-297
1.3kb
0 deps

Air Lock

concurrency/mutex

Global 'exclusive air' mutex with pre-roll lockout + post-roll pad. Prevents low-pri output (TTS, ambient bed) from talking over a high-pri owner (ad, callout, emergency). acquire/release + isExclusive + whenAirFree(timeout) promise gate.

from yapFM · src/lib/clockless-radio/air-lock.ts (owner-kind union genericized; pre/post-roll configurable)
sealed at src/blocks/eng/air-lock/index.ts
sealed · yapFM/clockless-radio
ENGINE
ENG-298
0.9kb
0 deps

Loudness Trim

audio/gain

Heuristic per-item linear gain so heterogeneous audio sources sit at the same perceived level. Pluggable rule table (id prefix, field match, custom). Returns [0,1] for a GainNode. Per-item gainTrim override always wins.

from yapFM · src/lib/clockless-radio/loudness.ts (track-id prefixes + remixStyle enum hoisted into pluggable rules)
sealed at src/blocks/eng/loudness-trim/index.ts
sealed · yapFM/clockless-radio
ENGINE
ENG-299
1.3kb
0 deps

Bucket Mix Enforcer

scheduling/mix

Reorders any list so rolling N-item windows respect a target bucket distribution (e.g. 70/20/10). Greedy: picks bucket furthest below quota. Generic getBucket fn — works for playlist energy mix, feed category mix, ad sponsor mix, search interleaving.

from yapFM · src/lib/clockless-radio/energy-mix.ts (core/elevated/deep hoisted; localStorage layer cut)
sealed at src/blocks/eng/bucket-mix-enforcer/index.ts
sealed · yapFM/clockless-radio
ENGINE
ENG-300
2.4kb
0 deps

Deterministic Broadcast

sync/clockless

'Always-on virtual broadcast' kernel — every listener hears the same item at the same position with zero server. Seeded shuffle + wall-clock math against a configurable epoch (default: daily UTC midnight). getBroadcastPosition() returns current item + offset + msToNext, same on every client. Foundation for a radio station, live channel, synchronized demo, virtual event.

from yapFM · src/lib/clockless-radio/broadcast-sync.ts (channel/founder/Annie/grandma weave logic stripped — that's app scheduling; kernel = seeded-shuffle + wall-clock-position)
sealed at src/blocks/eng/deterministic-broadcast/index.ts
sealed · yapFM/clockless-radio
PRIMITIVE
PRM-041
1.0kb
0 deps

Time-Decay Ladder

time/state-machine

Generic time-decay state machine. Items pass through caller-defined stages as they age, with optional touch-pause, slow-event, and score modifiers. Drop-in for ephemeral feeds, expiring listings, ticket SLAs, inventory freshness — anything where 'how stale?' maps to 'what state to render?'. Ships with a 30-day 5-stage preset; pair with PRM-012 text-decay for visual glitch tied to stage.

from RSLVBL · src/lib/decay.ts (transmission/echo/boost vocabulary genericized to touch/slow/score; corruption stripped — already lives in PRM-012)
sealed at src/blocks/prm/time-decay-ladder/index.ts
sealed · RSLVBL/transmissions
COMPONENT
CMP-060
0.6kb
1 deps

Animated List

react/motion

Staggered enter/exit list with layout shuffling via Framer Motion's AnimatePresence + popLayout. Pure wrapper — pass children, get motion. Default variants are overridable.

from RSLVBL · src/components/AnimatedList.tsx (any-cast removed, variants made overridable)
sealed at src/blocks/cmp/animated-list/index.tsx
sealed · RSLVBL/transmissions
COMPONENT
CMP-061
0.4kb
1 deps

Page Transition

react/motion

Minimal opacity+slide route transition. Wrap route content; pair with <AnimatePresence mode='wait'> at the router level for exit animations.

from RSLVBL · src/components/PageTransition.tsx (variants prop added)
sealed at src/blocks/cmp/page-transition/index.tsx
sealed · RSLVBL/transmissions
COMPONENT
CMP-062
0.7kb
1 deps

New-Items Banner

react/feedback

Floating 'N new items' pill for realtime feeds. Renders nothing at count=0. Caller owns the count source (websocket diff, polling delta, realtime subscription) and the refresh action. Zero UI-kit coupling — icon slots only.

from RSLVBL · src/components/NewTransmissionBanner.tsx (shadcn Button + lucide Radio/Chevron decoupled into icon slots; transmission noun → generic)
sealed at src/blocks/cmp/new-items-banner/index.tsx
sealed · RSLVBL/transmissions
COMPONENT
CMP-063
1.0kb
0 deps

Search-Filter Bar

react/input

Search input + toggleable tag-chip filter row + clear-all. Fully controlled. Zero shadcn/lucide coupling — accepts optional icon slots and per-tag active/inactive class overrides so the host owns styling.

from RSLVBL · src/components/TransmissionSearch.tsx (Input/Button/Badge/cn dependencies removed; era-specific color maps replaced with caller-supplied per-tag classes)
sealed at src/blocks/cmp/search-filter-bar/index.tsx
sealed · RSLVBL/transmissions
ENGINE
ENG-301
1.4kb
0 deps

SSO Handoff Client

auth/satellite

Cross-domain SSO handoff for satellite tools that delegate auth to a hub app. Hub redirects with ?token=… → satellite validates against hub's introspection endpoint → satellite stores a scoped sessionStorage session. No Supabase/Lovable coupling — caller injects authUrl, validateUrl, toolKey. Factory pattern; spin up one client per hub you delegate to.

from RSLVBL · src/lib/xctbl-auth.ts (XCTBL URLs + Supabase Functions URL + tool key all hoisted to config; singleton → factory; SSR-safe window guards added)
sealed at src/blocks/eng/sso-handoff-client/index.ts
sealed · RSLVBL/transmissions
PRIMITIVE
PRM-042
0.5kb
0 deps

Use SSO Handoff

react/hook

React hook companion for ENG-301. Wraps an injected handoff client: calls init() once on mount, exposes session/user/loading/isAuthenticated, returns login/logout actions. Client is injected (not constructed inside) so an app can share one client, configure multiple hubs, or swap a mock for tests.

from RSLVBL · src/hooks/useXCTBLAuth.ts (singleton xctblAuth import replaced with injected client param; SSR-safe initial state)
sealed at src/blocks/prm/use-sso-handoff/index.ts
sealed · RSLVBL/transmissions
PRIMITIVE
PRM-043
0.9kb
0 deps

Phonetic Degrade

text/degrade

Weighted phonetic-substitution engine. Degrades English via swap table (silent letters, vowel collapse, ending simplification) preserving case and a per-word cap. Default table + injectable swaps + injectable RNG. Useful for dialect/pidgin, settler-talk, distressed signage, procedural typos.

from SPLCBL · src/lib/phonetic-misspell.ts (Martian/lore framing stripped; swap table and RNG hoisted to options)
sealed at src/blocks/prm/phonetic-degrade/index.ts
sealed · SPLCBL/lib
PRIMITIVE
PRM-044
0.5kb
0 deps

Toast Loading Keys

ui/toast-lifecycle

Keyed loading-toast lifecycle. Each key holds at most one active loading toast; starting a new one for the same key dismisses the previous. Adapter interface — works with sonner, react-hot-toast, or any lib with loading()/dismiss(id).

from SPLCBL · src/lib/splcbl-toast.ts (themed/lore copy stripped; sonner import replaced with injected ToastAdapter)
sealed at src/blocks/prm/toast-loading-keys/index.ts
sealed · SPLCBL/lib
PRIMITIVE
PRM-045
1.5kb
0 deps

Ambient Music Channel

react/audio-context

Autoplay-safe background music React provider. Persisted enable-state, mobile-gesture resume, bounded retry recovery, MediaSession metadata for iOS lock-screen / Dynamic Island. Caller supplies src + storageKey + optional metadata — zero hardcoded assets.

from SPLCBL · src/contexts/AudioContext.tsx (hardcoded /audio path, branded metadata, and storage key all hoisted to props; SPLCBL branding removed)
sealed at src/blocks/prm/ambient-music-channel/index.tsx
sealed · SPLCBL/contexts
COMPONENT
CMP-064
0.5kb
0 deps

Neon Sign

ui/label

Tiny neon-glow label with eight stock hues, three sizes, optional absolute corner placement, optional pulse-flicker. Tailwind-only, zero deps, zero shadcn coupling. Drops into any React/Vite project.

from SPLCBL · src/components/NeonSign.tsx (cn helper inlined; HSL custom-property fallbacks swapped for raw hex so it works without the SPLCBL theme tokens)
sealed at src/blocks/cmp/neon-sign/index.tsx
sealed · SPLCBL/components
COMPONENT
CMP-065
0.7kb
0 deps

Diff Modal

ui/diff-overlay

Unified-diff preview overlay. Color-codes +/- lines, optional download action, optional footer slot for custom actions. Self-contained — no shadcn Card/Button dependencies, just semantic tokens.

from SPLCBL · src/components/FixDiffPreview.tsx (Card/Button/ScrollArea/lucide deps stripped; backdrop-click-to-close added)
sealed at src/blocks/cmp/diff-modal/index.tsx
sealed · SPLCBL/components
COMPONENT
CMP-066
0.5kb
0 deps

Infinite Ticker

ui/scroller

Auto-scrolling horizontal ticker. Framer Motion strip translates leftward on infinite loop with configurable distance + duration. Caller supplies items + render fn.

from SPLCBL · src/components/district/CultureMarketFeed.tsx (CultureTicker extracted; lore/icon coupling removed; generic render-prop API)
sealed at src/blocks/cmp/infinite-ticker/index.tsx
sealed · SPLCBL/components
COMPONENT
CMP-067
0.6kb
0 deps

Ambient Quote

ui/fragment

Decorative text fragment pulled from a caller-supplied pool. Five rendering variants (graffiti, scan-note, corrupted, whisper, warning). Deterministic seed or random selection. Fades in on viewport intersect. aria-hidden by default.

from SPLCBL · src/components/district/ProphecyGraffiti.tsx (hardcoded prophecy pools removed; format function injectable)
sealed at src/blocks/cmp/ambient-quote/index.tsx
sealed · SPLCBL/components
COMPONENT
CMP-068
1.2kb
0 deps

Signal Heatmap

viz/density-map

Interactive 2D density map. Nodes plotted by % coordinates with pulsing glow rings, hover/focus tooltip, keyboard activation (Enter/Space toggles focus-lock). Generic over level type; caller supplies node list, level→color resolver, optional tooltip renderer.

from SPLCBL · src/components/district/SignalHeatmap.tsx (DreamInfluence context dependency removed; hardcoded intensity color buckets replaced with a levelColor resolver prop)
sealed at src/blocks/cmp/signal-heatmap/index.tsx
sealed · SPLCBL/components
PRIMITIVE
PRM-046
1.6kb
0 deps

UI Glitch Engine

react/ui-noise

Generic UI-noise hook. Five glitch types (offset / weight / lag / flash / stereoShift) with timed apply + partial decay, plus ambient auto-glitches driven by an intensity 0-1. Flash symbol pool is caller-injected — no embedded glyphs. Drop into any app that wants computer-going-wrong vibes.

from RCKBL · src/hooks/usePsychologicalEffects.ts (HIDDEN_SYMBOLS hoisted to prop; consumption/exit/watcher-specific trigger helpers dropped — caller composes from applyGlitch)
sealed at src/blocks/prm/ui-glitch-engine/index.ts
sealed · RCKBL/dream-eater
PRIMITIVE
PRM-047
1.4kb
0 deps

Use Visit Tracking

react/storage

Local-only visit counter. Tracks total visits, session detection via sessionStorage, abrupt-exit flag (beforeunload + visibilitychange), and a derived 0-1 degradation level. Caller picks storage key + degradation ramp. SSR-safe.

from RCKBL · src/hooks/useVisitTracking.ts (rckbl_* keys → caller-configured; hardcoded ramp → injectable degradationRamp)
sealed at src/blocks/prm/use-visit-tracking/index.ts
sealed · RCKBL/dream-eater
PRIMITIVE
PRM-048
1.3kb
0 deps

Use Edge Shadows

react/ambient

Spawns ephemeral 'presence' entities at screen edges with fade-in / drift / fade-out / despawn lifecycle. Returns positions + stereo balance for sound panning. Pair with CMP-069 edge-shadows renderer.

from RCKBL · src/hooks/useWatcherPresence.ts (entityState/degradation collapsed into a single intensity prop)
sealed at src/blocks/prm/use-edge-shadows/index.ts
sealed · RCKBL/dream-eater
PRIMITIVE
PRM-049
1.1kb
0 deps

Use Voice Transcription

react/media

MediaRecorder hook with caller-injected transcription adapter. Webm preferred, mp4 fallback. Adapter is (blob, mime) => Promise<string|null>, so swap any provider (Whisper, Gemini, Lovable AI, local Web Speech).

from RCKBL · src/hooks/useVoiceRecording.ts (Supabase Functions invoke → injected transcribe adapter)
sealed at src/blocks/prm/use-voice-transcription/index.ts
sealed · RCKBL/dream-eater
ENGINE
ENG-302
1.0kb
0 deps

Dialogue Rotator

narrative/lines

Pure mood-keyed line player with no-repeat memory until pool exhausts. Optional mid-thought truncation. Lines, moods, and selection strategy are entirely caller-owned. Zero React; pair with PRM-050 for the React surface.

from RCKBL · src/hooks/useEntityDialogue.ts (DIALOGUE_PACKS extracted to caller; React state/timing split into PRM-050)
sealed at src/blocks/eng/dialogue-rotator/index.ts
sealed · RCKBL/dream-eater
PRIMITIVE
PRM-050
0.9kb
1 deps

Use Dialogue Rotator

react/hook

React hook companion for ENG-302. Owns timing, jitter, and visibility lifecycle of a single rotating speech bubble. Caller passes a DialogueRotator instance plus a mood per show() call. Closes the ENG+hook pair.

from RCKBL · src/hooks/useEntityDialogue.ts (React surface)
sealed at src/blocks/prm/use-dialogue-rotator/index.ts
sealed · RCKBL/dream-eater
COMPONENT
CMP-069
0.9kb
0 deps

Edge Shadows

ui/ambient-overlay

Fixed-position pointer-blind overlay rendering soft radial gradients at viewport edges, with edge vignette. Renderer for PRM-048. Color themed via --edge-shadow CSS var or color prop.

from RCKBL · src/components/WatcherOverlay.tsx (hsla purple → themed color var; cn/Tailwind → inline style for zero-dep portability)
sealed at src/blocks/cmp/edge-shadows/index.tsx
sealed · RCKBL/dream-eater
COMPONENT
CMP-070
0.5kb
0 deps

One Frame Flash

ui/subliminal

Single-frame full-screen glyph/text flash for subliminal triggers. Nothing renders when symbol is null. Color + glow are caller-themed. Self-contained keyframes; zero deps.

from RCKBL · src/components/SymbolFlash.tsx (Tailwind/cn stripped; color and glow hoisted to props)
sealed at src/blocks/cmp/one-frame-flash/index.tsx
sealed · RCKBL/dream-eater
COMPONENT
CMP-071
1.0kb
0 deps

Floating Speech

ui/speech-bubble

Fixed-position floating speech text — splits long content into 2 lines, supports jitter offset, optional glitch-style RGB chromatic shadow, configurable vertical anchor. Pairs with PRM-050 for full dialogue UI.

from RCKBL · src/components/EntitySpeech.tsx (Tailwind classes + creature-specific positioning → inline style + anchorTopPct prop; degradation drift dropped — handle via jitter prop)
sealed at src/blocks/cmp/floating-speech/index.tsx
sealed · RCKBL/dream-eater
COMPONENT
CMP-072
1.5kb
0 deps

Exit Consequence Splash

ui/interstitial

Full-screen interstitial fired on exit attempts. Black flash, vignette compression, vertical distortion sweep, fragmented per-word letter-spacing on the centered text, optional Web-Audio echo. Caller owns the text words + duration. Joins the splash family (RNDRBL family).

from RCKBL · src/components/ExitSplash.tsx (hardcoded 'That one stayed.' → caller words[]; audio echo made opt-out; Tailwind stripped)
sealed at src/blocks/cmp/exit-consequence-splash/index.tsx
sealed · RCKBL/dream-eater
PRIMITIVE
PRM-051
1.6kb
0 deps

Ambient Drone

audio/synth

Oscillator-stack ambient drone with per-voice lowpass warmth, detuning, master LFO, fade in/out and a built-in AnalyserNode. Default A1/E2/A2/E3 power-chord voicing; override voices for any sustained pad. Engine owns its AudioContext (or accepts an injected one to share with whoosh-fx).

from CRXBL · src/hooks/usePortalAudio.ts (drone half extracted, hook→factory)
sealed at src/blocks/prm/ambient-drone/index.ts
sealed · CRXBL/portal
PRIMITIVE
PRM-052
1.4kb
0 deps

Whoosh FX

audio/oneshot

Profile-driven one-shot whoosh: noise→bandpass sweep + sub-bass pitch drop + shimmer + optional extra layer (ramp or stepped frequency schedule). Ships four named presets (core/social/media/tiktok). Accepts an optional outputNode so an analyser sees the one-shots too.

from CRXBL · src/hooks/usePortalAudio.ts (whoosh half extracted, category enum → profile config)
sealed at src/blocks/prm/whoosh-fx/index.ts
sealed · CRXBL/portal
PRIMITIVE
PRM-053
1.4kb
0 deps

Heartbeat Tracker

analytics/presence

Accurate 'live now' presence signal. Pings injected `send(payload)` every interval (default 30s) when tab is visible, user has interacted, and not idle (default 60s timeout). Cross-tab session ID via localStorage with private-mode fallback. Listens to mouse/key/scroll/touch + visibilitychange + focus. Caller owns transport (fetch+keepalive, sendBeacon, RPC) and extra payload fields.

from Signal.XCTBL · src/hooks/useHeartbeat.ts (collector URL + domain coupling → injected send fn + extra fields; session key configurable)
sealed at src/blocks/prm/heartbeat-tracker/index.ts
sealed · Signal.XCTBL/collector
PRIMITIVE
PRM-054
0.6kb
0 deps

Date-Range Presets

time/range

Headless date-range primitive for dashboards. Pure date math — no UI, no shadcn. Preset union (today/yesterday/last7/14/30/90/alltime) → {start,end}, preset → comparison preset, and 'previous period of equal duration' from any range. Bundled full + short labels. Pair with any picker.

from Signal.XCTBL · src/components/dashboard/DateRangeFilter.tsx (shadcn Dropdown UI stripped; presets/labels/range math hoisted; last90days added; getPreviousRange added)
sealed at src/blocks/prm/date-range-presets/index.ts
sealed · Signal.XCTBL/dashboard
PRIMITIVE
PRM-055
0.7kb
0 deps

Traffic Source Classifier

analytics/referrer

Bucket a referrer URL into a source category (search/social/community/direct/other) via pluggable hostname-substring rules. Default ruleset covers Google/Bing/DDG, X/LinkedIn/TikTok/Bsky/Mastodon, Reddit/HN/PH/Discord. Pair with any event store: `classifyReferrer(url)` or `aggregateReferrers(list)` → counts-by-type + topHosts.

from Signal.XCTBL · src/hooks/useRealtimeAnalytics.ts (inline regex categorization extracted; rules made pluggable; community/social hosts expanded)
sealed at src/blocks/prm/traffic-source-classifier/index.ts
sealed · Signal.XCTBL/dashboard
PRIMITIVE
PRM-056
1.3kb
0 deps

Session Aggregator

analytics/sessions

Compute classic dashboard metrics from a flat event stream `{sessionId, ts, eventName, path?}`: pageviews, uniqueSessions, totalEvents, bounceRate%, avgPagesPerSession, avgSessionDuration (idle-gap aware, default 5-min gap excluded), singlePageSessions, topPages. Pure transform, schema-agnostic. Includes `growthPct(curr, prev)` helper for period comparisons.

from Signal.XCTBL · src/hooks/useDateFilteredStats.ts + useRealtimeAnalytics.ts (space_events schema coupling stripped; identical bounce/duration/topPages logic was duplicated across both hooks — extracted once)
sealed at src/blocks/prm/session-aggregator/index.ts
sealed · Signal.XCTBL/dashboard
COMPONENT
CMP-079
1.6kb
0 deps

Comparison Card

ui/dashboard

KPI card with current vs previous side-by-side and a delta pill (▲/▼/—). Pluggable icon component, formatValue fn, and outer className for host design tokens. `invertDelta` flips up/down color semantics (for metrics where lower is better — bounce rate, error count). Custom `renderDelta` slot replaces the pill. No lucide hard-dep.

from Signal.XCTBL · src/components/dashboard/ComparisonCard.tsx (lucide Arrow icons → unicode glyphs; glass-card class → configurable className; invertDelta + renderDelta added)
sealed at src/blocks/cmp/comparison-card/index.tsx
sealed · Signal.XCTBL/dashboard
COMPONENT
CMP-073
2.4kb
0 deps

Shadow Creatures

ui/ambient-overlay

Fixed overlay of drifting SVG silhouettes with mouse-parallax, intermittent random pauses (with rotate + scale pulse), and breathing fill opacity. Eight bundled themes (wanderers/runners/creatures/faces/dragons/ghosts/glitch/cosmic) plus inject-your-own paths. Z-index, fill and class all overridable.

from CRXBL · src/components/ShadowCreatures.tsx (theme enum kept as data registry; SVG path pool genericized via paths prop)
sealed at src/blocks/cmp/shadow-creatures/index.tsx
sealed · CRXBL/atmosphere
COMPONENT
CMP-074
4.2kb
0 deps

Portal Canvas

ui/canvas-fx

Dual-canvas interactive vortex — spinning chevron ring, four counter-rotating ring layers, gradient event horizon, 3-arm spiral, attracted particle field. Optional analyser-driven frequency-bar ring around the outer edge. Pure presentation: hover/activating are props, palette hues are props, no audio or router coupling. Pair with PRM-051/052 for the full stargate effect.

from CRXBL · src/components/StargatePortal.tsx (countdown / destination / Link / usePortalAudio stripped; analyser feed now a getFrequencyData() prop)
sealed at src/blocks/cmp/portal-canvas/index.tsx
sealed · CRXBL/portal
COMPONENT
CMP-075
1.8kb
0 deps

Glitch Text Portal

ui/splash

Full-screen text-cycling glitch splash. Scan lines, rotating geometric chaos, concentric rings, RGB chromatic text shadow, corner markers, binary stream, intensity-driven progress bar. Caller passes lines[] + duration + onComplete. Joins splash family.

from CRXBL · src/components/StargateSplash.tsx (glitchTexts literal → lines prop; timings configurable)
sealed at src/blocks/cmp/splash/glitch-text-portal.tsx
sealed · CRXBL/splash
COMPONENT
CMP-076
2.6kb
0 deps

Pixel Time Vortex

ui/splash

16-bit pixel time-travel splash. 320×240 pixelated canvas with warp-speed starfield, perspective tunnel, vortex rings, scanlines, glitch blocks, pixel clock with backward-spinning hands. Year counter ramps from→to (handles both directions). CRT corner markers + pixel progress bar. Distinctive retro-pixel aesthetic in the splash family.

from CRXBL · src/components/TimeTravelSplash.tsx (year range + labels lifted to props; backward/forward direction inferred from from>to)
sealed at src/blocks/cmp/splash/pixel-time-vortex.tsx
sealed · CRXBL/splash
COMPONENT
CMP-077
3.0kb
0 deps

KaZaA Player

ui/audio-player

Y2K-skinned floating audio player. KaZaA Media Desktop aesthetic — title bar with min/close, animated 20-bar EQ, marquee track label, seek + volume sliders, 128 kbps / 44100 Hz / STEREO status bar. Minimizes to a chip. Fully self-styled (no Tailwind tokens), drops onto any page. src + title props.

from CRXBL · src/components/Y2KPlayer.tsx (hardcoded /audio/bury-me-in-prada.mp3 + label → src/title props)
sealed at src/blocks/cmp/kazaa-player/index.tsx
sealed · CRXBL/y2k
COMPONENT
CMP-078
2.4kb
0 deps

Projector TV

ui/media-surface

Full-viewport projector screen + floating remote control. State machine (off → loading → on | static) with power/prev/next buttons, status pill, light-beam + dust + ambient glow FX. Caller injects `fetchContent: () => Promise<{video?, image?, text?}>` — works against any source (REST, edge function, static JSON, AI generator). Optional back-slot + remote-footer slots for host chrome. No router, no SEO, no Supabase coupling.

from CRXBL · src/pages/TV.tsx (Supabase URL + Dream shape → injected fetchContent adapter; SEO/ShadowCreatures/react-router stripped; back link → slot)
sealed at src/blocks/cmp/projector-tv/index.tsx
sealed · CRXBL/lab
PRIMITIVE
PRM-057
4.2kb
0 deps

Device Fingerprint

browser/detection

Browser device-fingerprinting kernel. Canvas, WebGL, audio, font enumeration, hardware, network, session-state signals plus headless-browser detectors (navigator.webdriver, CDP leak, WebRTC IP leak, SwiftShader, missing chrome obj) and cross-signal consistency checks (UA vs platform, mobile UA + desktop screen, viewport > screen, language mismatch, unrealistic mem/cores). `generate()` returns raw signals; `hash()` SHA-256s the lot into a stable-ish device id. Pure browser APIs, zero deps.

from aetherionshield · src/sdk/fingerprint.ts (brand strings stripped; `any` typing replaced with proper narrow types; broke 580-line class out as standalone primitive — no SDK wrapper)
sealed at src/blocks/prm/device-fingerprint/index.ts
sealed · aetherionshield/sdk
PRIMITIVE
PRM-058
1.6kb
0 deps

Behavioral Tracker

browser/signals

Memory-bounded ring buffers of human-interaction signals: mouse moves (sampled), keystrokes (masked — chars → '*', timing preserved), scroll, clicks, page focus. Passive listeners on document/window. Configurable maxEvents + sample intervals. Use as bot-scorer input, session-replay snippet, or 'is the user actually here' gate. Companion to PRM-057/PRM-059.

from aetherionshield · src/sdk/behavioral.ts (handlers + detach refs added — original leaked listeners on stop; configurable sample intervals exposed)
sealed at src/blocks/prm/behavioral-tracker/index.ts
sealed · aetherionshield/sdk
PRIMITIVE
PRM-059
1.8kb
2 deps

Bot Shield Client

browser/orchestrator

Transport-agnostic orchestrator for client-side bot/abuse protection. Generates a fingerprint (injected fingerprinter PRM-057), collects behavior (injected tracker PRM-058), submits to a caller-supplied `submit(payload)` transport, routes verdict to onBlocked / onChallenge. Fail-open by default. Optional `verifyChallenge` for challenge-response flows. Works with REST, RPC, server functions, in-process scoring, or a test mock.

from aetherionshield · src/sdk/aetherion-client.ts (hardcoded Supabase edge-function URL + X-API-Key header → injected `submit` adapter; tight DeviceFingerprint/BehavioralTracker imports → injected interfaces so swap/mock is trivial; default-block HTML replacement removed — host owns block UX)
sealed at src/blocks/prm/bot-shield-client/index.ts
sealed · aetherionshield/sdk
PRIMITIVE
PRM-060
1.0kb
0 deps

Web Speech Input

browser/stt

Browser-native SpeechRecognition wrapper. Streams interim + final transcripts, configurable lang/continuous/interim, exposes `isSupported` for graceful fallback. Zero-cost, zero-network — STT happens in the browser. Distinct from PRM-049 use-voice-transcription, which is MediaRecorder + injected server STT (Whisper/Gemini). Pluggable `onError` sink — no toast coupling.

from razor-marketing-bot · src/hooks/useVoiceInput.tsx (useToast coupling → onError callback; finalTranscript accumulator added separately from interim transcript; ref-based instance so unmount cleanup is leak-free)
sealed at src/blocks/prm/web-speech-input/index.ts
sealed · razor-marketing-bot/voice
PRIMITIVE
PRM-061
2.0kb
0 deps

Background Removal

image/segmentation

Client-side image background removal via @huggingface/transformers (segformer-b0-finetuned-ade-512-512, WASM). Auto-resize to 1024px max, invert mask → PNG with transparent background. Heavy peer dep — host installs `@huggingface/transformers` (~MBs of WASM + model on first call). Dynamic-imported behind a string specifier so the block compiles without the dep present.

from razor-marketing-bot · src/lib/backgroundRemoval.ts (console.log noise stripped; peer dep made optional via runtime string-spec import so block ships unblocked; model/device made configurable; loadImage helper kept)
sealed at src/blocks/prm/background-removal/index.ts
sealed · razor-marketing-bot/lib
COMPONENT
CMP-080
1.2kb
0 deps

Message Actions

ui/chat

Hover-reveal action row for chat messages: copy, share (Web Share API + clipboard fallback), bookmark, regenerate. All handlers optional except copy (always shown). Native button + lucide icons — zero shadcn dep. `onCopied`/`onError` side-channels for host toast wiring. `alwaysVisible` skips the group-hover reveal.

from razor-marketing-bot · src/components/MessageActions.tsx (shadcn Button/DropdownMenu/Toast stripped → native buttons + onCopied/onError callbacks; brand 'Razor AI Response' share title → prop)
sealed at src/blocks/cmp/message-actions/index.tsx
sealed · razor-marketing-bot/chat
COMPONENT
CMP-081
0.9kb
0 deps

PWA Install Instructions

ui/pwa

Static install-instructions card for iOS Safari + Android Chrome. Companion (not replacement) for CMP-038 pwa-install-prompt: CMP-038 fires on `beforeinstallprompt`; CMP-081 covers iOS Safari, which never fires that event. Pure presentation, configurable appName, overridable step arrays per platform. Caller owns the surrounding Dialog/Sheet.

from razor-marketing-bot · src/components/OnboardingDialog.tsx (extracted the iOS/Android install steps sub-screen; rest of the dialog — hardcoded email-based personalization for 'Chris/Barbi/Kenneth/Burton' + brand copy — discarded)
sealed at src/blocks/cmp/pwa-install-instructions/index.tsx
sealed · razor-marketing-bot/onboarding
COMPONENT
CMP-082
0.5kb
0 deps

Buy Me Coffee Button

ui/donation

Renders the official BuyMeACoffee CDN-script button via dynamic <script> injection. Pass `slug` (BMC username) + optional brand overrides (color/emoji/font/fontColor/outlineColor/coffeeColor/text). Cleans up on unmount, re-renders on prop change. Zero React deps beyond useEffect/useRef.

from grail-street-swap · src/components/BuyMeCoffeeButton.tsx (font made configurable; emoji default genericized from 🤟🏼 to ☕; className passthrough added)
sealed at src/blocks/cmp/buy-me-coffee-button/index.tsx
sealed · grail-street-swap/donation
COMPONENT
CMP-083
1.0kb
0 deps

Hidden Easter Egg

ui/easter-egg

Low-opacity clickable trigger (glyph/emoji/node) that opens a full-screen reveal overlay with title + message + dismiss CTA. Five position presets (corner-tl/tr/bl/br + inline). Backdrop click + X button + CTA all dismiss. `onReveal`/`onDismiss` callbacks for host audio/analytics — no built-in audio coupling. Zero shadcn dep — semantic tokens only.

from grail-street-swap · src/components/HiddenEasterEgg.tsx (useSounds hard-dep → onReveal callback; `cipher-glow`/`hieroglyph-text`/`ancient-glow` theme classes stripped → semantic tokens + animate-in utilities; trigger typed ReactNode so emoji/svg/text all work)
sealed at src/blocks/cmp/hidden-easter-egg/index.tsx
sealed · grail-street-swap/easter-egg
PRIMITIVE
PRM-062
0.6kb
0 deps

UI Event Bus

react/pubsub

Typed pub/sub for cross-component UI signals. Backbone for toast-stack, error-shell, rate-limit. Zero deps, SSR-safe.

sealed at src/blocks/prm/ui-event-bus/index.ts
sealed · BLDBL/forged
PRIMITIVE
PRM-063
1.4kb
0 deps

Command Registry

input/commands

Typed command registry with keybinding match + scope filtering + fuzzy scoring. Backbone for any ⌘K palette or shortcuts surface.

sealed at src/blocks/prm/command-registry/index.ts
sealed · BLDBL/forged
PRIMITIVE
PRM-064
1.2kb
0 deps

SW Register

pwa/lifecycle

Service Worker lifecycle helper. Register, update-poll, skipWaiting + controllerchange reload. Caller owns SW file + scope.

sealed at src/blocks/prm/sw-register/index.ts
sealed · BLDBL/forged
PRIMITIVE
PRM-065
0.8kb
0 deps

Progress Persist

state/resume

Resumable step state for wizards / onboarding. Persists step + data + completed flag to localStorage under a stable key.

sealed at src/blocks/prm/progress-persist/index.ts
sealed · BLDBL/forged
PRIMITIVE
PRM-066
0.4kb
0 deps

Blueprint Context

react/context

Shared context primitive every BLP uses to expose useBlueprint(). Labelled error if used outside Provider. The signature shape of a BLDBL blueprint.

sealed at src/blocks/prm/blueprint-context/index.ts
sealed · BLDBL/forged
PRIMITIVE
PRM-067
0.7kb
0 deps

Feature Toggle

config/flags

Per-blueprint feature flags with optional localStorage persistence + server override. Lets a BLP expose enabled / intensity / per-sub-block opt-outs through one shape.

sealed at src/blocks/prm/feature-toggle/index.ts
sealed · BLDBL/forged
COMPONENT
CMP-084
0.6kb
0 deps

Panel Grid

ui/layout

Responsive auto-fit panel grid + Panel span helper. Layout substrate dashboard-shell composes on. No drag-resize by design — that's a separate block.

sealed at src/blocks/cmp/panel-grid/index.tsx
sealed · BLDBL/forged
COMPONENT
CMP-085
2.4kb
1 deps

Command Palette Shell

ui/palette

The ⌘K surface. Input + grouped results + keyboard nav (↑/↓/Enter/Esc). Wired to PRM command-registry. Caller mounts (Dialog/Portal).

sealed at src/blocks/cmp/command-palette-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-001
1.2kb
4 deps

Mandela Mode

atmosphere/wrapper

Signature blueprint. Site-wide 'the room is breathing wrong' wrapper — DreamHaze + MirrorVeil + optional GhostOverlay layered behind one intensity knob.

sealed at src/blocks/blp/mandela-mode/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-002
1.4kb
2 deps

Boot Sequence

splash/orchestration

Phased-boot → mirror-calibration → app. Reduced-motion + once-per-session aware. The opinionated entry ritual.

sealed at src/blocks/blp/boot-sequence/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-003
1.0kb
4 deps

Tactile UI

feedback/provider

TactileProvider wires relay-preferences + haptics + web-audio-sfx. One useFeedback({ haptic, ui, scene }) call fires both surfaces, gated by user prefs.

sealed at src/blocks/blp/tactile-ui/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-004
0.3kb
3 deps

A11y Shell

a11y/recipe

Recipe: SkipLink + OrbitalAccessibilityPanel + FocusTrap. The host-doc accessibility surface in one import.

sealed at src/blocks/blp/a11y-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-005
0.4kb
3 deps

Iframe A11y Shell

a11y/iframe

Recipe: iframe-accessibility helpers + OrbitalAccessibilityPanel + ExpandableActionMenu. Drop-in 'make any iframe'd site accessible' wrapper.

sealed at src/blocks/blp/iframe-a11y-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-006
1.0kb
4 deps

Splash Gate

splash/roulette

Boot-time interstitial roulette. Weighted random pick across {whisper, fear, scanning-init}, with showChance + oncePerSession.

sealed at src/blocks/blp/splash-gate/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-007
0.3kb
4 deps

Entity Summoner

procgen/recipe

Recipe: entity-forge (generate) + CreatureRenderer + EntityForgePanel + ScreenCrack. The procedural-character app in one import.

sealed at src/blocks/blp/entity-summoner/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-008
2.4kb
4 deps

Command Palette

input/⌘K

Full ⌘K palette. Provider + registry + global chord listener + modal-mounted shell. Drop in, register commands, useCommandPalette() anywhere below.

sealed at src/blocks/blp/command-palette/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-009
1.1kb
4 deps

Toast Stack

ui/toast-surface

Unified toast surface. SmartToastRenderer + ConnectionStatus + RateLimitFeedback sharing one install + one event bus.

sealed at src/blocks/blp/toast-stack/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-010
0.4kb
6 deps

Dashboard Shell

ui/dashboard-recipe

Recipe re-export: PanelGrid + PanelBoundary + skeletons + EmptyState + Sparkline + AnimatedCounter. The defensive-dashboard kit.

sealed at src/blocks/blp/dashboard-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-011
0.3kb
5 deps

Onboarding Kit

flow/recipe

Recipe: StepFlow + progress-persist + PWA install prompt/instructions + InspirationalBanner. Multi-step onboarding with resume.

sealed at src/blocks/blp/onboarding-kit/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-012
0.4kb
4 deps

Navigable Canvas

canvas/recipe

Recipe: usePanZoom + ViewportControls + DriftParticles + EdgeShadows. The pan/zoom surface with depth cues.

sealed at src/blocks/blp/navigable-canvas/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-013
0.3kb
4 deps

Explorable Scene

scene/myst-deck

Recipe: ParallaxRoom + CrtTerminalButton hotspots + AmbientNpc + swipe paginator. The Myst-style explorable-scene kit.

sealed at src/blocks/blp/explorable-scene/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-014
0.5kb
4 deps

Client SDK Kit

sdk/recipe

Recipe: DeviceFingerprint + BehavioralTracker + BotShieldClient + useHeartbeat. The portable shape of any browser client SDK — caller plugs in transport.

sealed at src/blocks/blp/client-sdk-kit/index.ts
sealed · BLDBL/forged
BLUEPRINT
BLP-015
0.6kb
6 deps

Analytics Dashboard Kit

analytics/recipe

Recipe: heartbeat + date-range-presets + traffic-source-classifier + session-aggregator + ComparisonCard + Sparkline. Pure math + display; bring your own event store.

sealed at src/blocks/blp/analytics-dashboard-kit/index.ts
sealed · BLDBL/forged
BLUEPRINT
BLP-016
0.4kb
4 deps

Voice Input Kit

voice/recipe

Recipe: web-speech-input (instant) + use-voice-transcription (accurate) + FloatingSpeech + MessageActions. Two STT lanes behind one UI.

sealed at src/blocks/blp/voice-input-kit/index.ts
sealed · BLDBL/forged
BLUEPRINT
BLP-017
1.2kb
3 deps

Error Shell

error/containment

App-wide error containment. PanelBoundary re-export + window/promise error capture funneled into a typed errorBus. Caller subscribes (toast, Sentry, log).

sealed at src/blocks/blp/error-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-018
1.0kb
4 deps

Theme Shell

theme/provider

Provider wiring relay-preferences + host-accessibility + structured-data + print helpers. One useThemeShell() hook.

sealed at src/blocks/blp/theme-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-019
1.4kb
3 deps

Offline Shell

pwa/offline

Offline-aware app shell. sw-register + offline-cache + ConnectionStatus. Caller wires the update-ready toast through their own surface.

sealed at src/blocks/blp/offline-shell/index.tsx
sealed · BLDBL/forged
BLUEPRINT
BLP-020
0.3kb
4 deps

Gesture Confirm Kit

gesture/recipe

Recipe: TransmissionModal (drag-to-throw) + VerdictFlash + haptics + sfx. The physical-confirmation pattern.

sealed at src/blocks/blp/gesture-confirm-kit/index.tsx
sealed · BLDBL/forged
ZONE 02 · THE MANIFEST

What you're
about to ship.

A bill of lading. Each line is a sealed block with a known origin and a known weight. Nothing on this manifest is mystery code.

manifest.idMNF-────-────
blocks.count00
total.weight0.0 kb
total.deps0
seal.statusEMPTY
BLDBL · BILL OF LADING
MNF-────-────
target: ./project
runtime: edge · workers
◇ manifest empty

Pull a crate from the yard.

signed by: bldbl/yard-master
hash: pending-seal · sha256