fix(examples): correct skill example resource path#2250
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
This PR fixes the SKILLS_DIR resource path in AgentSkillExample — removes the non-existent quickstart/ intermediate directory segment, aligning it with the post-reorganization Maven module structure (agentscope-examples/documentation/). The change is minimal (+1/-1) and the fix direction is correct. The actual skills resource directory does exist at the corrected path. However, the symmetric path OUTPUT_DIR has the same class of bug unfixed.
Recommendation: COMMENT
AgentScopeJavaBot
left a comment
There was a problem hiding this comment.
🤖 AI Review
This PR fixes the SKILLS_DIR resource path in AgentSkillExample — removes the non-existent quickstart/ intermediate directory segment, aligning it with the post-reorganization Maven module structure (agentscope-examples/documentation/). The change is minimal (+1/-1) and the fix direction is correct. The actual skills resource directory does exist at the corrected path. However, the symmetric path OUTPUT_DIR has the same class of bug unfixed.
Recommendation: COMMENT
AgentScope-Java Version
2.0.1-SNAPSHOT
Description
Correct the skills resource path in
AgentSkillExampleafter the documentation example directory reorganization. The example now points to the existingagentscope-examples/documentation/src/main/resources/skillsdirectory.Validation:
mvn -pl agentscope-examples/documentation -am compile -DskipTests -Dspotless.check.skip=true -qgit diff --cached --checkNote: the reactor-wide Spotless check is currently blocked by pre-existing CRLF formatting violations in 104 files under
agentscope-core; the changed file itself has no formatting violations.Checklist