mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-10 10:13:49 +08:00
fix: add Quarkus detection signal to Phase 0 in prompt-optimizer
Phase 0 mapped build.gradle/pom.xml only to Spring Boot. Now it instructs checking the build file contents for 'quarkus' vs 'spring-boot' to select the correct tech stack path.
This commit is contained in:
@@ -52,7 +52,7 @@ metadata:
|
||||
* `go.mod` → Go
|
||||
* `pyproject.toml` / `requirements.txt` → Python
|
||||
* `Cargo.toml` → Rust
|
||||
* `build.gradle` / `pom.xml` → Java / Kotlin / Spring Boot
|
||||
* `build.gradle` / `pom.xml` → Java / Kotlin(然后检查构建文件中的`quarkus` → Quarkus,或`spring-boot` → Spring Boot)
|
||||
* `Package.swift` → Swift
|
||||
* `Gemfile` → Ruby
|
||||
* `composer.json` → PHP
|
||||
|
||||
@@ -68,7 +68,7 @@ Before analyzing the prompt, detect the current project context:
|
||||
- `go.mod` → Go
|
||||
- `pyproject.toml` / `requirements.txt` → Python
|
||||
- `Cargo.toml` → Rust
|
||||
- `build.gradle` / `pom.xml` → Java / Kotlin / Spring Boot
|
||||
- `build.gradle` / `pom.xml` → Java / Kotlin (then check for `quarkus` in build file → Quarkus, or `spring-boot` → Spring Boot)
|
||||
- `Package.swift` → Swift
|
||||
- `Gemfile` → Ruby
|
||||
- `composer.json` → PHP
|
||||
|
||||
Reference in New Issue
Block a user