refactor: rename memory-gemini-bridge agent to memory-bridge

Renamed agent to be more generic and not tied to specific AI model:
- `.claude/agents/memory-gemini-bridge.md` → `.claude/agents/memory-bridge.md`
- Updated references in `/update-memory-full` command
- Updated references in `/update-memory-related` command

This improves flexibility for future multi-model support while maintaining
the same functionality for complex project documentation updates.

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
catlog22
2025-10-05 21:25:59 +08:00
parent 2dbf550420
commit 677b37bfbf
3 changed files with 9 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
---
name: memory-gemini-bridge
name: memory-bridge
description: Execute complex project documentation updates using script coordination
color: purple
---