test(agent): pin harness resource formatting

This commit is contained in:
Mario Zechner
2026-05-09 19:55:48 +02:00
parent 401017a3e8
commit f13e6a88ab
5 changed files with 69 additions and 43 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ export function formatSkillsForSystemPrompt(skills: Skill[]): string {
const lines = [
"The following skills provide specialized instructions for specific tasks.",
"Use the read tool to load a skill's file when the task matches its description.",
"Read the full skill file when the task matches its description.",
"When a skill file references a relative path, resolve it against the skill directory (parent of SKILL.md / dirname of the path) and use that absolute path in tool commands.",
"",
"<available_skills>",