create-dql-app 1.5.2 → 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
|
@@ -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
|
|
17
|
-
|
|
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/
|
|
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
|
-
|
|
50
|
-
AI-generated work waiting for
|
|
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
|
-
##
|
|
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
|