You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix cache scope to use image name environment variables
- Change ESP-Matter cache scope from hardcoded 'esp-matter' to use ESP_MATTER_IMAGE_NAME
- Now both ESP-IDF and ESP-Matter use consistent pattern: ${env.<IMAGE_NAME>}-${platform}
- Update cursor rules to document cache scoping pattern
- Ensures cache scopes automatically update when image names change
0 commit comments