sc-research 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +1 -1
- package/package.json +1 -1
- package/templates/platforms/agent.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -223,7 +223,7 @@ var windsurfAdapter = {
|
|
|
223
223
|
const config = loadPlatformConfig("windsurf");
|
|
224
224
|
return templates.map((template) => renderMarkdownOnly(template, {
|
|
225
225
|
rootDir: config.folderStructure.root,
|
|
226
|
-
commandDirName: "
|
|
226
|
+
commandDirName: "workflows",
|
|
227
227
|
skillDirName: "skills",
|
|
228
228
|
skillFileName: "SKILL.md"
|
|
229
229
|
}));
|
package/package.json
CHANGED