chati-dev 4.4.0 → 4.5.1

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 (85) hide show
  1. package/README.md +29 -27
  2. package/bin/chati.js +251 -1
  3. package/framework/agents/plan/tasks.md +46 -1
  4. package/framework/config.yaml +3 -3
  5. package/framework/constitution.md +16 -17
  6. package/framework/context/governance.md +5 -5
  7. package/framework/context/root.md +5 -5
  8. package/framework/data/entity-registry.yaml +1 -1
  9. package/framework/manifest.json +1351 -0
  10. package/framework/manifest.sig +1 -0
  11. package/framework/orchestrator/chati.md +48 -14
  12. package/node_modules/@chati/browser-capability/README.md +10 -0
  13. package/node_modules/@chati/browser-capability/package.json +17 -0
  14. package/node_modules/@chati/browser-capability/src/index.js +165 -0
  15. package/node_modules/@chati/core/package.json +13 -0
  16. package/node_modules/@chati/core/src/index.js +111 -0
  17. package/node_modules/@chati/knowledge-context/package.json +17 -0
  18. package/node_modules/@chati/knowledge-context/src/index.js +202 -0
  19. package/node_modules/@chati/planning/package.json +17 -0
  20. package/node_modules/@chati/planning/src/index.js +367 -0
  21. package/node_modules/@chati/provider-registry/package.json +16 -0
  22. package/node_modules/@chati/provider-registry/src/index.js +132 -0
  23. package/node_modules/@chati/rail/README.md +24 -0
  24. package/node_modules/@chati/rail/package.json +19 -0
  25. package/node_modules/@chati/rail/src/index.js +437 -0
  26. package/node_modules/@chati/release-lane/README.md +24 -0
  27. package/node_modules/@chati/release-lane/package.json +17 -0
  28. package/node_modules/@chati/release-lane/src/index.js +172 -0
  29. package/node_modules/@chati/review-council/package.json +17 -0
  30. package/node_modules/@chati/review-council/src/index.js +264 -0
  31. package/node_modules/@chati/tracking-clickup/README.md +55 -0
  32. package/node_modules/@chati/tracking-clickup/package.json +17 -0
  33. package/node_modules/@chati/tracking-clickup/src/index.js +293 -0
  34. package/package.json +25 -3
  35. package/src/config/claude-settings-generator.js +9 -6
  36. package/src/config/ide-configs.js +11 -0
  37. package/src/context/domain-loader.js +1 -1
  38. package/src/dashboard/data-reader.js +1 -1
  39. package/src/executors/runner.js +1 -1
  40. package/src/installer/core.js +33 -3
  41. package/src/installer/manifest.js +30 -4
  42. package/src/installer/scaffold-applier.js +1 -1
  43. package/src/installer/signing-public-key.pem +1 -1
  44. package/src/installer/templates.js +3 -3
  45. package/src/installer/validator.js +3 -2
  46. package/src/installer-v2/catalog-client.js +141 -0
  47. package/src/installer-v2/index.js +301 -0
  48. package/src/installer-v2/model-catalog-envelope.json +59 -0
  49. package/src/installer-v2/model-catalog.json +33 -0
  50. package/src/installer-v2/model-catalog.sig +1 -0
  51. package/src/installer-v2/wizard-installation.js +115 -0
  52. package/src/intelligence/registry-manager.js +3 -2
  53. package/src/license/client.js +1 -1
  54. package/src/memory/magic-docs.js +6 -1
  55. package/src/memory/session-digest.js +1 -1
  56. package/src/merger/yaml-merger.js +1 -1
  57. package/src/orchestrator/browser-runtime.js +25 -0
  58. package/src/orchestrator/cli.js +112 -15
  59. package/src/orchestrator/clickup-projection.js +84 -0
  60. package/src/orchestrator/clickup-runtime.js +13 -0
  61. package/src/orchestrator/deviation-handler.js +5 -3
  62. package/src/orchestrator/knowledge-runtime.js +64 -0
  63. package/src/orchestrator/planning-runtime.js +127 -0
  64. package/src/orchestrator/rail-runtime.js +421 -0
  65. package/src/orchestrator/release-runtime.js +14 -0
  66. package/src/orchestrator/review-runtime.js +74 -0
  67. package/src/orchestrator/runtime-installation-v2.js +38 -0
  68. package/src/orchestrator/session-manager.js +1 -1
  69. package/src/telemetry/config.js +1 -1
  70. package/src/terminal/adapters/grok-adapter.js +16 -0
  71. package/src/terminal/adapters/index.js +1 -0
  72. package/src/terminal/cli-registry.js +14 -0
  73. package/src/terminal/prompt-builder.js +2 -0
  74. package/src/terminal/run-agent.js +3 -0
  75. package/src/terminal/run-parallel.js +35 -24
  76. package/src/terminal/spawner.js +7 -1
  77. package/src/terminal/team-task-list.js +1 -1
  78. package/src/upgrade/backup.js +22 -44
  79. package/src/upgrade/checker.js +1 -1
  80. package/src/upgrade/migrator.js +52 -13
  81. package/src/utils/constitution-meta.js +12 -0
  82. package/src/utils/feature-flags.js +25 -1
  83. package/src/wizard/i18n.js +8 -2
  84. package/src/wizard/index.js +39 -4
  85. package/src/wizard/questions.js +59 -2
@@ -0,0 +1,1351 @@
1
+ {
2
+ "createdAt": "2026-08-26T20:08:59.239Z",
3
+ "files": {
4
+ "agents/build/dev.md": {
5
+ "hash": "5c8da2eee3357bbe84a6c468c76fe60a0c77357575503c3797aa94128282c565",
6
+ "size": 64929,
7
+ "type": "md"
8
+ },
9
+ "agents/deploy/devops.md": {
10
+ "hash": "556488072417f4ed5cb7a358ea40f1946283b93041236fcedb770fb404df8dd3",
11
+ "size": 17999,
12
+ "type": "md"
13
+ },
14
+ "agents/discover/brief.md": {
15
+ "hash": "d429a0d1bfb94f5d12c264bef90f0c5752c2500e57bdbdd6020ff84412fc9ff3",
16
+ "size": 26154,
17
+ "type": "md"
18
+ },
19
+ "agents/discover/brownfield-wu.md": {
20
+ "hash": "9b0f4eca1194d2d8a7e92c34cfa9357c774750299a79d0afeda06d1fe8d57a3e",
21
+ "size": 18088,
22
+ "type": "md"
23
+ },
24
+ "agents/discover/greenfield-wu.md": {
25
+ "hash": "abbced7c06b617584241fb4e1926315a2f6dcb651a36f7598315dbc7b67a6c83",
26
+ "size": 17171,
27
+ "type": "md"
28
+ },
29
+ "agents/plan/architect-data-engineer.md": {
30
+ "hash": "86df68c465d69443d01f4e01b1a897516a3216fc1ef0c79be1f8ecf867a0fa89",
31
+ "size": 10435,
32
+ "type": "md"
33
+ },
34
+ "agents/plan/architect-system.md": {
35
+ "hash": "bc5a92d013cc56448d4ed59366622217fdf90c90d083a5ae698d28cdbac06a8e",
36
+ "size": 8753,
37
+ "type": "md"
38
+ },
39
+ "agents/plan/architect.md": {
40
+ "hash": "94c5eeb672d172d39e4ca1e189cfbb772fae262631c17cd4c0d11227be4d0739",
41
+ "size": 13213,
42
+ "type": "md"
43
+ },
44
+ "agents/plan/detail.md": {
45
+ "hash": "1f5ae252b10cbc4142ff3be835344567db139e4e03dc5ffedd9653ff6e4115cb",
46
+ "size": 19258,
47
+ "type": "md"
48
+ },
49
+ "agents/plan/phases.md": {
50
+ "hash": "123bc5a1e12ad67777a1fac7d1953e3f764f49638b1cbef38dce991316630e15",
51
+ "size": 15834,
52
+ "type": "md"
53
+ },
54
+ "agents/plan/tasks.md": {
55
+ "hash": "e43665228fd7ae5a239e2d4b4298a54c5f06f465a89c9b8e939cf6e6b2ac8089",
56
+ "size": 28251,
57
+ "type": "md"
58
+ },
59
+ "agents/plan/ux-brand-architect.md": {
60
+ "hash": "9f9b586caf065402f493a1dcbb69ac70c575f595dc07021c7f46cc7e51a5490b",
61
+ "size": 28368,
62
+ "type": "md"
63
+ },
64
+ "agents/plan/ux-component-engineer.md": {
65
+ "hash": "7bc21a8b57a929420df4009895a841381c759a79174c18beeeb4c24a2a25dc7d",
66
+ "size": 19663,
67
+ "type": "md"
68
+ },
69
+ "agents/plan/ux-researcher.md": {
70
+ "hash": "1f489f01273296539c23965f5adfd87a994fb8e52d19308b73474486b3051095",
71
+ "size": 6484,
72
+ "type": "md"
73
+ },
74
+ "agents/plan/ux.md": {
75
+ "hash": "6cf80ed6d8f4694ed027402d648b1d7367a5b3f3e7c4bce54c86d1d109ad671f",
76
+ "size": 15218,
77
+ "type": "md"
78
+ },
79
+ "agents/quality/qa-implementation.md": {
80
+ "hash": "e3ea4d10856db04f91ea49714dc1f93bc2acf504edc9d93902d2a030c778d790",
81
+ "size": 40336,
82
+ "type": "md"
83
+ },
84
+ "agents/quality/qa-planning.md": {
85
+ "hash": "70135407c6bf8196a37cf52413c6462c0703ebc1fa59e511491c6360caf1dfd7",
86
+ "size": 25774,
87
+ "type": "md"
88
+ },
89
+ "agents/quality/qa-visual.md": {
90
+ "hash": "1fd18ad99315b6400a404acb307b0d33b18743429f8facb915f6127f57cdf57d",
91
+ "size": 21496,
92
+ "type": "md"
93
+ },
94
+ "agents/shared/visualizer.md": {
95
+ "hash": "6be88248ba3e5b02b900364e4729f55f4bb24031508f25ad7cbb664689ddd328",
96
+ "size": 4352,
97
+ "type": "md"
98
+ },
99
+ "config.yaml": {
100
+ "hash": "46011fbc84ddcb0d5aa5c3c3a303bcb649983568000d256574afaaa4efe585ab",
101
+ "size": 2841,
102
+ "type": "yaml"
103
+ },
104
+ "constitution.md": {
105
+ "hash": "444fa267ed5f998c428611c61204e390b694ed744913834d06faed9fce543e55",
106
+ "size": 67858,
107
+ "type": "md"
108
+ },
109
+ "context/governance.md": {
110
+ "hash": "80b2243a84b3ec0e9066ee51251685605252e4bd47fa94c2ce25f00af688cd79",
111
+ "size": 6086,
112
+ "type": "md"
113
+ },
114
+ "context/protocols.md": {
115
+ "hash": "c1fe6ae5c0c17ab664394bc3caa3ecddf4cd1c4a17db34ad5f5086bd65ccd399",
116
+ "size": 1250,
117
+ "type": "md"
118
+ },
119
+ "context/quality.md": {
120
+ "hash": "43c417d43e47ab724aa559a5edfa476f555ff8a204fb116e9c2d7ceedb47f927",
121
+ "size": 1997,
122
+ "type": "md"
123
+ },
124
+ "context/root.md": {
125
+ "hash": "bb154fbf806841bfc2a1885eddc453bf0c291b48fde8e39c68ce5309cd2b2fdd",
126
+ "size": 1217,
127
+ "type": "md"
128
+ },
129
+ "data/entity-registry.yaml": {
130
+ "hash": "48726ba4b1e84a114e783865ab0b9881bd869924d8b5ac0c6fd75f95f30219cc",
131
+ "size": 34605,
132
+ "type": "yaml"
133
+ },
134
+ "data/model-limits.json": {
135
+ "hash": "284710118be4f81d8f7a5fe973089057643ee12ba867e32f6bc587e9dcacf8bf",
136
+ "size": 1198,
137
+ "type": "json"
138
+ },
139
+ "data/qa-rubrics.yaml": {
140
+ "hash": "b91d5acddcb343e91b838350a29d6b32c2b88ba4a316657b3ed31be42ffccef6",
141
+ "size": 52181,
142
+ "type": "yaml"
143
+ },
144
+ "domains/agents/architect.yaml": {
145
+ "hash": "8144d3e23979fc4932f3bbd23efcd877618d9672a6b2fd554011b0ca85051686",
146
+ "size": 1723,
147
+ "type": "yaml"
148
+ },
149
+ "domains/agents/brief.yaml": {
150
+ "hash": "5911579d4a60b0c3788e8392871beccdd8f1ea0d602aa77cc3eb4f8032edd399",
151
+ "size": 2118,
152
+ "type": "yaml"
153
+ },
154
+ "domains/agents/brownfield-wu.yaml": {
155
+ "hash": "a606efdb3a2fefd13b2ee7cbb2d5334776fd4f45cbedae6253308d1b71b0a5cd",
156
+ "size": 1850,
157
+ "type": "yaml"
158
+ },
159
+ "domains/agents/detail.yaml": {
160
+ "hash": "28da39ec34bb7f87295c196bfc49d52ea461cecacaa14d3786cbab9e83731238",
161
+ "size": 1631,
162
+ "type": "yaml"
163
+ },
164
+ "domains/agents/dev.yaml": {
165
+ "hash": "6d3d2772dd601fcd80e3cbcf2552448be40474a2f7f328a436ec6f52fe7ab162",
166
+ "size": 2452,
167
+ "type": "yaml"
168
+ },
169
+ "domains/agents/devops.yaml": {
170
+ "hash": "1a7b548eb614eb878a4d364bc7d18d0dd90cbfc953ec8e0b2e215990567ab176",
171
+ "size": 1116,
172
+ "type": "yaml"
173
+ },
174
+ "domains/agents/greenfield-wu.yaml": {
175
+ "hash": "130b8c9cdc80131fad72f60cc9190f4410c581eb640f42319588ecce4e4d0768",
176
+ "size": 1727,
177
+ "type": "yaml"
178
+ },
179
+ "domains/agents/orchestrator.yaml": {
180
+ "hash": "6fdb938ef08f81ba60d189e09c5de06275ac53ecf2510d844369ac72a811972c",
181
+ "size": 1836,
182
+ "type": "yaml"
183
+ },
184
+ "domains/agents/phases.yaml": {
185
+ "hash": "c47bf0f8babf00665a1141f6ff9067375c20131d52012a6f04cc87eb43ec0fd5",
186
+ "size": 1542,
187
+ "type": "yaml"
188
+ },
189
+ "domains/agents/qa-implementation.yaml": {
190
+ "hash": "2f825d4b146c72e2ddd86dafd85187d1a5ef1fd4b5aa0cadede6b626f53ae44d",
191
+ "size": 1850,
192
+ "type": "yaml"
193
+ },
194
+ "domains/agents/qa-planning.yaml": {
195
+ "hash": "54a96516f009f3266b141b59874121f5b3324198b06d4c5016aaab24d3af4734",
196
+ "size": 1886,
197
+ "type": "yaml"
198
+ },
199
+ "domains/agents/qa-visual.yaml": {
200
+ "hash": "56a68cccfc315554054825de87381faa1a45e8b81c719f0d8964270fbe24bf5a",
201
+ "size": 2645,
202
+ "type": "yaml"
203
+ },
204
+ "domains/agents/tasks.yaml": {
205
+ "hash": "1bd418fc7632464876a806be5d514944d3061ca704e1a078caf65a9ead7e2dfd",
206
+ "size": 1591,
207
+ "type": "yaml"
208
+ },
209
+ "domains/agents/ux.yaml": {
210
+ "hash": "0d2a68b137abd9b26a24f19cc67e3feaa819758cab117bf2fbf405fd6bebe137",
211
+ "size": 2620,
212
+ "type": "yaml"
213
+ },
214
+ "domains/constitution.yaml": {
215
+ "hash": "e606a668f1ac03dbde194dbea2af676d64668e024f14b7d3b38063a715a10af3",
216
+ "size": 7000,
217
+ "type": "yaml"
218
+ },
219
+ "domains/global.yaml": {
220
+ "hash": "1be2bdf691e3e00650c9a468fab163581e1b71ebcd2e0d4083131600058628a6",
221
+ "size": 3002,
222
+ "type": "yaml"
223
+ },
224
+ "domains/workflows/brownfield-discovery.yaml": {
225
+ "hash": "7fc7a87f56fdc02ba89c708aa89e3327bf9820983fa3a2bd063ee43bc999fdfc",
226
+ "size": 568,
227
+ "type": "yaml"
228
+ },
229
+ "domains/workflows/brownfield-fullstack.yaml": {
230
+ "hash": "823e9533354ac6f38512f774fd32262c71eca164d3b476fa300c1eee8f37d77f",
231
+ "size": 625,
232
+ "type": "yaml"
233
+ },
234
+ "domains/workflows/brownfield-service.yaml": {
235
+ "hash": "10510a573828173a984de9e1dd05d84784aab309e99ccf66589760b2cadce116",
236
+ "size": 437,
237
+ "type": "yaml"
238
+ },
239
+ "domains/workflows/brownfield-ui.yaml": {
240
+ "hash": "900e19680cc39f368418c57636d613332499803a06a06d1010c537eadce18955",
241
+ "size": 431,
242
+ "type": "yaml"
243
+ },
244
+ "domains/workflows/greenfield-fullstack.yaml": {
245
+ "hash": "20dc8aed7141fbb56b3e2cdcdb86e06857cfb89e424f997695382d1e70776a0e",
246
+ "size": 688,
247
+ "type": "yaml"
248
+ },
249
+ "domains/workflows/quick-flow.yaml": {
250
+ "hash": "fcc65dadfb4559f7cece4759495306b4c1be44adf331163314c946bb7ea49587",
251
+ "size": 779,
252
+ "type": "yaml"
253
+ },
254
+ "domains/workflows/standard-flow.yaml": {
255
+ "hash": "e8b21aee685f7cc06f8be9e8e3b05e82e8632b2171b46b7811e5d11646c69b10",
256
+ "size": 1226,
257
+ "type": "yaml"
258
+ },
259
+ "executors/json-validate.js": {
260
+ "hash": "67f433dd52ca9af0bd2d7d94b08382f9cce955a9ad796f2c0b3fed6f6e29a6ab",
261
+ "size": 2745,
262
+ "type": "js"
263
+ },
264
+ "executors/npm-script.js": {
265
+ "hash": "23a78d738332b2d9288b3568555065c11ef1505fd0898658d6c60e321f1abc0e",
266
+ "size": 2317,
267
+ "type": "js"
268
+ },
269
+ "executors/path-check.js": {
270
+ "hash": "bff9aa2ab338cb23e824ebb6483128b715b8a2a22ee6fd9a37968a50c437c563",
271
+ "size": 2361,
272
+ "type": "js"
273
+ },
274
+ "executors/registry.yaml": {
275
+ "hash": "c6b03441ff00846ed439ca1314ea63b47771e8da25618e028c89ee9eef8485a1",
276
+ "size": 1964,
277
+ "type": "yaml"
278
+ },
279
+ "frameworks/decision-heuristics.yaml": {
280
+ "hash": "cf600af717167dd270d16dc48f58f716822482041069643fad5d5c9d689ac54a",
281
+ "size": 3182,
282
+ "type": "yaml"
283
+ },
284
+ "frameworks/quality-dimensions.yaml": {
285
+ "hash": "6d042a08812d9ffaa3844462fdcaf95d898397d8e5d8cd4c6fe254e3a9bb5e27",
286
+ "size": 2016,
287
+ "type": "yaml"
288
+ },
289
+ "hooks/advance-trigger.js": {
290
+ "hash": "ba2f11d01ba15a73669ab956146d353ea364019ad4839c34256124f4eb589bc0",
291
+ "size": 6704,
292
+ "type": "js"
293
+ },
294
+ "hooks/brief-validator.js": {
295
+ "hash": "6db38d712d8e8ca2ad3dc872498c215f3df9f3b2c5c8ee0ea45e2fafabbf46a1",
296
+ "size": 2788,
297
+ "type": "js"
298
+ },
299
+ "hooks/constitution-guard.js": {
300
+ "hash": "878fe6eb14a55d4d42f63e617466eee25832018fdcfb99cb3cc6a885e9f84d22",
301
+ "size": 10647,
302
+ "type": "js"
303
+ },
304
+ "hooks/git-push-authority.js": {
305
+ "hash": "5f4301a95a9b2ff252dbe2df0debccbbccdf6de7eb1ccec9c1a6015bf2353f6e",
306
+ "size": 4243,
307
+ "type": "js"
308
+ },
309
+ "hooks/license-guard.js": {
310
+ "hash": "863b7ea89d1235e6f48dd777e9fc341cd5581308e9026c83783199c93f4049a1",
311
+ "size": 10920,
312
+ "type": "js"
313
+ },
314
+ "hooks/mode-governance.js": {
315
+ "hash": "16eff90140f1df7ffd8cb15e5f16886a92c972c44c03b2b3999064239a72b69a",
316
+ "size": 5248,
317
+ "type": "js"
318
+ },
319
+ "hooks/model-governance.js": {
320
+ "hash": "d7f273d0330a1d24ccd5c73208993110c188548254e6f7c24e30a6f5fb8de79f",
321
+ "size": 5514,
322
+ "type": "js"
323
+ },
324
+ "hooks/package.json": {
325
+ "hash": "3ca9d4afd21425087cf31893b8f9f63c81b0b8408db5e343ca76e5f8aa26ab9a",
326
+ "size": 23,
327
+ "type": "json"
328
+ },
329
+ "hooks/post-dev.js": {
330
+ "hash": "e965d590b9b32049500a149b7d50742953b164810edb83c9d2bb0355c0e2d60d",
331
+ "size": 7091,
332
+ "type": "js"
333
+ },
334
+ "hooks/prism-engine.js": {
335
+ "hash": "bd9b77a59c9b74f7a24eacf1df5fc27a56740fd4ebe402c9d74d4575260a1ed9",
336
+ "size": 19167,
337
+ "type": "js"
338
+ },
339
+ "hooks/read-protection.js": {
340
+ "hash": "8115f4e0e41bf30ff7039072a5de2111245c5036806210e0cb62659f60486433",
341
+ "size": 3841,
342
+ "type": "js"
343
+ },
344
+ "hooks/reasoning-escalator.js": {
345
+ "hash": "6a49dff0361dab0a5911fc264c8b0a53414a919fa0a8ef84cf5323904713f180",
346
+ "size": 14365,
347
+ "type": "js"
348
+ },
349
+ "hooks/reference-trigger.js": {
350
+ "hash": "689971d4fce229f3cc4ad1265349547c8c412c5de49631130ea57900dd358564",
351
+ "size": 4031,
352
+ "type": "js"
353
+ },
354
+ "hooks/session-digest.js": {
355
+ "hash": "6b3856309b9dfc5366b8af80b36035c2dbaa5444ff71da1d230e0dfd58b53920",
356
+ "size": 13129,
357
+ "type": "js"
358
+ },
359
+ "hooks/settings.json": {
360
+ "hash": "28689f1d3f4c792633b20c2134a917fc97ae8e5961bc353d1c3e1a30629d9c39",
361
+ "size": 3098,
362
+ "type": "json"
363
+ },
364
+ "hooks/style-guard.js": {
365
+ "hash": "01308b6fed7e16edb7da1481a8a75fdce36c288388245450f4572ff7069fe9fd",
366
+ "size": 7525,
367
+ "type": "js"
368
+ },
369
+ "hooks/team-quality-gate.js": {
370
+ "hash": "85c7b3801310dca75c5bd3b940a1850e525ea738e5f655b54cad17caf6c22be4",
371
+ "size": 7055,
372
+ "type": "js"
373
+ },
374
+ "hooks/undercover-guard.js": {
375
+ "hash": "97e63819e6d0a60084f23942b03fc69b890c2fe22957d4fb95e5b1b89095510c",
376
+ "size": 9751,
377
+ "type": "js"
378
+ },
379
+ "i18n/en.yaml": {
380
+ "hash": "7fb19ab9fed900f10aeaa5bcffe3a4c2037b92513ec593fffc0509cd25f612fb",
381
+ "size": 4549,
382
+ "type": "yaml"
383
+ },
384
+ "i18n/es.yaml": {
385
+ "hash": "f83cc1afbe9e7f1ed0243326d4587ac087f72e5b7f9ba667ae8c65a4842a01f4",
386
+ "size": 4794,
387
+ "type": "yaml"
388
+ },
389
+ "i18n/fr.yaml": {
390
+ "hash": "d2b3b9077ee93260133ab83e9d928043d38f454ac28444e6d2dbc87fedc5b84c",
391
+ "size": 4878,
392
+ "type": "yaml"
393
+ },
394
+ "i18n/pt.yaml": {
395
+ "hash": "10183e9096376f050350cf5f69d582fae2fb47da4eb18fe72486760d5f965e07",
396
+ "size": 4747,
397
+ "type": "yaml"
398
+ },
399
+ "intelligence/confidence.yaml": {
400
+ "hash": "d5ab6843e32eaef4ee549fbe69e5de0148df322be34a71b3f3d75747252fc472",
401
+ "size": 3223,
402
+ "type": "yaml"
403
+ },
404
+ "intelligence/context-engine.md": {
405
+ "hash": "a94a49df4f53f3c6c2e603c985ba3ca683f4ba96c5e265a4515547fd5ad15363",
406
+ "size": 10199,
407
+ "type": "md"
408
+ },
409
+ "intelligence/decision-engine.md": {
410
+ "hash": "74f5d34de9f8017edfc774f4571881dd9e5b8c944709d3d43562441c284d2057",
411
+ "size": 4275,
412
+ "type": "md"
413
+ },
414
+ "intelligence/gotchas.yaml": {
415
+ "hash": "0621b1f4e4652c0ac9eec131c6f8b9934eab9a13b06d387f7d1f11c7ec988476",
416
+ "size": 2206,
417
+ "type": "yaml"
418
+ },
419
+ "intelligence/hooks-performance.md": {
420
+ "hash": "fc7f81a45cf3df9114591879efa1407c639a59005bdba637834be3f12dc15d96",
421
+ "size": 3018,
422
+ "type": "md"
423
+ },
424
+ "intelligence/memory-layer.md": {
425
+ "hash": "e5452bf1417a92530e4b945a93240d943a67e02c7500377bcc9d2e67ba4db258",
426
+ "size": 9384,
427
+ "type": "md"
428
+ },
429
+ "intelligence/patterns.yaml": {
430
+ "hash": "1679d9b5afec5a0f8bb652905ac23149c22fb6361ab562a2305b1eee27c236cd",
431
+ "size": 1230,
432
+ "type": "yaml"
433
+ },
434
+ "migrations/v1.0-to-v1.1.yaml": {
435
+ "hash": "17e30d24eb7f0b51fbe138a1a39cfc5be3f611b37034ca679051f1f77141968e",
436
+ "size": 1217,
437
+ "type": "yaml"
438
+ },
439
+ "migrations/v1.1-to-v1.2.yaml": {
440
+ "hash": "75d6a9249b40f20f6bfed5e9b7f044967e868a770242c608fd7258367f500d5a",
441
+ "size": 3553,
442
+ "type": "yaml"
443
+ },
444
+ "migrations/v1.4-to-v2.0.yaml": {
445
+ "hash": "879de9e19e902f2d69e541a447caef911fed59423ab0d85471278716aa410bf6",
446
+ "size": 4510,
447
+ "type": "yaml"
448
+ },
449
+ "migrations/v2.0-to-v2.0.1.yaml": {
450
+ "hash": "bacce284a4280f7cfda53558ef81904f50a84b432e4d191e14b73b6e64ec4d2f",
451
+ "size": 3726,
452
+ "type": "yaml"
453
+ },
454
+ "migrations/v4.0-to-v4.1.yaml": {
455
+ "hash": "5d297b2285ad65d27963f9a2d9e6cfb3d55afc006a62ec5720bc4d45ace8a130",
456
+ "size": 5405,
457
+ "type": "yaml"
458
+ },
459
+ "migrations/v4.2-to-v4.3.yaml": {
460
+ "hash": "3799c0428505d38fb20d324b88d9f2cb45e7a962482e5a879baf24c1821c9a97",
461
+ "size": 1537,
462
+ "type": "yaml"
463
+ },
464
+ "orchestrator/chati-router.js": {
465
+ "hash": "f686b16519162aee6fd524e970ba7f35e63b617d47b563a74abad01245aeff06",
466
+ "size": 16390,
467
+ "type": "js"
468
+ },
469
+ "orchestrator/chati-update.md": {
470
+ "hash": "0269003652c1aa09be93b6eb9a2fcd7d24fc802701557cb7a6951d117c621b11",
471
+ "size": 11123,
472
+ "type": "md"
473
+ },
474
+ "orchestrator/chati.md": {
475
+ "hash": "c2d895fd342422985b68d4912189f2abcfb2bac536c5cf325d0480faf9db5f9f",
476
+ "size": 44348,
477
+ "type": "md"
478
+ },
479
+ "patterns/elicitation-library.yaml": {
480
+ "hash": "223780498a36981fa030ae54f2e73bbc68140073b7c30a286465cffe45886f17",
481
+ "size": 25578,
482
+ "type": "yaml"
483
+ },
484
+ "patterns/elicitation.md": {
485
+ "hash": "f58d1aea9f79d1a6e49772bedfd040ec0afa9c59a8692559de47ce2b2697484a",
486
+ "size": 5141,
487
+ "type": "md"
488
+ },
489
+ "presets/nextjs.yaml": {
490
+ "hash": "ac28120271247d912d9b8580532ea6ca724a8f6828ee4465e7a6a907b6ff5b6d",
491
+ "size": 1408,
492
+ "type": "yaml"
493
+ },
494
+ "presets/node-express.yaml": {
495
+ "hash": "5e4a526578ef274ff0f086852d687029e5022563c0009250b7d72658c23f061a",
496
+ "size": 1424,
497
+ "type": "yaml"
498
+ },
499
+ "presets/react-vite.yaml": {
500
+ "hash": "d78ec93623d4718fb0f0fdd13453185e9dcec4408bfdac3a00dd1e82164da453",
501
+ "size": 1179,
502
+ "type": "yaml"
503
+ },
504
+ "presets/supabase-fullstack.yaml": {
505
+ "hash": "333e998d5ab2c1c9a0b18880cc23ae0ae6f1200f343975e09422ece0abd7e11b",
506
+ "size": 1387,
507
+ "type": "yaml"
508
+ },
509
+ "quality-gates/implementation-gate.md": {
510
+ "hash": "2639e8beb28383b815d3bfb41adda3fa67eabdd0f376a837e413a1d228a5a645",
511
+ "size": 1641,
512
+ "type": "md"
513
+ },
514
+ "quality-gates/planning-gate.md": {
515
+ "hash": "03df179b71bf524f50ac76bf6c2e14a6892fa9eb25508851fe703b75b9d9211d",
516
+ "size": 1789,
517
+ "type": "md"
518
+ },
519
+ "rules/human-writing-style.md": {
520
+ "hash": "faf8783c1d932ef7b761424454fc945c27e7401c3c57f815c2ca81a363cfc6fa",
521
+ "size": 2820,
522
+ "type": "md"
523
+ },
524
+ "scaffold/motion-premium-3d/app/(3d)/scroll-demo/page.tsx.template": {
525
+ "hash": "7fd2aed34b7a14329fe9eb272fd650f03334478f137f3ce9705baa8e68702808",
526
+ "size": 1024,
527
+ "type": "template"
528
+ },
529
+ "scaffold/motion-premium-3d/app/(3d)/scroll-demo/ScrollDemoCanvas.tsx.template": {
530
+ "hash": "417e0ee4a97c24c2274f067d0413e83d215b05de02a93f8a1e61ea4896250708",
531
+ "size": 2718,
532
+ "type": "template"
533
+ },
534
+ "scaffold/motion-premium-3d/app/(3d)/scroll-demo/ScrollDemoClient.tsx.template": {
535
+ "hash": "d0680fb6a2aef936250e7f5c7d495eb7f348c512b1758e8b19b2e13d0ef817d8",
536
+ "size": 2895,
537
+ "type": "template"
538
+ },
539
+ "scaffold/motion-premium-3d/components/3d/CameraRig.tsx.template": {
540
+ "hash": "6429f428029f0086ad00b6a3b63aaf8f8c1706b0ee5912dd97146020c94d8c10",
541
+ "size": 3335,
542
+ "type": "template"
543
+ },
544
+ "scaffold/motion-premium-3d/components/3d/CanvasProvider.tsx.template": {
545
+ "hash": "25a38661bd6841ece7fdf64501af0c5ec539a87bc567f0c11baa80308a69e3b8",
546
+ "size": 2887,
547
+ "type": "template"
548
+ },
549
+ "scaffold/motion-premium-3d/components/3d/InvalidateOnScroll.tsx.template": {
550
+ "hash": "0a4e70761b2b66ee30e3e41857b20a22e75f398c633a584eb6d3282e29c9d58d",
551
+ "size": 1857,
552
+ "type": "template"
553
+ },
554
+ "scaffold/motion-premium-3d/components/3d/MeshCrossfade.tsx.template": {
555
+ "hash": "01b1c886dd908cf66164c3094e31e254b77931cdbe04f25cd083b6f16e9a2769",
556
+ "size": 2811,
557
+ "type": "template"
558
+ },
559
+ "scaffold/motion-premium-3d/components/3d/ScrollCrossfade.tsx.template": {
560
+ "hash": "c938ef18060694f7d7c82562e43e1b03fa8bd4d698c5c7536e6fddf6da3c09e1",
561
+ "size": 2996,
562
+ "type": "template"
563
+ },
564
+ "scaffold/motion-premium-3d/components/3d/ScrollScene.tsx.template": {
565
+ "hash": "aa895c053b455f9ca6958a78f07511e583b665cdb03394ffb5740c1a55b310fb",
566
+ "size": 4441,
567
+ "type": "template"
568
+ },
569
+ "scaffold/motion-premium-3d/components/webgl/SceneFallback.tsx.template": {
570
+ "hash": "becb5c46ceb4a11f33e55d6254cea1b7a61427d72f89ab7e4b43b6babf2985e1",
571
+ "size": 2135,
572
+ "type": "template"
573
+ },
574
+ "scaffold/motion-premium-3d/components/webgl/WebGLContext.tsx.template": {
575
+ "hash": "fb059ae8c02ab42bb0a6712cd20839751f6d2de7911d7921c4e5a97e1032fe6d",
576
+ "size": 2342,
577
+ "type": "template"
578
+ },
579
+ "scaffold/motion-premium-3d/lib/webgl/detect.ts.template": {
580
+ "hash": "a8e139e375dae8137fd063956331bf86a41a9dd72bd0a777eabd7ac965b6c751",
581
+ "size": 2560,
582
+ "type": "template"
583
+ },
584
+ "scaffold/motion-premium-3d/README.md": {
585
+ "hash": "345f5f28c63adf248660c3f1f01f44f325bf73958ffcce761021fdda97358549",
586
+ "size": 4508,
587
+ "type": "md"
588
+ },
589
+ "scaffold/motion-premium-3d/scaffold.yaml": {
590
+ "hash": "7f54cb9524a51826357ae57152ae593f802974a72a54ecd35f5f041e18d15337",
591
+ "size": 6872,
592
+ "type": "yaml"
593
+ },
594
+ "scaffold/motion-premium/app/globals.css.template": {
595
+ "hash": "8977f886b2d1f69ea6c7329b5ce6547f350a83271ef7253a92a3ed5925be85ed",
596
+ "size": 13009,
597
+ "type": "template"
598
+ },
599
+ "scaffold/motion-premium/app/layout.tsx.template": {
600
+ "hash": "81018ee4dd5678393bdb46ee0af24900075f2a9023f0264f3496c9c2eea50dd7",
601
+ "size": 4874,
602
+ "type": "template"
603
+ },
604
+ "scaffold/motion-premium/components/animation/BackgroundCrossfadeProvider.tsx.template": {
605
+ "hash": "8ea2a8c62cba9912795ad3f032c4c74bef5e11fe579dd13e237eb3f272423310",
606
+ "size": 6254,
607
+ "type": "template"
608
+ },
609
+ "scaffold/motion-premium/components/animation/LenisProvider.tsx.template": {
610
+ "hash": "36c1fe36d6243e9bd49c0280d0818ea4387ef5b47969267858b740451b8b3bd7",
611
+ "size": 1834,
612
+ "type": "template"
613
+ },
614
+ "scaffold/motion-premium/components/animation/PageTransitionWrapper.tsx.template": {
615
+ "hash": "855c6b39c259fb531c45b361ddbb6eb2359aefe96449a39aa12c60243f4518d9",
616
+ "size": 2927,
617
+ "type": "template"
618
+ },
619
+ "scaffold/motion-premium/components/animation/Preloader.tsx.template": {
620
+ "hash": "c84091340f5ad146d46a0a276f74f17bdd52cedbc4d893db3ea40a634f96b6f4",
621
+ "size": 6061,
622
+ "type": "template"
623
+ },
624
+ "scaffold/motion-premium/components/ui/Container.tsx.template": {
625
+ "hash": "0750eb15b6eab1dbc82902483444b45b6f480776e2d5643885200e265ca974bc",
626
+ "size": 2476,
627
+ "type": "template"
628
+ },
629
+ "scaffold/motion-premium/components/ui/PageSection.tsx.template": {
630
+ "hash": "477eaa5a8529fa1d37163fb067a3ad6c90e91383efd4f28eb15a884a16405be7",
631
+ "size": 2679,
632
+ "type": "template"
633
+ },
634
+ "scaffold/motion-premium/lib/animations/gsap.ts.template": {
635
+ "hash": "2cd9726d325928f220091093759ae0eebea7eb4f7d6cd3ff268a217d2ed1dfea",
636
+ "size": 4667,
637
+ "type": "template"
638
+ },
639
+ "scaffold/motion-premium/lib/animations/refreshCoordinator.ts.template": {
640
+ "hash": "99b1dc911a376796f7729295a2058ec8f6b8a241555673528bd908bd849dc023",
641
+ "size": 2862,
642
+ "type": "template"
643
+ },
644
+ "scaffold/motion-premium/lib/animations/tokens.ts.template": {
645
+ "hash": "61f61e181c504856ed331c34969d3960eaa714a507542c24ec46070a847e6436",
646
+ "size": 5577,
647
+ "type": "template"
648
+ },
649
+ "scaffold/motion-premium/lib/animations/useGsapContext.ts.template": {
650
+ "hash": "4a4fcb36e0983875ab2a02915c08e9c56944f982c81d771facedc1c3cb451083",
651
+ "size": 3884,
652
+ "type": "template"
653
+ },
654
+ "scaffold/motion-premium/lib/animations/useScrollSnapStepper.ts.template": {
655
+ "hash": "3daf0ccd61dad9e6cc6534b96acdc9c6c9e6af57f5d72d0bb828b1c2f22dfda9",
656
+ "size": 9257,
657
+ "type": "template"
658
+ },
659
+ "scaffold/motion-premium/lib/animations/useSmoothScroll.ts.template": {
660
+ "hash": "bfa5d551c247e668298dcd29aff827cd595cc8609ab98f5b06876905f2efe3d5",
661
+ "size": 2443,
662
+ "type": "template"
663
+ },
664
+ "scaffold/motion-premium/lib/brand.ts.template": {
665
+ "hash": "5af561807a71ce1df32e9d75a6f0e6081149db222d2245de890ff765e83abc7b",
666
+ "size": 1817,
667
+ "type": "template"
668
+ },
669
+ "scaffold/motion-premium/README.md": {
670
+ "hash": "cfab7641d51f7641c5ee5aa64a4a806a9bc98714e338cda2d2ce0a8912224f39",
671
+ "size": 5485,
672
+ "type": "md"
673
+ },
674
+ "scaffold/motion-premium/scaffold.yaml": {
675
+ "hash": "c4d38873e5e18925e97a8217b33cca6668a4b15fc344f1bdab4c1abd035f84c6",
676
+ "size": 7471,
677
+ "type": "yaml"
678
+ },
679
+ "scaffold/saas-dashboard/app/dashboard/page.tsx.template": {
680
+ "hash": "5b252d19ef2b0aeeb8b9aed5fae6aee30f9735904d39dc62795b60c58c59721f",
681
+ "size": 18183,
682
+ "type": "template"
683
+ },
684
+ "scaffold/saas-dashboard/app/globals.css.template": {
685
+ "hash": "818de1e9d1062bf0161925bd4702010c60d9f554b9873468f5b93049f627b9e4",
686
+ "size": 31405,
687
+ "type": "template"
688
+ },
689
+ "scaffold/saas-dashboard/app/layout.tsx.template": {
690
+ "hash": "561ac6dcc8f9efe2ede70fec52d750d7c809f187ff6ea5b814510e5056c5b856",
691
+ "size": 8028,
692
+ "type": "template"
693
+ },
694
+ "scaffold/saas-dashboard/app/shell.css.template": {
695
+ "hash": "819d738fc8e14752c29d72aa712c8d6a9a2b35ab8940015954b242c58b0c340c",
696
+ "size": 31617,
697
+ "type": "template"
698
+ },
699
+ "scaffold/saas-dashboard/components/data/Chart.tsx.template": {
700
+ "hash": "6d708b5623233002b48d6c84481cd5e9174b2ce4cfc7911f01ae8f3cefbaaf05",
701
+ "size": 23748,
702
+ "type": "template"
703
+ },
704
+ "scaffold/saas-dashboard/components/data/DataTable.tsx.template": {
705
+ "hash": "857072ef71f3d7c6c3c86ec3c39fa51d4f1532ae19b8adfea0ed129566a8455a",
706
+ "size": 21849,
707
+ "type": "template"
708
+ },
709
+ "scaffold/saas-dashboard/components/data/DataTable.types.ts.template": {
710
+ "hash": "4f9e5a896d006ecceb68a1b5aeb74175187c489278ecd605f87dd3403f781e9e",
711
+ "size": 3524,
712
+ "type": "template"
713
+ },
714
+ "scaffold/saas-dashboard/components/data/DataTablePagination.tsx.template": {
715
+ "hash": "c446c703abbb96f137f26ca014ce8f925624b64a780a79b47062e4bd03b2b575",
716
+ "size": 7328,
717
+ "type": "template"
718
+ },
719
+ "scaffold/saas-dashboard/components/data/SkeletonBlock.tsx.template": {
720
+ "hash": "5c2c25c12c712a50fc280c551d8e145ea862a088c8c5447459a442998714e443",
721
+ "size": 4312,
722
+ "type": "template"
723
+ },
724
+ "scaffold/saas-dashboard/components/data/StatCard.tsx.template": {
725
+ "hash": "eaf60d8ae88f51870f4216379ccd346b4f24848c94f21a679bff7ea9d9f88bfd",
726
+ "size": 12464,
727
+ "type": "template"
728
+ },
729
+ "scaffold/saas-dashboard/components/data/StatCardGrid.tsx.template": {
730
+ "hash": "7e5cf700abe6258947e44688cc9fd0c84b419f30212171271912b9f54e371897",
731
+ "size": 4916,
732
+ "type": "template"
733
+ },
734
+ "scaffold/saas-dashboard/components/feedback/EmptyState.tsx.template": {
735
+ "hash": "0b7f451ae0ef4c1d5e08a76aba98843d828f26a1fe511444ac655ce439d59f08",
736
+ "size": 8302,
737
+ "type": "template"
738
+ },
739
+ "scaffold/saas-dashboard/components/interaction/CommandPalette.tsx.template": {
740
+ "hash": "e9f180c1383bdf46c19eb018c0057b71cc507445ef5bc4cbd161ecf53ba1a75d",
741
+ "size": 25623,
742
+ "type": "template"
743
+ },
744
+ "scaffold/saas-dashboard/components/interaction/Field.tsx.template": {
745
+ "hash": "afe894d60a5549a8e7250eb46eaa04c12c4aa356d2b6a1b51b96dc0625317aeb",
746
+ "size": 11236,
747
+ "type": "template"
748
+ },
749
+ "scaffold/saas-dashboard/components/interaction/Form.tsx.template": {
750
+ "hash": "ad9dce53f6bd8d6088408ff90615bf9783308c1632c93524866a25d76397350b",
751
+ "size": 12236,
752
+ "type": "template"
753
+ },
754
+ "scaffold/saas-dashboard/components/primitives/Badge.tsx.template": {
755
+ "hash": "7edf07ab19ada417688b642f2771a66871767ce64c94d9d1dec4aaecea947074",
756
+ "size": 6925,
757
+ "type": "template"
758
+ },
759
+ "scaffold/saas-dashboard/components/primitives/Button.tsx.template": {
760
+ "hash": "549a51565ab0e87b08344854c43b208f0fc30c3c85fb917b7822f95b8d0c3e0b",
761
+ "size": 9098,
762
+ "type": "template"
763
+ },
764
+ "scaffold/saas-dashboard/components/primitives/Card.tsx.template": {
765
+ "hash": "385f9d862276bc2920b9bd15c750cca6fc229a07bca0d87b7f6b4bf3db6f19b2",
766
+ "size": 8899,
767
+ "type": "template"
768
+ },
769
+ "scaffold/saas-dashboard/components/primitives/index.ts.template": {
770
+ "hash": "723bb4f061039ef0dea9cbd59d2934e0ce25cc9a9c2a68552d2dce6693b4bde9",
771
+ "size": 1870,
772
+ "type": "template"
773
+ },
774
+ "scaffold/saas-dashboard/components/primitives/Input.tsx.template": {
775
+ "hash": "58360436962ebb858715304f30a21077eb1699f78e7c27536f03c6fe75a4ea3c",
776
+ "size": 10471,
777
+ "type": "template"
778
+ },
779
+ "scaffold/saas-dashboard/components/primitives/Spinner.tsx.template": {
780
+ "hash": "43b6708bdeeeaea90fc35b9f46b89e6caa8f2ec186ce6ec4f4bd1f090fe9d55e",
781
+ "size": 4243,
782
+ "type": "template"
783
+ },
784
+ "scaffold/saas-dashboard/components/shell/AppShell.tsx.template": {
785
+ "hash": "76a3fbdedfedb402bdca47b1641ab9d871648ba4d7ddce91b04b7db35e8dee8a",
786
+ "size": 6128,
787
+ "type": "template"
788
+ },
789
+ "scaffold/saas-dashboard/components/shell/Breadcrumb.tsx.template": {
790
+ "hash": "ec15f4a94f927f039a3ded078b2509ed1d3cbcce57f137588eef1975b8d98e27",
791
+ "size": 6035,
792
+ "type": "template"
793
+ },
794
+ "scaffold/saas-dashboard/components/shell/Container.tsx.template": {
795
+ "hash": "504aacd498a383d98cc5bcddd070903a25940873c001ff5a75ae9fd66c9c8c1e",
796
+ "size": 3076,
797
+ "type": "template"
798
+ },
799
+ "scaffold/saas-dashboard/components/shell/NavItem.tsx.template": {
800
+ "hash": "b70119499c9cf221d226806eb04f07f7613b8accbdc61a7709c5ca579a328560",
801
+ "size": 4603,
802
+ "type": "template"
803
+ },
804
+ "scaffold/saas-dashboard/components/shell/Sidebar.tsx.template": {
805
+ "hash": "ba8a0c3308f9cb960171222db6115c89d2d01648d86404a589387e59ca6dd7d8",
806
+ "size": 13152,
807
+ "type": "template"
808
+ },
809
+ "scaffold/saas-dashboard/components/shell/SidebarContext.tsx.template": {
810
+ "hash": "d1f3e719cd4927fcb55e6223a2e946e70f816797277dc96720b31944193030c0",
811
+ "size": 5782,
812
+ "type": "template"
813
+ },
814
+ "scaffold/saas-dashboard/components/shell/ThemeToggle.tsx.template": {
815
+ "hash": "cfbc4a8428f40433977fbc28d94baa28ea18b74c8ae47985c3e6d9311d7229ae",
816
+ "size": 4350,
817
+ "type": "template"
818
+ },
819
+ "scaffold/saas-dashboard/components/shell/Topbar.tsx.template": {
820
+ "hash": "50e488f1db3f814707a8555bc8cb345561ac778d71b692768e10cd0a1eb2a951",
821
+ "size": 10836,
822
+ "type": "template"
823
+ },
824
+ "scaffold/saas-dashboard/lib/brand.ts.template": {
825
+ "hash": "6127008aef7b7de59f4b73bb0037a112ffad29ec6a8f0ef827e55baac538f4d7",
826
+ "size": 9521,
827
+ "type": "template"
828
+ },
829
+ "scaffold/saas-dashboard/README.md": {
830
+ "hash": "9675fa2ffc629229584f34a2e565a3f54df8059feaa612f5d3468ee782027b6d",
831
+ "size": 2810,
832
+ "type": "md"
833
+ },
834
+ "scaffold/saas-dashboard/scaffold.yaml": {
835
+ "hash": "921f680461ac4f528eb347c997489ef03995e11dea5907eb975e5fe34c0ccf59",
836
+ "size": 11634,
837
+ "type": "yaml"
838
+ },
839
+ "schemas/config.schema.json": {
840
+ "hash": "6dbf2e1cd0c6a5aaec1ca3713622260b33a131873de46e6b88c15c5bd44e79ad",
841
+ "size": 2348,
842
+ "type": "json"
843
+ },
844
+ "schemas/context.schema.json": {
845
+ "hash": "3ee061b6bbae365d55d84de95bb1b8f87b2f3393dec1513c2ad716c055aead04",
846
+ "size": 4242,
847
+ "type": "json"
848
+ },
849
+ "schemas/memory.schema.json": {
850
+ "hash": "4084ac7c794c697324dc9cb5e71d74665040500c890731c9073289fcac0daa59",
851
+ "size": 2703,
852
+ "type": "json"
853
+ },
854
+ "schemas/session.schema.json": {
855
+ "hash": "00cdca67431066d7c5a1796b6a7f4c42076925e2fa19c53e2813f54bd30ff206",
856
+ "size": 18002,
857
+ "type": "json"
858
+ },
859
+ "schemas/task.schema.json": {
860
+ "hash": "d00ddd6f0e99a10bb8229fc69262c49f048ffd353181a34573b191767863bc92",
861
+ "size": 3010,
862
+ "type": "json"
863
+ },
864
+ "scripts/reference-capture.js": {
865
+ "hash": "903dd9705d39a9922add10e9f8838d94fca1e9796ebb0efc44a94dcfb8b41013",
866
+ "size": 17628,
867
+ "type": "js"
868
+ },
869
+ "scripts/visual-qa.js": {
870
+ "hash": "f8a458ed4779adf03a332328c392c7260398e9c24dd391a2a2cf8f253127091b",
871
+ "size": 35199,
872
+ "type": "js"
873
+ },
874
+ "tasks/architect-api-design.md": {
875
+ "hash": "fc97a4f6a4d95077163100e6d3695166a230929a0024e1ef5ac6dd076185016e",
876
+ "size": 1501,
877
+ "type": "md"
878
+ },
879
+ "tasks/architect-consolidate.md": {
880
+ "hash": "64390ce9527a937afaafd704e786f6335e5ef1e67b91a528b18523fc5b49d136",
881
+ "size": 1329,
882
+ "type": "md"
883
+ },
884
+ "tasks/architect-db-design.md": {
885
+ "hash": "c1b2b7d3bc86ce1eb7b9c7af8693e249ea861a311f37cdcbd4ad4a72dbaeb392",
886
+ "size": 2051,
887
+ "type": "md"
888
+ },
889
+ "tasks/architect-dep-audit.md": {
890
+ "hash": "20369cf396931a1f38191a5adc7093f915270f590f4bcbc44d9977f26d2ab861",
891
+ "size": 4308,
892
+ "type": "md"
893
+ },
894
+ "tasks/architect-design.md": {
895
+ "hash": "1218f7ed553c24b9ed5d22e64347cb6149b1cb2b7b2b77cfb4dab3034e91dcb1",
896
+ "size": 2628,
897
+ "type": "md"
898
+ },
899
+ "tasks/architect-security-review.md": {
900
+ "hash": "40d65f5af2cf19dc5a8cfcc59921f40cbe9ac3ddacb0e6e60da562d1f4074d83",
901
+ "size": 1961,
902
+ "type": "md"
903
+ },
904
+ "tasks/architect-stack-selection.md": {
905
+ "hash": "c88a6aafaa26bfea4cd38c2943cbf320e4d248523b05265e7e6ea5adcc2331bf",
906
+ "size": 2763,
907
+ "type": "md"
908
+ },
909
+ "tasks/brief-consolidate.md": {
910
+ "hash": "00d397a120a6a8c88d5ee2004e0f10f502f20e61f7fec2ced30753ab7f7a57c7",
911
+ "size": 7236,
912
+ "type": "md"
913
+ },
914
+ "tasks/brief-constraint-identify.md": {
915
+ "hash": "dede335a92866fa04dece878d4ed7ae557a88ac7adb1b11ab71ff7f0002e4603",
916
+ "size": 9126,
917
+ "type": "md"
918
+ },
919
+ "tasks/brief-extract-requirements.md": {
920
+ "hash": "e4c5b1cac09ee06145dfcac63aae2a82aa173bc90b65ee0bd4fe7945f0ccb50d",
921
+ "size": 11298,
922
+ "type": "md"
923
+ },
924
+ "tasks/brief-stakeholder-map.md": {
925
+ "hash": "667a490aeda0ac73750501c72b02fe3a240f684f654cfcd95d1640fd03b718c1",
926
+ "size": 5370,
927
+ "type": "md"
928
+ },
929
+ "tasks/brief-validate-completeness.md": {
930
+ "hash": "67b5d6fe664026f7f8cad862dd168aebf2d5228a521d7c69c1e5cc6ebe8a7e08",
931
+ "size": 3543,
932
+ "type": "md"
933
+ },
934
+ "tasks/brownfield-wu-architecture-map.md": {
935
+ "hash": "2629992b3c0cabeee6d737829cd0019063919d37f1557cd230d6eb4086fc045c",
936
+ "size": 15223,
937
+ "type": "md"
938
+ },
939
+ "tasks/brownfield-wu-deep-discovery.md": {
940
+ "hash": "00c79ae4e14fad5f523003211432aec8dcafa5d898edca5c4f5757a0b3cadb01",
941
+ "size": 9457,
942
+ "type": "md"
943
+ },
944
+ "tasks/brownfield-wu-dependency-scan.md": {
945
+ "hash": "695440e1cb653ca8fbd5d7303defd73bdf9b4367e35040aae88a50a58c35ebb5",
946
+ "size": 11363,
947
+ "type": "md"
948
+ },
949
+ "tasks/brownfield-wu-migration-plan.md": {
950
+ "hash": "2553b460f9e8e5a88029cea1ae62613b0f5d553b8bdf54b79f3e2804d291b994",
951
+ "size": 16870,
952
+ "type": "md"
953
+ },
954
+ "tasks/brownfield-wu-report.md": {
955
+ "hash": "c23bb38808a7c7f5a4a6964145c82effca8abd386243628c48b7dbd57aac62e6",
956
+ "size": 10749,
957
+ "type": "md"
958
+ },
959
+ "tasks/brownfield-wu-risk-assess.md": {
960
+ "hash": "b891b2ca0710e926d31fcb066d17caf1d75602318f205d54b7d754caedf59449",
961
+ "size": 14125,
962
+ "type": "md"
963
+ },
964
+ "tasks/detail-acceptance-criteria.md": {
965
+ "hash": "28170976aa97b973ac45518b274a9e40d2c6ccb1629d095cbe642087b914a3dc",
966
+ "size": 11527,
967
+ "type": "md"
968
+ },
969
+ "tasks/detail-consolidate.md": {
970
+ "hash": "00ebec751755d61c8d3d9e4d7e2d9cdd6686fb951b9c0fb1cb95dccc8813c8da",
971
+ "size": 3156,
972
+ "type": "md"
973
+ },
974
+ "tasks/detail-edge-case-analysis.md": {
975
+ "hash": "76db4dfab811b58ee53e2ea90978717a18d9411686bc25eb5d0e95de9b87b118",
976
+ "size": 10971,
977
+ "type": "md"
978
+ },
979
+ "tasks/detail-expand-prd.md": {
980
+ "hash": "7c1666e551f10bbc56415bc97a1d145a7e43af13afd2dee846cd52c2b3088aa9",
981
+ "size": 12394,
982
+ "type": "md"
983
+ },
984
+ "tasks/detail-nfr-extraction.md": {
985
+ "hash": "5c35e581de5a5737dc53343bec2f78b83210637d4db974a44ae663a5197198f6",
986
+ "size": 7332,
987
+ "type": "md"
988
+ },
989
+ "tasks/dev-code-review.md": {
990
+ "hash": "bdf2acae199369e2c9bbf4c3a4fb49d6f3e3f243a8cc2cab80023a53081dc80e",
991
+ "size": 10322,
992
+ "type": "md"
993
+ },
994
+ "tasks/dev-consolidate.md": {
995
+ "hash": "97702df817f6ac4a87e4112c02c184abdd9f21f3a73ea1c18aa9fc02b71ac3af",
996
+ "size": 13343,
997
+ "type": "md"
998
+ },
999
+ "tasks/dev-debug.md": {
1000
+ "hash": "433e2b38811d8d9afed606edb1589add9da246e684961f5882311e9abae95723",
1001
+ "size": 8337,
1002
+ "type": "md"
1003
+ },
1004
+ "tasks/dev-implement.md": {
1005
+ "hash": "94403136671af58e72a5936f0c5c5f8d4c4ebc773f15535bfad1e97c9bd73711",
1006
+ "size": 6714,
1007
+ "type": "md"
1008
+ },
1009
+ "tasks/dev-iterate.md": {
1010
+ "hash": "94a57eb3b92a363cca8daed30d66a4f3039e05848e3be5b2a2af410f1539c985",
1011
+ "size": 10131,
1012
+ "type": "md"
1013
+ },
1014
+ "tasks/dev-pr-prepare.md": {
1015
+ "hash": "ff512ec6611e50b9ed31467813bcf00fe1e57274d177ac9856f4772f4c389df0",
1016
+ "size": 11379,
1017
+ "type": "md"
1018
+ },
1019
+ "tasks/dev-refactor.md": {
1020
+ "hash": "cf99d6272c09f4a62003991bc55a48976aa361ef3bb05ec0470fe4f94afa70b1",
1021
+ "size": 9004,
1022
+ "type": "md"
1023
+ },
1024
+ "tasks/dev-test-write.md": {
1025
+ "hash": "81a4f4a95df1ab6671b761941d744fb39b313134c2877fb52b79508c93a08aad",
1026
+ "size": 8118,
1027
+ "type": "md"
1028
+ },
1029
+ "tasks/devops-ci-setup.md": {
1030
+ "hash": "f6aeff4f29925ad739c973c89c79f0425b396275db6b9ac6961401c8f61b0b60",
1031
+ "size": 9247,
1032
+ "type": "md"
1033
+ },
1034
+ "tasks/devops-consolidate.md": {
1035
+ "hash": "6515a248517703546d1ea89f218def36c463e20ea48358e2c2378eac8eae422a",
1036
+ "size": 15208,
1037
+ "type": "md"
1038
+ },
1039
+ "tasks/devops-deploy-config.md": {
1040
+ "hash": "056f131ba8c060d17db0d3e1308bf22d903deba4c19bcc1995ef95e0bf779a22",
1041
+ "size": 11588,
1042
+ "type": "md"
1043
+ },
1044
+ "tasks/devops-monitoring-setup.md": {
1045
+ "hash": "074b2e94236dbe3b01a7f9c875da92fcb1db914693779cd6be5eee3638b8d5fc",
1046
+ "size": 14171,
1047
+ "type": "md"
1048
+ },
1049
+ "tasks/devops-release-prepare.md": {
1050
+ "hash": "51f7cff4bda3c75b5380eceb42a6794cbdcfe15010795b4f9946b17c40b72575",
1051
+ "size": 13507,
1052
+ "type": "md"
1053
+ },
1054
+ "tasks/greenfield-wu-analyze-empty.md": {
1055
+ "hash": "6328cd87076c7d44451a48d32fd74e3cd5da4b97b74252894374168ea0f5403f",
1056
+ "size": 5322,
1057
+ "type": "md"
1058
+ },
1059
+ "tasks/greenfield-wu-report.md": {
1060
+ "hash": "c0668589f6fd185ce31ced7bad67c78dfae43a481a6a0980c7cf305f635d900b",
1061
+ "size": 9429,
1062
+ "type": "md"
1063
+ },
1064
+ "tasks/greenfield-wu-scaffold-detection.md": {
1065
+ "hash": "54beae12a1571c7fd5ba780b9dd24abc7901c9f034da5dcdf37274bf5ab28f88",
1066
+ "size": 7439,
1067
+ "type": "md"
1068
+ },
1069
+ "tasks/greenfield-wu-tech-stack-assess.md": {
1070
+ "hash": "f8d4de25ed04b097e8e962d8806ca818338aa60e27669286454d7c2a63908007",
1071
+ "size": 9691,
1072
+ "type": "md"
1073
+ },
1074
+ "tasks/orchestrator-deviation.md": {
1075
+ "hash": "edf56d6692d6e98ffaf6913d91b8d4ed291175f6f881db2559d05d66922a240c",
1076
+ "size": 7860,
1077
+ "type": "md"
1078
+ },
1079
+ "tasks/orchestrator-escalate.md": {
1080
+ "hash": "f1283368f60cd5cef6ceeda283efb1bd790badca1540f5883ef4e9eb9f22a984",
1081
+ "size": 8285,
1082
+ "type": "md"
1083
+ },
1084
+ "tasks/orchestrator-handoff.md": {
1085
+ "hash": "d4cb4532f6e9eb1cf5b9d9cb04edf80b2be5869dad84d7ca1de23b46cb31b931",
1086
+ "size": 7610,
1087
+ "type": "md"
1088
+ },
1089
+ "tasks/orchestrator-health.md": {
1090
+ "hash": "e269fd97786a714af5680ed52366334aeb3853fab1281589f99402fcff179344",
1091
+ "size": 9158,
1092
+ "type": "md"
1093
+ },
1094
+ "tasks/orchestrator-mode-switch.md": {
1095
+ "hash": "d878eedcd2d82c4374217ac458d8246a1946b8f606886618cc57c892b2a41143",
1096
+ "size": 8179,
1097
+ "type": "md"
1098
+ },
1099
+ "tasks/orchestrator-preview.md": {
1100
+ "hash": "c239afaf9d31912bdf16fa85c17800401f2bb81107d690d93ef7d734436e40be",
1101
+ "size": 5933,
1102
+ "type": "md"
1103
+ },
1104
+ "tasks/orchestrator-resume.md": {
1105
+ "hash": "2db1e02278346f78081ac7bf4686af075e05f45f2fcebcdde3ad5f49d1e03e67",
1106
+ "size": 5593,
1107
+ "type": "md"
1108
+ },
1109
+ "tasks/orchestrator-route.md": {
1110
+ "hash": "58af6893da740569437cf7dea32732a184a794d0b02e8b9e23d8e0dfc71c82e5",
1111
+ "size": 4968,
1112
+ "type": "md"
1113
+ },
1114
+ "tasks/orchestrator-spawn-terminal.md": {
1115
+ "hash": "f892410e5dcd6d872a55e1c30da9c2158201e1ca3bb075c9417e0edec4ae1675",
1116
+ "size": 9685,
1117
+ "type": "md"
1118
+ },
1119
+ "tasks/orchestrator-status.md": {
1120
+ "hash": "150070902896552c89b3dbe4184bfa94d04b4089d7131d9c27ccb76739ff9890",
1121
+ "size": 7583,
1122
+ "type": "md"
1123
+ },
1124
+ "tasks/orchestrator-suggest-mode.md": {
1125
+ "hash": "1469c13a9ba4204251c889929e1fd621bf43b135abf44f6620ac2f2b89f0159e",
1126
+ "size": 9678,
1127
+ "type": "md"
1128
+ },
1129
+ "tasks/phases-breakdown.md": {
1130
+ "hash": "2ccbbdb248f809f3761ffd5476e21c20aa854e2de17cbd5eaab6e9d23a033ceb",
1131
+ "size": 2093,
1132
+ "type": "md"
1133
+ },
1134
+ "tasks/phases-dependency-mapping.md": {
1135
+ "hash": "ac308d507c3213f9bb83bf287844512da3b85063fc62ad635770f52601097517",
1136
+ "size": 1952,
1137
+ "type": "md"
1138
+ },
1139
+ "tasks/phases-mvp-scoping.md": {
1140
+ "hash": "30f29a703e04e3c3dbc8a6bc0fd8b9e79c56e3dba6cc74cada1418817d76560e",
1141
+ "size": 2868,
1142
+ "type": "md"
1143
+ },
1144
+ "tasks/qa-impl-consolidate.md": {
1145
+ "hash": "11044731cab3d4f32d87f80fa268f39084cf7bbe35371b704f2b070b9bf72f4f",
1146
+ "size": 14424,
1147
+ "type": "md"
1148
+ },
1149
+ "tasks/qa-impl-performance-test.md": {
1150
+ "hash": "3a2d6fe29fc243493a9ddbb40ad72d7165fee2e65b5343bb0281767cdac9fe31",
1151
+ "size": 14559,
1152
+ "type": "md"
1153
+ },
1154
+ "tasks/qa-impl-regression-check.md": {
1155
+ "hash": "29bddd6213be40f584894d5ffadca3ced04fac4024a5d00d1430c16c8370d9e2",
1156
+ "size": 15167,
1157
+ "type": "md"
1158
+ },
1159
+ "tasks/qa-impl-sast-scan.md": {
1160
+ "hash": "887ee22ec4a21af4a19ed664caa7c5d3cd2079f022a0e53082bf41edd949348f",
1161
+ "size": 13273,
1162
+ "type": "md"
1163
+ },
1164
+ "tasks/qa-impl-test-execute.md": {
1165
+ "hash": "75f0150d5a6b731dfd85c07cf5bf03bbadb83577a7ed23f41cbc8fc7e4fec46f",
1166
+ "size": 11245,
1167
+ "type": "md"
1168
+ },
1169
+ "tasks/qa-impl-verdict.md": {
1170
+ "hash": "33c3bb55bca4cf457208e44450b24385a6b6344324bc911561a38cfd1dc5cff8",
1171
+ "size": 11623,
1172
+ "type": "md"
1173
+ },
1174
+ "tasks/qa-planning-consolidate.md": {
1175
+ "hash": "c83dfac29a749bfabe605c58541b1cea2ea8006b58571eef312d52f197a57f3b",
1176
+ "size": 11536,
1177
+ "type": "md"
1178
+ },
1179
+ "tasks/qa-planning-coverage-plan.md": {
1180
+ "hash": "e3926a8f3b4f59329385237c9d0e30839dfcabc3153cf335bf363111cbf3c185",
1181
+ "size": 12135,
1182
+ "type": "md"
1183
+ },
1184
+ "tasks/qa-planning-gate-define.md": {
1185
+ "hash": "c83a8fd5b4fae6c9834bf5efccb51adc4c78beb805f955427e029cb496e31ca7",
1186
+ "size": 11909,
1187
+ "type": "md"
1188
+ },
1189
+ "tasks/qa-planning-risk-matrix.md": {
1190
+ "hash": "dba920f07a43459bb89c47689ba934f97321fe297397fbf56cef8da824eca07e",
1191
+ "size": 20402,
1192
+ "type": "md"
1193
+ },
1194
+ "tasks/qa-planning-test-strategy.md": {
1195
+ "hash": "8b29635accb1373a0918eaab36d4997073daebb2d859d1dd6e3b39dfa91a9c65",
1196
+ "size": 6959,
1197
+ "type": "md"
1198
+ },
1199
+ "tasks/tasks-acceptance-write.md": {
1200
+ "hash": "d0a32007c89ee7546db358a99519ec8e13951d153445ed391970fdadab1bc544",
1201
+ "size": 2163,
1202
+ "type": "md"
1203
+ },
1204
+ "tasks/tasks-consolidate.md": {
1205
+ "hash": "c1f13dd23d4ea358f38b692178d3a80796460bc9ee718af531353951f580865c",
1206
+ "size": 1459,
1207
+ "type": "md"
1208
+ },
1209
+ "tasks/tasks-decompose.md": {
1210
+ "hash": "a14ab9fe8ee5bbb33d7db5e895a099e677cd713a96a8e7bed886e475f419a941",
1211
+ "size": 2183,
1212
+ "type": "md"
1213
+ },
1214
+ "tasks/tasks-estimate.md": {
1215
+ "hash": "67d43304544163157e527d814febbdccdcb5db2aff94f8401d428aea5a48593a",
1216
+ "size": 1424,
1217
+ "type": "md"
1218
+ },
1219
+ "tasks/ux-a11y-check.md": {
1220
+ "hash": "89e2abb2a4ce3c74eca153ea60d5c8cf1ba67d97d8788a7e139887c3500b9190",
1221
+ "size": 1259,
1222
+ "type": "md"
1223
+ },
1224
+ "tasks/ux-component-map.md": {
1225
+ "hash": "c79180b398c9bc6de91a39c53fc7f73daf5791e9283e4d873ef1f741d0a12b03",
1226
+ "size": 1390,
1227
+ "type": "md"
1228
+ },
1229
+ "tasks/ux-consolidate.md": {
1230
+ "hash": "484412e501a2e716673694c26df01ca76561277f378064f8dfe8636915fffe3b",
1231
+ "size": 945,
1232
+ "type": "md"
1233
+ },
1234
+ "tasks/ux-user-flow.md": {
1235
+ "hash": "4b26781f9f223f65ab4957edfb2dcebb8facf39113eabc4abd253888ee04b4d7",
1236
+ "size": 1149,
1237
+ "type": "md"
1238
+ },
1239
+ "tasks/ux-wireframe.md": {
1240
+ "hash": "f69af66af901886e9776cfd61eaf45c160ebcf060fac8d21c90d56f1f5b2d1ac",
1241
+ "size": 1746,
1242
+ "type": "md"
1243
+ },
1244
+ "templates/brandbook-html-tmpl.md": {
1245
+ "hash": "b057ed35560a9f4337dde4fef8ec3c75f1aa57fe71de036ac549685cf31ec9f3",
1246
+ "size": 3843,
1247
+ "type": "md"
1248
+ },
1249
+ "templates/brandbook-tmpl.yaml": {
1250
+ "hash": "ca95d7d6d9f24b602a0769d286430aa48d3d5891c2d2adfd85dede6f2668ab2c",
1251
+ "size": 5305,
1252
+ "type": "yaml"
1253
+ },
1254
+ "templates/brownfield-prd-tmpl.yaml": {
1255
+ "hash": "44235ce20b18be3758e3e8b7009a6b6a2b4b3376a0b7e7e0e23970bc2dcc7d80",
1256
+ "size": 3076,
1257
+ "type": "yaml"
1258
+ },
1259
+ "templates/component-spec-tmpl.yaml": {
1260
+ "hash": "f16924814721a91224999b6fb96347f39982622cc13097282b6af5fa8592ca27",
1261
+ "size": 4238,
1262
+ "type": "yaml"
1263
+ },
1264
+ "templates/design-token-tmpl.yaml": {
1265
+ "hash": "0b05d86253812414657fc6129c1e1da93e80fa518ef29c99c3667c0f023b780b",
1266
+ "size": 1930,
1267
+ "type": "yaml"
1268
+ },
1269
+ "templates/fullstack-architecture-tmpl.yaml": {
1270
+ "hash": "689061a86cf2637c91a92862c81f26b15d11af300daa5177ec883e4f8d18659c",
1271
+ "size": 2856,
1272
+ "type": "yaml"
1273
+ },
1274
+ "templates/icon-system-tmpl.yaml": {
1275
+ "hash": "c51b823eef6859392c8e229e59b25dbbf495041c3c2e3a80ce112aaf1807ef3b",
1276
+ "size": 3026,
1277
+ "type": "yaml"
1278
+ },
1279
+ "templates/prd-tmpl.yaml": {
1280
+ "hash": "ca5776e9dd997208c241a3c1cc0d05263f19175bdf361f781da799d52e4fdf35",
1281
+ "size": 2919,
1282
+ "type": "yaml"
1283
+ },
1284
+ "templates/qa-gate-tmpl.yaml": {
1285
+ "hash": "02bb10d78b0220d1959c8c1599149222ba78ee2a54b2ba42190ae0df8860fca6",
1286
+ "size": 3333,
1287
+ "type": "yaml"
1288
+ },
1289
+ "templates/quick-brief-tmpl.yaml": {
1290
+ "hash": "f5bd9831bf9368937c3dbb52c820ec0ead5473b9f5e46f3e834ed168fa73cc48",
1291
+ "size": 2451,
1292
+ "type": "yaml"
1293
+ },
1294
+ "templates/session-memory-tmpl.yaml": {
1295
+ "hash": "5437f6274ad76e6d087a51235a50bd36a240fab611c23997592a3f2588711d05",
1296
+ "size": 1803,
1297
+ "type": "yaml"
1298
+ },
1299
+ "templates/task-tmpl.yaml": {
1300
+ "hash": "4a220418d43556f77bfc0aa6c5862a20fe8b9d599a03cd1562f63c6a8b2391c8",
1301
+ "size": 1898,
1302
+ "type": "yaml"
1303
+ },
1304
+ "templates/team-build-tasks.yaml": {
1305
+ "hash": "8e573973a7d825b0f441f0614ead2c7bebf09f58579594314204f14980a7655e",
1306
+ "size": 1825,
1307
+ "type": "yaml"
1308
+ },
1309
+ "templates/team-planning-tasks.yaml": {
1310
+ "hash": "223ae304b9bacc334c2e8b744bd02b81023a4094f6069c3abf7ded028801996a",
1311
+ "size": 2637,
1312
+ "type": "yaml"
1313
+ },
1314
+ "workflows/brownfield-discovery.yaml": {
1315
+ "hash": "1b375de273e3cfca340d9cb3ac0a086771d8a33703c444ea532ed00d0cd3fcab",
1316
+ "size": 2100,
1317
+ "type": "yaml"
1318
+ },
1319
+ "workflows/brownfield-fullstack.yaml": {
1320
+ "hash": "5496b91fd49e4cefd07f15b89fc2e7a9974fcc0559be5a5a4ce22c4c9b4ce52d",
1321
+ "size": 4495,
1322
+ "type": "yaml"
1323
+ },
1324
+ "workflows/brownfield-service.yaml": {
1325
+ "hash": "57cb79885434fa6e885b3393327915b39f631dda9a8e4f389b0459449bc2060d",
1326
+ "size": 3785,
1327
+ "type": "yaml"
1328
+ },
1329
+ "workflows/brownfield-ui.yaml": {
1330
+ "hash": "8e757ae5f12931b0bd4f3f5399af1ba7af5893da83596331fab322083514cc96",
1331
+ "size": 4144,
1332
+ "type": "yaml"
1333
+ },
1334
+ "workflows/greenfield-fullstack.yaml": {
1335
+ "hash": "952e3eb5cdd133a753c40661d3f68eddf7d1bf23ea324626ed2260a3e88b49e2",
1336
+ "size": 4949,
1337
+ "type": "yaml"
1338
+ },
1339
+ "workflows/quick-flow.yaml": {
1340
+ "hash": "40c129b14b6d7d87d543653c25b4d37037a4f69c9abea1a97673d24f699da5f4",
1341
+ "size": 4617,
1342
+ "type": "yaml"
1343
+ },
1344
+ "workflows/standard-flow.yaml": {
1345
+ "hash": "136325ee0871063bbbdbd84a2017a90d7c418a5e153cfd080e7208baac5224f8",
1346
+ "size": 5667,
1347
+ "type": "yaml"
1348
+ }
1349
+ },
1350
+ "version": "4.5.1"
1351
+ }