brain_file_map
Reveal which experts have worked on each file and which lessons reference it, so you can start work informed by prior knowledge.
Instructions
Show what cachly knows about a list of files — experts + related lessons per file. Call this before starting work on unfamiliar files, or in sync_file_changes to see what knowledge exists. For each file path: shows who has previously touched it (from learn_from_attempts author+file_paths) and which lessons reference it. Example: brain_file_map(file_paths=["src/auth/jwt.ts"]) → "🥇 alice (3× · today) — related: fix:jwt-expiry".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_paths | Yes | File paths to look up (max 10) | |
| instance_id | Yes | UUID of the cache instance |