From d7ec60078fadd2391e389bc395a6b6a56b0b1057 Mon Sep 17 00:00:00 2001 From: Shayan Rais Date: Fri, 30 Jan 2026 20:02:06 +0500 Subject: [PATCH] [] added reports --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 45c1ca1..7a8a5b7 100644 --- a/README.md +++ b/README.md @@ -106,3 +106,12 @@ See [weather-orchestration-architecture](weather-orchestration/weather-orchestra ## SETTINGS See [reports/claude-settings.md](reports/claude-settings.md) for a comprehensive reference of all available `settings.json` configuration options. + +## REPORTS + +| Report | Description | +|--------|-------------| +| [Browser Automation MCP Comparison](reports/claude-in-chrome-v-chrome-devtools-mcp.md) | Comparison of Playwright, Chrome DevTools, and Claude in Chrome for automated testing | +| [Claude Code Settings Reference](reports/claude-settings.md) | Comprehensive guide to all `settings.json` configuration options | +| [CLAUDE.md Loading in Monorepos](reports/claude-md-for-larger-mono-repos.md) | Understanding ancestor vs descendant loading behavior for CLAUDE.md files | +| [Skills Discovery in Monorepos](reports/claude-skills-for-larger-mono-repos.md) | How skills are discovered and loaded in large monorepo projects |