@ Map the Battlefield
Before Kimi writes a single line, make it map the codebase.
@src/auth/middleware.ts @src/utils/token.ts Explain the token refresh flow and identify where we might leak memory on rapid retries.
What: Pulls live definitions from your indexed codebase. Kimi reads the actual files, traces imports, and builds context on the fly.
Why: Eliminates copy-paste hell. On a 50-file refactor, this saves 30 to 40 minutes of manual context assembly and prevents hallucinated imports.
Pro: Chain multiple symbols: @AuthService.refresh @TokenStore.cleanup @APIClient.interceptors: Kimi connects the dots automatically.