chore: 更新开发环境配置

- 添加git命令自动批准到Claude Code设置
- 更新IDEA数据库连接配置
- 添加agents目录

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

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2026-01-07 20:34:04 +08:00
parent 6f0ee9bbf5
commit d32970ded7
5 changed files with 178 additions and 3 deletions

View File

@@ -5,7 +5,9 @@
"Bash(mvn spring-javaformat:apply)",
"Bash(cat:*)",
"Bash(mvn dependency:tree:*)",
"Bash(mvn spring-javaformat:apply:*)"
"Bash(mvn spring-javaformat:apply:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
]
}
}