zdashboard 2.11.0 → 2.11.2

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
@@ -9,7 +9,7 @@ import { access, readdir } from "fs/promises";
9
9
  // package.json
10
10
  var package_default = {
11
11
  name: "zdashboard",
12
- version: "2.11.0",
12
+ version: "2.11.2",
13
13
  description: "ZCode skill dashboard platform \u2014 pluggable viewers for zdesign/zview/zreview/zgoal",
14
14
  type: "module",
15
15
  bin: {
@@ -892,7 +892,7 @@ function scanTree(root, scanDirs, opts) {
892
892
  }
893
893
 
894
894
  // src/core/tree.ts
895
- var CONVENTION_SCAN_DIRS = ["openspec", "docs", ".zdev/apply"];
895
+ var CONVENTION_SCAN_DIRS = ["openspec", "docs", ".zdev/apply", ".zdev/scenario"];
896
896
  var CONVENTION_DOT_DIRS = CONVENTION_SCAN_DIRS.filter((d) => d.startsWith("."));
897
897
  var apply = {
898
898
  inject: ["server"],