mirror of
https://github.com/Jeuners/ECC.git
synced 2026-09-09 15:02:30 +02:00
feat(agents): add java-reviewer agent (#528)
* Add java-reviewer agent for Java and Spring Boot code review * Fix java-reviewer: update tools format, git diff scope, diagnostic commands, AGENTS.md registration * Fix: correct skill reference, add command injection check, update agent count to 17 * Fix: report-only disclaimer, path traversal, split ScriptEngine, escalation note, agent count 19
This commit is contained in:
parent
609a0f4fd1
commit
10879da823
2 changed files with 93 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ This is a **production-ready AI coding plugin** providing 21 specialized agents,
|
|||
| kotlin-build-resolver | Kotlin/Gradle build errors | Kotlin build failures |
|
||||
| database-reviewer | PostgreSQL/Supabase specialist | Schema design, query optimization |
|
||||
| python-reviewer | Python code review | Python projects |
|
||||
| java-reviewer | Java and Spring Boot code review | Java/Spring Boot projects |
|
||||
| chief-of-staff | Communication triage and drafts | Multi-channel email, Slack, LINE, Messenger |
|
||||
| loop-operator | Autonomous loop execution | Run loops safely, monitor stalls, intervene |
|
||||
| harness-optimizer | Harness config tuning | Reliability, cost, throughput |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue