Domain Q&A gate for the wrai.th relay runtime — the Go/MCP/SQLite core that is the shared coordination backbone for the whole agent fleet. Routes on a diff touching main.go, servelock.go, embedhooks.go, or internal/ (db, relay, ingest, cli, config, models). A regression here does not fail one caller — it silently…
Domain Q&A gate for wrai.th's agent-facing instruction artifacts — skill/relay.md and skill/tools-reference.md (the operator prompt every agent reads), skill/hooks/.sh (the fire-and-forget scripts wired into Claude Code's event loop), and llms.txt (the GEO/SSOT surface AI search engines cite). These are not docs that…
Domain Q&A gate for the wrai.th installers — the curl-to-bash / iwr-to-PowerShell path that runs with a user's privileges on a machine that is not the author's, plus the Makefile, launchd/systemd service, and the install-smoke clean-room contract. Routes on a diff touching install.sh, install.ps1, install-smoke/…
Domain review checklist for the trovex backend — the Python/FastAPI + sqlite-vec/fastembed retrieval engine, the MCP server (trovex/trovexwrite/read/search/tag/delete + catalog resources), and the Active-Memory boot/capture loop. Applies to a diff touching src/trovex, scripts (CI guards), tests, benchmarks, deploy, or…
Domain review checklist for the trovex web/ surface — the Vite/React/TypeScript landing + savings-calculator app AND the Vercel serverless API functions (web/api/.js) behind it (lead capture, Twenty-CRM mirror, inbound webhook, OG-card/badge generators). Applies to a diff under web/. Ordered highest-weight first: the…
Token-efficient routing for a repo's Markdown docs. Use BEFORE reading or grepping any .md file to find the one canonical doc for a question — and to read it at the section level instead of whole. Trovex serves the single current doc per query (with a canonical/stale/duplicate freshness marker) for 60% fewer tokens…
Operate the dokan runtime — run deterministic scripts in Docker over MCP, compose DAG flows, schedule cron, set secrets, return structured results, read logs token-frugally. Use when the user wants to run/deploy a script or job, build a pipeline/flow/DAG of steps, schedule recurring work, provision API keys for a job…