chore(ai): modernize and unify agent tooling and instructions (#5087)

This commit is contained in:
James Rich
2026-04-12 12:29:05 -05:00
committed by GitHub
parent d03e61af6f
commit eeed780e51
27 changed files with 604 additions and 567 deletions
+27
View File
@@ -0,0 +1,27 @@
# Ignore build artifacts and generated files from Copilot indexing
# This saves context window tokens and prevents Copilot from hallucinating off of minified code.
# Build directories
**/build/**
.gradle/
.idea/
# Android generated files
**/generated/**
.cxx/
.externalNativeBuild/
# Git history & worktrees
.git/
.worktrees/
# Protobuf (Prevents Copilot from suggesting raw protobuf byte buffers)
core/proto/
# Environment and secrets
local.properties
secrets.properties
*.jks
# Agent References (Prevents pollution of project space with external code)
.agent_refs/