mirror of
https://github.com/wshobson/agents.git
synced 2026-03-18 17:47:16 +00:00
- Add architect-reviewer for code architecture reviews - Add context-manager for managing context across agents - Add dx-optimizer for developer experience improvements - Add incident-responder for production incident handling - Add prompt-engineer for LLM prompt optimization - Add .gitignore file - Update README.md with new subagents and correct count (28 total)
23 lines
284 B
Plaintext
23 lines
284 B
Plaintext
# Folder view configuration files
|
|
.DS_Store
|
|
Desktop.ini
|
|
|
|
# Thumbnail cache files
|
|
._*
|
|
Thumbs.db
|
|
|
|
# Files that might appear on external disks
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Compiled Python files
|
|
*.pyc
|
|
|
|
# Compiled C++ files
|
|
*.out
|
|
|
|
# Application specific files
|
|
venv
|
|
node_modules
|
|
.sass-cache
|