Skip to content

Commit a069184

Browse files
authored
Merge pull request #42 from codeflash-ai/add-java-support-simplify-hook
Add Java support and simplify hook delegation
2 parents 8e2e1c4 + 7dfdd19 commit a069184

5 files changed

Lines changed: 102 additions & 467 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -81,18 +81,16 @@ codeflash-cc-plugin/
8181
├── .claude-plugin/
8282
│ ├── marketplace.json # Marketplace manifest
8383
│ └── plugin.json # Plugin manifest
84-
├── agents/
85-
│ └── optimizer.md # Background optimization agent
86-
├── commands/
87-
│ └── setup.md # /setup command for auto-allow permissions
8884
├── hooks/
8985
│ └── hooks.json # Stop hook for commit detection
9086
├── scripts/
9187
│ ├── find-venv.sh # Shared helper: find and activate a Python venv
9288
│ └── suggest-optimize.sh # Detects Python/Java/JS/TS changes, suggests /optimize
9389
├── skills/
94-
│ └── optimize/
95-
│ └── SKILL.md # /optimize slash command
90+
│ ├── optimize/
91+
│ │ └── SKILL.md # /optimize slash command
92+
│ └── setup/
93+
│ └── SKILL.md # /setup command for installation and configuration
9694
└── README.md
9795
```
9896

0 commit comments

Comments
 (0)