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 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: "commands",
226
+ commandDirName: "workflows",
227
227
  skillDirName: "skills",
228
228
  skillFileName: "SKILL.md"
229
229
  }));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sc-research",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "Headless Social Media Research Data Provider for AI Agents",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "platform": "antigravity",
3
3
  "folderStructure": {
4
- "root": ".agent"
4
+ "root": ".agents"
5
5
  }
6
6
  }