chore: remove agent temporary files from git tracking

Add .agents.json.tmp-* pattern to gitignore and remove 82 temporary
agent files that were accidentally committed. These files are runtime
artifacts that should not be tracked in version control.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Mohamed Boudra
2025-11-30 01:24:12 +00:00
parent c4c0787286
commit 20cdf4788e
81 changed files with 2 additions and 156673 deletions

2
.gitignore vendored
View File

@@ -46,3 +46,5 @@ coverage/
# Runtime agent data
packages/server/agents.json
packages/server/agents.json.temporary
packages/server/.agents.json.tmp-*