Skip to content

Commit 1e5f2d2

Browse files
committed
refactoring / withSkillsFromDirectory introduced
1 parent e604fcd commit 1e5f2d2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

zsmith/src/main/java/airhacks/zsmith/agent/boundary/Agent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ public Agent withSkills() {
176176
return withSkills(SkillStore.forAgent(this.name));
177177
}
178178

179-
public Agent withSkills(String path) {
179+
public Agent withSkillsFromDirectory(String path) {
180180
return withSkills(new SkillStore(List.of(Path.of(path))));
181181
}
182182

zsmith/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026.06.10.03
1+
2026.06.10.04

0 commit comments

Comments
 (0)