feat(agents): add optimization meta-agent and ignore backup dirs
Add agents/agent-optimization.md — the Kaizen Optimizer meta-agent for analyzing and improving agent performance. Also update .gitignore to suppress agents_backup_*/ directories produced by optimization scripts. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
65e498fb36
commit
0a228826fb
2 changed files with 172 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -42,3 +42,6 @@ venv.bak/
|
|||
.coverage
|
||||
htmlcov/
|
||||
.tox/
|
||||
|
||||
# Backup directories created by optimization scripts
|
||||
agents_backup_*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue