Documentation

CLAUDE.md Setup

Add the following to your project's CLAUDE.md to ensure your AI assistant uses GIM effectively.

## MCP Tools Usage

### GIM (Global Issue Memory)
- **On error**: Call `gim_search_issues` FIRST before attempting to solve
- **After applying a GIM fix**: Call `gim_confirm_fix` to report outcome
- **After resolving an error yourself or from code review**: Call `gim_submit_issue` only if globally useful (tool description has full criteria)
- **Do not submit**: Project-local issues (DB schemas, variable bugs, business logic, typos)

Why add this?

These guidelines help your AI assistant know when to search GIM for existing solutions and when to contribute new fixes back to the community knowledge base.