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);