chore: optimize AI agent context and implement CI cost controls (#5335)

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
This commit is contained in:
James Rich
2026-05-02 13:19:11 -05:00
committed by GitHub
parent 92b8f0ddf5
commit 9e396cdecc
11 changed files with 2896 additions and 1368 deletions

13
.gitattributes vendored Normal file
View File

@@ -0,0 +1,13 @@
# Mark only generated/derived XML as linguist-generated to reduce Copilot PR summary costs.
# Hand-edited resources (layouts, string values) are intentionally excluded so they remain
# visible in diffs and code review.
**/composeResources/**/values-*/*.xml linguist-generated=true
.skills/compose-ui/strings-index.txt linguist-generated=true
# Ensure assets are treated as binary
*.png binary
*.jpg binary
*.webp binary
*.mp3 binary
*.wav binary
*.ogg binary