Skip to content

Commit e0f5fb9

Browse files
authored
Merge pull request #224 from PostHog/fix/self-driving-stale-tool-names
fix(self-driving): correct stale MCP tool names in read-context step
2 parents 0478d7e + 2a6b524 commit e0f5fb9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

context/skills/self-driving/references/2-read-context.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Emit:
1818

1919
{{> mcp-tool-calling}}
2020

21-
Load the local tools via `ToolSearch select:Read,Glob,Grep`. Reach the PostHog tools through the `exec` tool — run `info <tool>` before the first `call` for `signals-scout-project-profile-get`, `query-session-recordings-list`, `survey-list`, and `error-issue-list`.
21+
Load the local tools via `ToolSearch select:Read,Glob,Grep`. Reach the PostHog tools through the `exec` tool — run `info <tool>` before the first `call` for `signals-scout-project-profile-get`, `query-session-recordings-list`, `surveys-get-all`, and `query-error-tracking-issues-list`.
2222

2323
## Do
2424

@@ -28,8 +28,8 @@ Load the local tools via `ToolSearch select:Read,Glob,Grep`. Reach the PostHog t
2828

2929
3. **Server-side product usage.** The run prompt's "Project state" block is authoritative for the opt-ins it lists (session replay recording, exception autocapture, surveys): **opt-in ON = product enabled**, even if no data has arrived yet. Where the block says OFF/unknown and the repo gave no signal, spend ONE cheap probe each for usage evidence (tolerate 403/404 → record "unknown"):
3030
- `query-session-recordings-list` — any recording → replay in use
31-
- `survey-list` — any survey → surveys in use
32-
- `error-issue-list` — any issue → error tracking in use, even when this repo doesn't instrument it
31+
- `surveys-get-all` — any survey → surveys in use
32+
- `query-error-tracking-issues-list` — any issue → error tracking in use, even when this repo doesn't instrument it
3333

3434
4. **Light scan for what the report, profile, and server state won't cover.** Targeted lookups only — package manifests, config files, a grep or two. You are answering these questions:
3535
- **Revenue**: is there a payment SDK (Stripe, Paddle, LemonSqueezy, RevenueCat…) or revenue events?

0 commit comments

Comments
 (0)