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:
2026-03-19 00:31:45 +00:00
parent 65e498fb36
commit 0a228826fb
2 changed files with 172 additions and 0 deletions

3
.gitignore vendored
View File

@@ -42,3 +42,6 @@ venv.bak/
.coverage
htmlcov/
.tox/
# Backup directories created by optimization scripts
agents_backup_*/