@exaudeus/workrail 0.8.4 → 0.8.5

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.
@@ -45,6 +45,9 @@ class FileWorkflowStorage {
45
45
  for (const entry of entries) {
46
46
  const fullPath = path_1.default.join(currentDir, entry.name);
47
47
  if (entry.isDirectory()) {
48
+ if (entry.name === 'examples') {
49
+ continue;
50
+ }
48
51
  await scan(fullPath);
49
52
  }
50
53
  else if (entry.isFile() && entry.name.endsWith('.json')) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@exaudeus/workrail",
3
- "version": "0.8.4",
3
+ "version": "0.8.5",
4
4
  "description": "MCP server for structured workflow orchestration and step-by-step task guidance",
5
5
  "license": "MIT",
6
6
  "bin": {