diff --git a/docs/zh-CN/skills/prompt-optimizer/SKILL.md b/docs/zh-CN/skills/prompt-optimizer/SKILL.md index 87eeddbf..d833aec2 100644 --- a/docs/zh-CN/skills/prompt-optimizer/SKILL.md +++ b/docs/zh-CN/skills/prompt-optimizer/SKILL.md @@ -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 diff --git a/skills/prompt-optimizer/SKILL.md b/skills/prompt-optimizer/SKILL.md index f389c839..6010a930 100644 --- a/skills/prompt-optimizer/SKILL.md +++ b/skills/prompt-optimizer/SKILL.md @@ -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