ktx/packages/cli/assets/demo/orbit/manifest.json
Andrey Avtomonov d7147f9ca1
feat: rename project wiki directory (#66)
* feat: rename project wiki directory

* test: fix wiki skill ordering expectations

* Show configured context sources in setup
2026-05-13 16:05:58 +02:00

58 lines
1.2 KiB
JSON

{
"demoAssetSchemaVersion": 2,
"name": "orbit",
"displayName": "Orbit Demo",
"mode": "seeded",
"sqliteDatabase": "demo.db",
"replay": "replay.memory-flow.v1.json",
"report": "reports/seeded-demo-report.json",
"source": "packaged-orbit-demo",
"sources": {
"warehouse": {
"label": "Warehouse",
"path": "demo.db",
"tables": 8,
"rowCounts": {
"accounts": 210,
"contracts": 320,
"users": 1260,
"invoices": 3000,
"arr_movements": 720,
"support_tickets": 520,
"purchase_requests": 5200,
"plans": 4
}
},
"dbt": {
"label": "dbt",
"path": "raw-sources/dbt",
"models": 3,
"sourceTables": 8
},
"bi": {
"label": "BI",
"path": "raw-sources/bi",
"explores": 5,
"dashboards": 2
},
"notion": {
"label": "Notion",
"path": "raw-sources/notion",
"pages": 8
}
},
"generated": {
"semanticLayer": {
"path": "semantic-layer",
"sourceCount": 46
},
"knowledge": {
"path": "wiki/global",
"pageCount": 28
},
"links": {
"path": "links",
"linkCount": 23
}
}
}