You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PostHog (last 30d): 2,086 MCP-service users but only 807 reach any command_run — a 38.7% service → command conversion. Two gaps:
Hosts wait for the literal ooo syntax instead of routing suitable natural-language requests to Ouroboros entry tools.
When run/auto verification fails, we cannot see why (e.g. worker cd-ed into a subdirectory while the verify gate ran from root; concurrent workspace modification) — causes discovered only by manually reading user transcripts.
Additionally, #2278 removed mcp_serve_started / subagent_dispatch / install_started, breaking the attached → used funnel and the User-lifecycle dashboard series.
Plan
Server instructions: outcome-first WHEN TO USE OUROBOROS routing (interview / start_auto / start_execute_seed / lateral_think), < 2KB, provider-neutral.
Entry-tool descriptions: Use when / Result / Do not use when contracts; proactive lateral_think on stagnation signals.
Closed verify_cause vocabulary on the deterministic verify gate, recorded on execution.verify.failed (+ local-only verify_cwd) and a privacy-bounded ac_verify_failed PostHog event.
Problem
PostHog (last 30d): 2,086 MCP-service users but only 807 reach any
command_run— a 38.7% service → command conversion. Two gaps:ooosyntax instead of routing suitable natural-language requests to Ouroboros entry tools.cd-ed into a subdirectory while the verify gate ran from root; concurrent workspace modification) — causes discovered only by manually reading user transcripts.Additionally, #2278 removed
mcp_serve_started/subagent_dispatch/install_started, breaking the attached → used funnel and the User-lifecycle dashboard series.Plan
WHEN TO USE OUROBOROSrouting (interview / start_auto / start_execute_seed / lateral_think), < 2KB, provider-neutral.lateral_thinkon stagnation signals.verify_causevocabulary on the deterministic verify gate, recorded onexecution.verify.failed(+ local-onlyverify_cwd) and a privacy-boundedac_verify_failedPostHog event.Acceptance criteria
See HANDOFF.md in PR #2295.