@cimplify/cli 0.3.1 → 0.5.0

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.
Files changed (47) hide show
  1. package/dist/{add-OUMIT4YX.mjs → add-MX4655EX.mjs} +3 -3
  2. package/dist/{assets-DMK2QOPD.mjs → assets-EBEMMENZ.mjs} +3 -3
  3. package/dist/auth-step-up-BIUYQJP6.mjs +82 -0
  4. package/dist/{chunk-I6P3I2YJ.mjs → chunk-AY23RQE6.mjs} +5 -5
  5. package/dist/{chunk-YI7UMMM7.mjs → chunk-DBZ3UOQ2.mjs} +1 -1
  6. package/dist/{chunk-IQJ45AK3.mjs → chunk-DCWHOH2S.mjs} +4 -1
  7. package/dist/{chunk-I3XQSSOT.mjs → chunk-E2T2SBP5.mjs} +6 -2
  8. package/dist/{login-7O7ZXKU3.mjs → chunk-GLXONXS3.mjs} +10 -126
  9. package/dist/{chunk-RZQTHTXX.mjs → chunk-ITAFAORS.mjs} +1 -1
  10. package/dist/{chunk-RRY3NEZZ.mjs → chunk-K5464A3L.mjs} +1 -1
  11. package/dist/{chunk-D7WMSGKK.mjs → chunk-MAOO6ZZ5.mjs} +22 -3
  12. package/dist/{chunk-QGBXGDA5.mjs → chunk-R3FDBXR6.mjs} +4 -4
  13. package/dist/{chunk-LS2VTSMQ.mjs → chunk-UBAI443T.mjs} +9 -2
  14. package/dist/{chunk-MOZQODQS.mjs → chunk-VTR5R5NQ.mjs} +1 -1
  15. package/dist/{chunk-42PFJBC6.mjs → chunk-Z5DEA7YM.mjs} +8 -8
  16. package/dist/{deploy-UKOOPJAE.mjs → deploy-3IFXUWPM.mjs} +7 -7
  17. package/dist/{dev-FD4PM3UD.mjs → dev-ONW2S77K.mjs} +4 -4
  18. package/dist/dispatcher.mjs +39 -26
  19. package/dist/{doctor-AY7VDIJZ.mjs → doctor-DGO3UAJB.mjs} +8 -8
  20. package/dist/{domains-JQMV6GAP.mjs → domains-AHH56CL7.mjs} +4 -4
  21. package/dist/{env-EVMYQUIK.mjs → env-7ISJ73YI.mjs} +5 -5
  22. package/dist/{explain-QZVAK5I3.mjs → explain-IJLIQUYJ.mjs} +2 -2
  23. package/dist/introspect-KID4YJYV.mjs +8 -0
  24. package/dist/{link-X3E4UZBF.mjs → link-DZSILT5N.mjs} +3 -3
  25. package/dist/{list-TEQ73IR7.mjs → list-5PMRTZV3.mjs} +2 -2
  26. package/dist/login-3OD4ND2H.mjs +153 -0
  27. package/dist/{logout-DJDINVDF.mjs → logout-3RLBZ33M.mjs} +2 -2
  28. package/dist/{logs-KUKGEXR2.mjs → logs-YNN2PQ24.mjs} +3 -3
  29. package/dist/{projects-364HGWHO.mjs → projects-JSEC2YCX.mjs} +3 -3
  30. package/dist/repo-WOBWKEAO.mjs +8 -0
  31. package/dist/{rollback-5YALPQXL.mjs → rollback-DD4RNRFM.mjs} +4 -4
  32. package/dist/{status-W4HW3CX3.mjs → status-JSYXM5RT.mjs} +3 -3
  33. package/dist/{unlink-HIIW57OO.mjs → unlink-RFK74SFP.mjs} +2 -2
  34. package/dist/{update-2DCENLHM.mjs → update-64K4Z3SF.mjs} +3 -3
  35. package/dist/{whoami-LACWBSNL.mjs → whoami-DNZ7RUTH.mjs} +3 -3
  36. package/package.json +4 -1
  37. package/templates/manifest.json +166 -0
  38. package/templates/storefront-auto/metadata.json +13 -0
  39. package/templates/storefront-bakery/metadata.json +13 -0
  40. package/templates/storefront-fashion/metadata.json +13 -0
  41. package/templates/storefront-grocery/metadata.json +13 -0
  42. package/templates/storefront-pharmacy/metadata.json +13 -0
  43. package/templates/storefront-restaurant/metadata.json +13 -0
  44. package/templates/storefront-retail/metadata.json +13 -0
  45. package/templates/storefront-services/metadata.json +13 -0
  46. package/dist/introspect-MNTC26UY.mjs +0 -8
  47. package/dist/repo-26N2CHF6.mjs +0 -8
@@ -0,0 +1,166 @@
1
+ {
2
+ "cliVersion": "0.5.0",
3
+ "generatedAt": "2026-05-16T09:43:17.125Z",
4
+ "templates": [
5
+ {
6
+ "id": "bakery",
7
+ "name": "Bakery",
8
+ "tagline": "Warm, food-forward storefront with custom-order forms and same-day delivery checkout.",
9
+ "industry": "food",
10
+ "tags": [
11
+ "food",
12
+ "bakery",
13
+ "pastry"
14
+ ],
15
+ "stability": "stable",
16
+ "schemaType": "Bakery",
17
+ "mock": {
18
+ "seedName": "default",
19
+ "seedBusinessId": "bus_default_akua_bakery"
20
+ },
21
+ "objectKey": "templates/bakery-v0.5.0.tar.gz",
22
+ "sha256": "24f4881bf140f6bf03089adfe1d1097518f0a8eb37d145a2adea0cfb8126d40b",
23
+ "sizeBytes": 48191
24
+ },
25
+ {
26
+ "id": "restaurant",
27
+ "name": "Restaurant",
28
+ "tagline": "Menu-driven storefront with reservations and table-service support.",
29
+ "industry": "food",
30
+ "tags": [
31
+ "food",
32
+ "restaurant",
33
+ "reservations"
34
+ ],
35
+ "stability": "stable",
36
+ "schemaType": "Restaurant",
37
+ "mock": {
38
+ "seedName": "restaurant",
39
+ "seedBusinessId": "bus_mamas_kitchen"
40
+ },
41
+ "objectKey": "templates/restaurant-v0.5.0.tar.gz",
42
+ "sha256": "bb3d122d46e171d9ff04db8a8172baaa1720a325622da2ab8b4d18dc0b2377df",
43
+ "sizeBytes": 49181
44
+ },
45
+ {
46
+ "id": "retail",
47
+ "name": "Retail",
48
+ "tagline": "Variant-aware retail storefront with full product detail pages and instalment support.",
49
+ "industry": "retail",
50
+ "tags": [
51
+ "retail",
52
+ "electronics",
53
+ "variants"
54
+ ],
55
+ "stability": "stable",
56
+ "schemaType": "Store",
57
+ "mock": {
58
+ "seedName": "retail",
59
+ "seedBusinessId": "bus_currents_electronics"
60
+ },
61
+ "objectKey": "templates/retail-v0.5.0.tar.gz",
62
+ "sha256": "3e8cfcf56f2265c87735a26a9a0b624bb882f45971a818dbec516546b4b2a4c9",
63
+ "sizeBytes": 56993
64
+ },
65
+ {
66
+ "id": "services",
67
+ "name": "Services",
68
+ "tagline": "Bookable-services storefront with calendar slots and staff profiles.",
69
+ "industry": "services",
70
+ "tags": [
71
+ "services",
72
+ "bookings",
73
+ "appointments"
74
+ ],
75
+ "stability": "stable",
76
+ "schemaType": "BeautySalon",
77
+ "mock": {
78
+ "seedName": "services",
79
+ "seedBusinessId": "bus_serene_spa"
80
+ },
81
+ "objectKey": "templates/services-v0.5.0.tar.gz",
82
+ "sha256": "c8d69dddef8c5de632a16f91a26a5fc52595008341d1e4e09e1763d7ac951841",
83
+ "sizeBytes": 48892
84
+ },
85
+ {
86
+ "id": "grocery",
87
+ "name": "Grocery",
88
+ "tagline": "High-SKU grocery storefront with quick-add cart UX and delivery windows.",
89
+ "industry": "retail",
90
+ "tags": [
91
+ "food",
92
+ "grocery",
93
+ "delivery"
94
+ ],
95
+ "stability": "stable",
96
+ "schemaType": "GroceryStore",
97
+ "mock": {
98
+ "seedName": "grocery",
99
+ "seedBusinessId": "bus_freshmart"
100
+ },
101
+ "objectKey": "templates/grocery-v0.5.0.tar.gz",
102
+ "sha256": "b1a4db39ccf95b31a521fba4ee0cae1c9fcc6e3ab1f5a35002fcddb0052a6d2d",
103
+ "sizeBytes": 45912
104
+ },
105
+ {
106
+ "id": "fashion",
107
+ "name": "Fashion",
108
+ "tagline": "Editorial multi-drop fashion storefront with lookbooks and size guides.",
109
+ "industry": "fashion",
110
+ "tags": [
111
+ "fashion",
112
+ "apparel",
113
+ "lookbook"
114
+ ],
115
+ "stability": "stable",
116
+ "schemaType": "Store",
117
+ "mock": {
118
+ "seedName": "fashion",
119
+ "seedBusinessId": "bus_studio_frx"
120
+ },
121
+ "objectKey": "templates/fashion-v0.5.0.tar.gz",
122
+ "sha256": "543a17fb9a351bfb4db2f8d5e67e008e9f57b98065e8a437e890ce5a6221d883",
123
+ "sizeBytes": 61611
124
+ },
125
+ {
126
+ "id": "pharmacy",
127
+ "name": "Pharmacy",
128
+ "tagline": "Licensed community pharmacy with prescription uploads, pharmacist consults, and OTC catalog.",
129
+ "industry": "healthcare",
130
+ "tags": [
131
+ "healthcare",
132
+ "regulated",
133
+ "prescription"
134
+ ],
135
+ "stability": "stable",
136
+ "schemaType": "Pharmacy",
137
+ "mock": {
138
+ "seedName": "pharmacy",
139
+ "seedBusinessId": "bus_wellspring_pharmacy"
140
+ },
141
+ "objectKey": "templates/pharmacy-v0.5.0.tar.gz",
142
+ "sha256": "5f9cd8bc6c75a44b267fb8bee8b609633f8c4156493f32244574c9a6e800c4b3",
143
+ "sizeBytes": 61742
144
+ },
145
+ {
146
+ "id": "auto",
147
+ "name": "Auto Parts",
148
+ "tagline": "Auto-parts storefront with vehicle fitment finder and installation booking.",
149
+ "industry": "automotive",
150
+ "tags": [
151
+ "automotive",
152
+ "parts",
153
+ "fitment"
154
+ ],
155
+ "stability": "stable",
156
+ "schemaType": "AutoPartsStore",
157
+ "mock": {
158
+ "seedName": "auto",
159
+ "seedBusinessId": "bus_driveline_auto"
160
+ },
161
+ "objectKey": "templates/auto-v0.5.0.tar.gz",
162
+ "sha256": "8e4e57d01dd73cf70e80b04e7516b4968ee89d30fd87e5a4fda15dce78348994",
163
+ "sizeBytes": 59701
164
+ }
165
+ ]
166
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "auto",
3
+ "name": "Auto Parts",
4
+ "tagline": "Auto-parts storefront with vehicle fitment finder and installation booking.",
5
+ "industry": "automotive",
6
+ "tags": ["automotive", "parts", "fitment"],
7
+ "stability": "stable",
8
+ "schemaType": "AutoPartsStore",
9
+ "mock": {
10
+ "seedName": "auto",
11
+ "seedBusinessId": "bus_driveline_auto"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "bakery",
3
+ "name": "Bakery",
4
+ "tagline": "Warm, food-forward storefront with custom-order forms and same-day delivery checkout.",
5
+ "industry": "food",
6
+ "tags": ["food", "bakery", "pastry"],
7
+ "stability": "stable",
8
+ "schemaType": "Bakery",
9
+ "mock": {
10
+ "seedName": "default",
11
+ "seedBusinessId": "bus_default_akua_bakery"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "fashion",
3
+ "name": "Fashion",
4
+ "tagline": "Editorial multi-drop fashion storefront with lookbooks and size guides.",
5
+ "industry": "fashion",
6
+ "tags": ["fashion", "apparel", "lookbook"],
7
+ "stability": "stable",
8
+ "schemaType": "Store",
9
+ "mock": {
10
+ "seedName": "fashion",
11
+ "seedBusinessId": "bus_studio_frx"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "grocery",
3
+ "name": "Grocery",
4
+ "tagline": "High-SKU grocery storefront with quick-add cart UX and delivery windows.",
5
+ "industry": "retail",
6
+ "tags": ["food", "grocery", "delivery"],
7
+ "stability": "stable",
8
+ "schemaType": "GroceryStore",
9
+ "mock": {
10
+ "seedName": "grocery",
11
+ "seedBusinessId": "bus_freshmart"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "pharmacy",
3
+ "name": "Pharmacy",
4
+ "tagline": "Licensed community pharmacy with prescription uploads, pharmacist consults, and OTC catalog.",
5
+ "industry": "healthcare",
6
+ "tags": ["healthcare", "regulated", "prescription"],
7
+ "stability": "stable",
8
+ "schemaType": "Pharmacy",
9
+ "mock": {
10
+ "seedName": "pharmacy",
11
+ "seedBusinessId": "bus_wellspring_pharmacy"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "restaurant",
3
+ "name": "Restaurant",
4
+ "tagline": "Menu-driven storefront with reservations and table-service support.",
5
+ "industry": "food",
6
+ "tags": ["food", "restaurant", "reservations"],
7
+ "stability": "stable",
8
+ "schemaType": "Restaurant",
9
+ "mock": {
10
+ "seedName": "restaurant",
11
+ "seedBusinessId": "bus_mamas_kitchen"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "retail",
3
+ "name": "Retail",
4
+ "tagline": "Variant-aware retail storefront with full product detail pages and instalment support.",
5
+ "industry": "retail",
6
+ "tags": ["retail", "electronics", "variants"],
7
+ "stability": "stable",
8
+ "schemaType": "Store",
9
+ "mock": {
10
+ "seedName": "retail",
11
+ "seedBusinessId": "bus_currents_electronics"
12
+ }
13
+ }
@@ -0,0 +1,13 @@
1
+ {
2
+ "id": "services",
3
+ "name": "Services",
4
+ "tagline": "Bookable-services storefront with calendar slots and staff profiles.",
5
+ "industry": "services",
6
+ "tags": ["services", "bookings", "appointments"],
7
+ "stability": "stable",
8
+ "schemaType": "BeautySalon",
9
+ "mock": {
10
+ "seedName": "services",
11
+ "seedBusinessId": "bus_serene_spa"
12
+ }
13
+ }
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env node
2
- export { run as default, extractMockSeed, gatherIntrospection, renderIntrospection } from './chunk-I6P3I2YJ.mjs';
3
- import './chunk-RRY3NEZZ.mjs';
4
- import './chunk-YI7UMMM7.mjs';
5
- import './chunk-IQJ45AK3.mjs';
6
- import './chunk-C4M3DXKC.mjs';
7
- import './chunk-LS2VTSMQ.mjs';
8
- import './chunk-I3XQSSOT.mjs';
@@ -1,8 +0,0 @@
1
- #!/usr/bin/env node
2
- export { run as default, fetchCloneToken } from './chunk-QGBXGDA5.mjs';
3
- import './chunk-RZQTHTXX.mjs';
4
- import './chunk-MXYUAJEW.mjs';
5
- import './chunk-C4M3DXKC.mjs';
6
- import './chunk-D7WMSGKK.mjs';
7
- import './chunk-LS2VTSMQ.mjs';
8
- import './chunk-I3XQSSOT.mjs';