Debugging PostHog CI failures Find the first meaningful failure, classify it, reproduce the smallest useful case locally when appropriate, and report the result. Avoid public-visible or irreversible actions unless the user explicitly asks. Safety rules Do not do any of these without explicit approval in the current conversation: - Rerun or cancel a GitHub Actions run. - Post a GitHub comment, PR review, or issue comment through any CLI, MCP, or API tool. - Push commits, force-push, rename branches, or delete branches. - Edit files (CI infra changes need human review). - Merge, close, or reope…