diff --git a/.claude/settings.local.json b/.claude/settings.local.json index b906e26..8ef0118 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -20,7 +20,9 @@ "Bash(mv:*)", "mcp__memory__read_graph", "mcp__memory__search_nodes", - "Bash(ls:*)" + "Bash(ls:*)", + "Bash(git add:*)", + "Bash(git restore:*)" ], "deny": [] }, diff --git a/README.md b/README.md index dfa8894..1ff4cce 100644 --- a/README.md +++ b/README.md @@ -991,6 +991,7 @@ python tests/test_live_integration.py **For comprehensive testing documentation, see:** - **[Testing Strategy Guide](docs/contributing/testing.md)** - TDD methodology, test categories, quality gates +- **[Test Structure Analysis](docs/contributing/test-structure.md)** - Detailed analysis of existing 17-file test suite - **[Development Workflows](docs/contributing/workflows.md)** - Testing integration with git processes ## Troubleshooting