refactor(agent): normalize API naming

This commit is contained in:
2026-06-13 11:15:59 +08:00
parent 8857b18dc9
commit ead76185b7
6 changed files with 39 additions and 21 deletions
+5 -1
View File
@@ -100,7 +100,11 @@ export const createSkillManagerTool = (
kind: "skill",
decision: "accepted",
detail: "skill listed",
...result,
references: result.references,
scripts: result.scripts,
skill_path: result.skillPath,
target: result.target,
patterns: result.patterns,
});
}