create-dql-app 1.5.1 → 1.5.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-dql-app",
3
- "version": "1.5.1",
3
+ "version": "1.5.3",
4
4
  "description": "Scaffold a new DQL project. Run with: npx create-dql-app <name>",
5
5
  "license": "MIT",
6
6
  "author": "DuckCode AI Labs",
@@ -13,15 +13,15 @@ npm run app:build
13
13
  npm run notebook
14
14
  ```
15
15
 
16
- The notebook opens the local desktop UI. Click **Apps** to see the packaged
17
- stakeholder surfaces.
16
+ The notebook opens the local desktop UI. Click **Apps** to see packaged
17
+ dashboard pages, attached notebooks, and AI-ready certified blocks.
18
18
 
19
19
  ## What is included
20
20
 
21
21
  ```
22
22
  data/ small DuckDB-readable CSV warehouse
23
23
  blocks/ certified reusable DQL blocks by domain
24
- apps/ stakeholder Apps with dql.app.json + .dqld dashboards
24
+ apps/ OSS Apps with dql.app.json + .dqld dashboard pages
25
25
  notebooks/ analyst notebook walkthrough
26
26
  semantic-layer/ starter metric and dimension metadata
27
27
  .dql/skills/ agent skills for banking personas
@@ -45,9 +45,9 @@ semantic-layer/ starter metric and dimension metadata
45
45
  | `risk-office` | Credit and fraud risk committee | `credit-risk` |
46
46
  | `executive-cockpit` | CFO/COO weekly review | `bank-overview` |
47
47
 
48
- Certified business logic stays in root `blocks/`. App folders contain
49
- governance, schedules, dashboards, optional notebooks, and `drafts/` for future
50
- AI-generated work waiting for analyst review.
48
+ Certified business logic stays in root `blocks/`. App folders contain metadata,
49
+ schedules, dashboard pages, optional notebooks, and `drafts/` for future
50
+ AI-generated work waiting for review.
51
51
 
52
52
  ## Sample notebooks
53
53
 
@@ -68,7 +68,7 @@ npm run agent:reindex # builds the local SQLite/FTS agent knowledge graph
68
68
  npm run verify # proves manifest output is reproducible
69
69
  ```
70
70
 
71
- ## Persona preview
71
+ ## Local persona preview
72
72
 
73
73
  Apps are single-user OSS artifacts. There is no login, SSO, or hosted
74
74
  multi-tenant behavior. Use the UI persona switcher to preview the real
@@ -13,6 +13,6 @@
13
13
  "test": "dql test"
14
14
  },
15
15
  "devDependencies": {
16
- "@duckcodeailabs/dql-cli": "^1.5.1"
16
+ "@duckcodeailabs/dql-cli": "^1.5.3"
17
17
  }
18
18
  }
@@ -8,6 +8,6 @@
8
8
  "doctor": "dql doctor"
9
9
  },
10
10
  "devDependencies": {
11
- "@duckcodeailabs/dql-cli": "^1.5.1"
11
+ "@duckcodeailabs/dql-cli": "^1.5.3"
12
12
  }
13
13
  }
@@ -11,6 +11,6 @@
11
11
  "test": "dql test"
12
12
  },
13
13
  "devDependencies": {
14
- "@duckcodeailabs/dql-cli": "^1.5.1"
14
+ "@duckcodeailabs/dql-cli": "^1.5.3"
15
15
  }
16
16
  }