From a7b2fe2b817ff9cab0f35d955e2c6c3ce8e5b2e4 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Fri, 28 Nov 2025 13:19:39 +0100 Subject: [PATCH] Moved to sentry --- AGENTS.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 897bfc29f..8bdaa4481 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -137,12 +137,14 @@ Key recurring tasks (via `config/recurring.yml`): - Search records denormalized for performance - Models in `app/models/search/` +## Tools + ### Chrome MCP (Local Dev) URL: `http://fizzy.localhost:3006` Login: david@37signals.com (passwordless magic link auth - check rails console for link) -Use Chrome MCP tools to interact with the running dev app for UI testing and debugging. +Use Chrome MCP tools to interact with the running dev app for UI testing and debugging.`` ## Coding style