Cloud Agents MUST run git add, git commit, and git push before ending their response when they have made code changes. Do not end your turn without pushing. ALWAYS use Pull Requests instead of pushing directly to main.
For additional context about technologies to be used, project structure, shell commands, and other important information, read the current plan: specs/001-react-profiler-mcp-bridge/plan.md (and linked research.md, data-model.md, contracts/, quickstart.md in that directory).
Read AGENTS.md before writing any code. It carries the engineering standard this repository is held to — control flow, error handling, immutability, structure — plus the architecture, the invariants and why each one exists. CLAUDE.md is the short version: gates and traps.