Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
원문 언어: 영어
메뉴
SkillsMP는 AzureFoxStudios/wabi에서 36개의 skill을 수집했습니다. skill을 열어 소스와 세부 정보를 확인하세요.
수집된 skill 36개 중 36개를 표시합니다.
Implementation pattern for Wabi channel categories: adding ChannelKind::Category, position/parentId support, and type updates.
원문 언어: 영어
Wabi production deployment and runtime debugging. Covers the Rust wabi-server binary (rust_embed static frontend), the SvelteKit build-mode mismatch (adapter-static SPA vs adapter-node SSR and why the Rust server needs index.html),…
원문 언어: 영어
Verify a Wabi binary before swap: addons, probes, locks.
원문 언어: 영어
Deploy wabi-server (WabiDB-embedded Rust binary) to Tim or other hosts. Build static frontend + release binary, bind-mount swap, health checks. Cloudflare is optional. Always audit live stack before deploy.
원문 언어: 영어
Replace sunburst settings SVG with proper gear icon in Wabi.
원문 언어: 영어
Ship Wabi Lore across Git, Tim, and runtime.
원문 언어: 영어
Use when Wabi live runtime breaks after a deploy.
원문 언어: 영어
Audit Wabi data privacy, deletion semantics, and retention.
원문 언어: 영어
ServerRail density, side, popout, logo, persistence.
원문 언어: 영어
Wabi self-hostable login and boot branding. Use when a self-hosted Wabi needs a custom server brand, alternate login theme, boot splash, or new launch-page config. Covers `Login.svelte`, `LaunchPanel.svelte`, boot shell mechanics, branding config, and how to…
원문 언어: 영어
Use when building or revamping the Wabi Rust CLI TUI.
원문 언어: 영어
CORS configuration for WabiServer deployments, especially behind Cloudflare tunnels. Covers WABI_CORS_ORIGINS setup, header forwarding, and debugging CORS failures.
원문 언어: 영어
Run the Wabi website-finish implementation loop — Hermes captain + OpenCode DeepSeek-v4 workers, card cadence, free-model stall recovery, and Tim deploy batches. Use when Ronin asks to finish wabi.chat via the loop, burn SuperGrok/DeepSeek battery on DoD…
원문 언어: 영어
Wabi frontend architecture patterns: surface routing, layout shell, right-panel system, and how mature standalone modules are isolated and merged into the main app. Use when refactoring the SvelteKit frontend, integrating standalone routes like `/business`…
원문 언어: 영어
Use when OpenCode does multi-phase Wabi UX revival.
원문 언어: 영어
Use when reviving or extending Wabi Planner UX.
원문 언어: 영어
Use when adding/editing Wabi themes or ambient effects. Map + checklists.
원문 언어: 영어
Use when extending Wabi Rust TUI FPS or admin screens.
원문 언어: 영어
Client-side WabiDB work in the SvelteKit frontend (frontend/src/lib/wabidb/). Covers the IndexedDB outbound-queue store, scope registry, and the "Offline & Storage" settings wiring. Use when reviewing, fixing, or extending the WabiDB client abstraction, the…
원문 언어: 영어
Integrate WabiDB engine into wabi-server and close the assault queue gaps.
원문 언어: 영어
Troubleshooting guide for WabiChat deployment and runtime issues, including 502 errors, service health checks, and deployment verification.
원문 언어: 영어
Learn the wabi-server REST API handler patterns — route registration, auth, payloads, error handling, and all endpoint groups.
원문 언어: 영어
Client-side WabiDB offline persistence layer (frontend/src/lib/wabidb): outbound queue, scope registry, ALL emit sites wired for offline, SQLite stub retired. Use when touching the frontend WabiDB client, StorageSettings Offline & Storage UI, or any outbound…
원문 언어: 영어
Fact-checked reference for WabiDB's event-store architecture and API.
원문 언어: 영어
Learn WabiDB crash recovery patterns from the 5 implemented crash points.
원문 언어: 영어
Learn WabiDB's 4 inline fuzz targets for binary format safety.
원문 언어: 영어
Learn WabiDB's benchmark suite — 24 criterion benchmarks measuring projection read performance across get, list, and compact operations on 10k records.
원문 언어: 영어
Learn WabiDB subprocess power-loss testing with 5 crash boundaries.
원문 언어: 영어
Learn WabiDB's projection engine: materialized views, the Projection trait, compaction, and all 20+ registered index handlers.
원문 언어: 영어
Learn WabiDB replication deployment patterns for production environments.
원문 언어: 영어
Learn WabiDB replication system including SyncTransport and HTTP endpoints.
원문 언어: 영어
Learn WabiDB storage format specification from STORAGE_FORMAT.md
원문 언어: 영어
Learn the WabiStore trait — WabiDB's typed domain API with 50+ read/write methods, and its two implementations: WdbAdapter and LocalWabiStore.
원문 언어: 영어
Learn WabiDB testing: unit, integration, property, fuzz, and crash.
원문 언어: 영어
Learn WabiDB transaction system and ACID guarantees.
원문 언어: 영어
Learn WabiDB integration patterns for wabi-server adapter.
원문 언어: 영어