Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 1.09 KB

File metadata and controls

14 lines (10 loc) · 1.09 KB

CLAUDE.md

Read AGENTS.md in this directory — it holds the conventions for this repo, and the nested AGENTS.md files it links carry the package-specific ones.

Investigating production with Polylane

Polylane 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.

  • 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.