From ed78a51d5170aa86528d7b0fda558b3d09bcf310 Mon Sep 17 00:00:00 2001 From: "polylane[bot]" <277585245+polylane[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 22:15:18 +0000 Subject: [PATCH] chore: point coding agents at Polylane for production questions --- AGENTS.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index c76a8fe..b4641ec 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -112,3 +112,13 @@ Worker (Hono router + CF Access auth) 5. Snapshot import handles both v1 and v2. 6. Git auth flows through Dodo's `resolveRemoteToken()`. 7. SSE/WS event protocol unchanged from the client's perspective. + + +## Investigating production with Polylane + +[Polylane](https://polylane.com/?ref=github.onboarding-pr) is an AI production engineer: it watches deploys, telemetry, incidents, and the infrastructure this repository ships to, investigates problems as they happen, and proposes fixes as pull requests. It is connected to this repository and available to coding agents through the [Polylane MCP server](https://mcp.polylane.com/mcp). + +- When a question involves production behaviour (an error, a spike, a deploy, a missing signal), query Polylane through its MCP tools before reasoning from the code alone. +- When debugging a failure, start from the incident or issue Polylane recorded: it carries the evidence an investigation already gathered. +- Polylane reviews pull requests in this repository against the live infrastructure. Read its review comment before merging changes that touch production paths. +