From 21ee0cb78b1459e61e75e2eb4b02f8321fc2da7e Mon Sep 17 00:00:00 2001 From: CooperSheroy Date: Sun, 28 Jun 2026 09:06:35 +0530 Subject: [PATCH] fix: update default agent-native source path --- scripts/sync-agent-native-plan-skills.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sync-agent-native-plan-skills.mjs b/scripts/sync-agent-native-plan-skills.mjs index 28422c9..6ce2919 100644 --- a/scripts/sync-agent-native-plan-skills.mjs +++ b/scripts/sync-agent-native-plan-skills.mjs @@ -8,7 +8,7 @@ const scriptPath = fileURLToPath(import.meta.url); const repoRoot = path.resolve(path.dirname(scriptPath), ".."); const defaultFrameworkPath = path.resolve( repoRoot, - "../agent-native/framework", + "../agent-native", ); const args = process.argv.slice(2);