@almadar/std 14.24.0 → 14.26.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 (433) hide show
  1. package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  2. package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  3. package/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  4. package/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  5. package/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  6. package/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  7. package/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  8. package/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  9. package/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  10. package/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  11. package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  12. package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  13. package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  14. package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  15. package/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  16. package/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  17. package/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  18. package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  19. package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  20. package/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  21. package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  22. package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  23. package/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  24. package/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  25. package/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  26. package/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  27. package/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  28. package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  29. package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  30. package/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  31. package/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  32. package/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  33. package/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  34. package/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  35. package/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  36. package/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  37. package/behaviors/registry/app/atoms/std-donor.orb +88 -38
  38. package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  39. package/behaviors/registry/app/atoms/std-driver.orb +92 -80
  40. package/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  41. package/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  42. package/behaviors/registry/app/atoms/std-event.orb +60 -60
  43. package/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  44. package/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  45. package/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  46. package/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  47. package/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  48. package/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  49. package/behaviors/registry/app/atoms/std-lease.orb +174 -38
  50. package/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  51. package/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  52. package/behaviors/registry/app/atoms/std-matter.orb +237 -40
  53. package/behaviors/registry/app/atoms/std-membership.orb +93 -37
  54. package/behaviors/registry/app/atoms/std-menu.orb +44 -44
  55. package/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  56. package/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  57. package/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  58. package/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  59. package/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  60. package/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  61. package/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  62. package/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  63. package/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  64. package/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  65. package/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  66. package/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  67. package/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  68. package/behaviors/registry/app/atoms/std-segment.orb +76 -33
  69. package/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  70. package/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  71. package/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  72. package/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  73. package/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  74. package/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  75. package/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  76. package/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  77. package/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  78. package/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  79. package/behaviors/registry/app/atoms/std-trial.orb +116 -47
  80. package/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  81. package/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  82. package/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  83. package/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  84. package/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  85. package/behaviors/registry/app/molecules/std-application.orb +159 -159
  86. package/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  87. package/behaviors/registry/app/molecules/std-cart.orb +49 -49
  88. package/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  89. package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  90. package/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  91. package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  92. package/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  93. package/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  94. package/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  95. package/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  96. package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  97. package/behaviors/registry/app/organisms/std-cms.orb +296 -296
  98. package/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  99. package/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  100. package/behaviors/registry/app/organisms/std-crm.orb +248 -248
  101. package/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  102. package/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  103. package/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  104. package/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  105. package/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  106. package/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  107. package/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  108. package/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  109. package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  110. package/behaviors/registry/app/organisms/std-forum.orb +152 -152
  111. package/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  112. package/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  113. package/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  114. package/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  115. package/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  116. package/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  117. package/behaviors/registry/app/organisms/std-listings.orb +129 -129
  118. package/behaviors/registry/app/organisms/std-lms.orb +381 -381
  119. package/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  120. package/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  121. package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  122. package/behaviors/registry/app/organisms/std-notes.orb +301 -90
  123. package/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  124. package/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  125. package/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  126. package/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  127. package/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  128. package/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  129. package/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  130. package/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  131. package/behaviors/registry/app/organisms/std-survey.orb +123 -123
  132. package/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  133. package/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  134. package/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  135. package/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  136. package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  137. package/behaviors/registry/core/atoms/std-browse.orb +55 -55
  138. package/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  139. package/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  140. package/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  141. package/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  142. package/behaviors/registry/core/atoms/std-display.orb +2 -2
  143. package/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  144. package/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  145. package/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  146. package/behaviors/registry/core/atoms/std-filter.orb +13 -13
  147. package/behaviors/registry/core/atoms/std-flag.orb +90 -90
  148. package/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  149. package/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  150. package/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  151. package/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  152. package/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  153. package/behaviors/registry/core/atoms/std-modal.orb +12 -12
  154. package/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  155. package/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  156. package/behaviors/registry/core/atoms/std-push.orb +35 -35
  157. package/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  158. package/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  159. package/behaviors/registry/core/atoms/std-related.orb +36 -36
  160. package/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  161. package/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  162. package/behaviors/registry/core/atoms/std-search.orb +8 -8
  163. package/behaviors/registry/core/atoms/std-selection.orb +93 -93
  164. package/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  165. package/behaviors/registry/core/atoms/std-stats.orb +114 -114
  166. package/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  167. package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  168. package/behaviors/registry/core/atoms/std-thread.orb +46 -46
  169. package/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  170. package/behaviors/registry/core/atoms/std-vote.orb +37 -37
  171. package/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  172. package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  173. package/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  174. package/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  175. package/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  176. package/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  177. package/behaviors/registry/core/molecules/std-list.orb +57 -57
  178. package/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  179. package/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  180. package/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  181. package/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  182. package/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  183. package/behaviors/registry/game/atoms/std-collision.orb +0 -595
  184. package/behaviors/registry/game/atoms/std-combat.orb +0 -524
  185. package/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  186. package/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  187. package/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  188. package/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  189. package/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  190. package/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  191. package/behaviors/registry/game/atoms/std-quest.orb +137 -137
  192. package/behaviors/registry/game/atoms/std-timer.orb +269 -269
  193. package/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  194. package/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  195. package/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  196. package/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  197. package/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  198. package/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  199. package/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  200. package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  201. package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  202. package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  203. package/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  204. package/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  205. package/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  206. package/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  207. package/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  208. package/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  209. package/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  210. package/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  211. package/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  212. package/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  213. package/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  214. package/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  215. package/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  216. package/dist/behaviors/behaviors-registry.json +4 -684
  217. package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +69 -69
  218. package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +126 -126
  219. package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +95 -95
  220. package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +113 -113
  221. package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +408 -408
  222. package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +89 -89
  223. package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +76 -76
  224. package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +119 -119
  225. package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +74 -74
  226. package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +112 -112
  227. package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +183 -183
  228. package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +339 -339
  229. package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +62 -62
  230. package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +193 -193
  231. package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +182 -182
  232. package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +115 -115
  233. package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +101 -101
  234. package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +179 -179
  235. package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1171 -1171
  236. package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +2944 -2944
  237. package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2105 -2105
  238. package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +939 -939
  239. package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +803 -803
  240. package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +79 -29
  241. package/dist/behaviors/registry/app/atoms/std-applicant.orb +47 -47
  242. package/dist/behaviors/registry/app/atoms/std-approval-request.orb +203 -100
  243. package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +234 -32
  244. package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
  245. package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +97 -40
  246. package/dist/behaviors/registry/app/atoms/std-checkin.orb +70 -70
  247. package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +492 -54
  248. package/dist/behaviors/registry/app/atoms/std-class-roster.orb +61 -36
  249. package/dist/behaviors/registry/app/atoms/std-class-session.orb +111 -48
  250. package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +119 -43
  251. package/dist/behaviors/registry/app/atoms/std-customer-account.orb +125 -48
  252. package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +64 -42
  253. package/dist/behaviors/registry/app/atoms/std-donor.orb +88 -38
  254. package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
  255. package/dist/behaviors/registry/app/atoms/std-driver.orb +92 -80
  256. package/dist/behaviors/registry/app/atoms/std-dunning.orb +177 -52
  257. package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +41 -41
  258. package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
  259. package/dist/behaviors/registry/app/atoms/std-health-score.orb +224 -76
  260. package/dist/behaviors/registry/app/atoms/std-help-article.orb +206 -89
  261. package/dist/behaviors/registry/app/atoms/std-help-category.orb +113 -79
  262. package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +40 -40
  263. package/dist/behaviors/registry/app/atoms/std-invoice.orb +135 -135
  264. package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +53 -53
  265. package/dist/behaviors/registry/app/atoms/std-lease.orb +174 -38
  266. package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +165 -39
  267. package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +130 -50
  268. package/dist/behaviors/registry/app/atoms/std-matter.orb +237 -40
  269. package/dist/behaviors/registry/app/atoms/std-membership.orb +93 -37
  270. package/dist/behaviors/registry/app/atoms/std-menu.orb +44 -44
  271. package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +38 -38
  272. package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +115 -91
  273. package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +32 -32
  274. package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +63 -63
  275. package/dist/behaviors/registry/app/atoms/std-question-bank.orb +51 -51
  276. package/dist/behaviors/registry/app/atoms/std-receipt.orb +34 -34
  277. package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +152 -60
  278. package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +153 -86
  279. package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +24 -24
  280. package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +60 -54
  281. package/dist/behaviors/registry/app/atoms/std-response-collector.orb +48 -48
  282. package/dist/behaviors/registry/app/atoms/std-rfi.orb +174 -119
  283. package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +46 -46
  284. package/dist/behaviors/registry/app/atoms/std-segment.orb +76 -33
  285. package/dist/behaviors/registry/app/atoms/std-stock-level.orb +106 -32
  286. package/dist/behaviors/registry/app/atoms/std-submittal.orb +259 -104
  287. package/dist/behaviors/registry/app/atoms/std-table-map.orb +47 -47
  288. package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +43 -43
  289. package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +111 -37
  290. package/dist/behaviors/registry/app/atoms/std-template-editor.orb +85 -41
  291. package/dist/behaviors/registry/app/atoms/std-tenant.orb +89 -39
  292. package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +62 -62
  293. package/dist/behaviors/registry/app/atoms/std-time-entry.orb +133 -80
  294. package/dist/behaviors/registry/app/atoms/std-timesheet.orb +122 -102
  295. package/dist/behaviors/registry/app/atoms/std-trial.orb +116 -47
  296. package/dist/behaviors/registry/app/atoms/std-vehicle.orb +236 -111
  297. package/dist/behaviors/registry/app/atoms/std-waitlist.orb +39 -39
  298. package/dist/behaviors/registry/app/atoms/std-warehouse.orb +214 -30
  299. package/dist/behaviors/registry/app/atoms/std-work-order.orb +61 -61
  300. package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +39 -39
  301. package/dist/behaviors/registry/app/molecules/std-application.orb +159 -159
  302. package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +168 -53
  303. package/dist/behaviors/registry/app/molecules/std-cart.orb +49 -49
  304. package/dist/behaviors/registry/app/molecules/std-form-builder.orb +86 -86
  305. package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +84 -62
  306. package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +90 -57
  307. package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +256 -256
  308. package/dist/behaviors/registry/app/organisms/std-accounting.orb +89 -89
  309. package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +213 -213
  310. package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +145 -145
  311. package/dist/behaviors/registry/app/organisms/std-booking-system.orb +656 -656
  312. package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +276 -276
  313. package/dist/behaviors/registry/app/organisms/std-cms.orb +296 -296
  314. package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +196 -196
  315. package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +722 -89
  316. package/dist/behaviors/registry/app/organisms/std-crm.orb +248 -248
  317. package/dist/behaviors/registry/app/organisms/std-customer-success.orb +89 -89
  318. package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +442 -442
  319. package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +84 -84
  320. package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +709 -709
  321. package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +206 -206
  322. package/dist/behaviors/registry/app/organisms/std-field-service.orb +176 -176
  323. package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +201 -201
  324. package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +141 -141
  325. package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +737 -88
  326. package/dist/behaviors/registry/app/organisms/std-forum.orb +152 -152
  327. package/dist/behaviors/registry/app/organisms/std-healthcare.orb +555 -555
  328. package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +194 -194
  329. package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +436 -436
  330. package/dist/behaviors/registry/app/organisms/std-inventory.orb +904 -102
  331. package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +380 -380
  332. package/dist/behaviors/registry/app/organisms/std-legal-case.orb +361 -135
  333. package/dist/behaviors/registry/app/organisms/std-listings.orb +129 -129
  334. package/dist/behaviors/registry/app/organisms/std-lms.orb +381 -381
  335. package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +135 -135
  336. package/dist/behaviors/registry/app/organisms/std-marketplace.orb +220 -220
  337. package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +86 -86
  338. package/dist/behaviors/registry/app/organisms/std-notes.orb +301 -90
  339. package/dist/behaviors/registry/app/organisms/std-project-manager.orb +200 -200
  340. package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +920 -94
  341. package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +516 -102
  342. package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +235 -235
  343. package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +127 -127
  344. package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +136 -136
  345. package/dist/behaviors/registry/app/organisms/std-social-feed.orb +158 -158
  346. package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +200 -200
  347. package/dist/behaviors/registry/app/organisms/std-survey.orb +123 -123
  348. package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +960 -84
  349. package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +281 -281
  350. package/dist/behaviors/registry/app/organisms/std-wiki.orb +141 -141
  351. package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +99 -42
  352. package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
  353. package/dist/behaviors/registry/core/atoms/std-browse.orb +55 -55
  354. package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +84 -84
  355. package/dist/behaviors/registry/core/atoms/std-calendar.orb +47 -47
  356. package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +170 -170
  357. package/dist/behaviors/registry/core/atoms/std-confirmation.orb +32 -32
  358. package/dist/behaviors/registry/core/atoms/std-display.orb +2 -2
  359. package/dist/behaviors/registry/core/atoms/std-drawer.orb +11 -11
  360. package/dist/behaviors/registry/core/atoms/std-esign-request.orb +60 -41
  361. package/dist/behaviors/registry/core/atoms/std-file-store.orb +178 -31
  362. package/dist/behaviors/registry/core/atoms/std-filter.orb +13 -13
  363. package/dist/behaviors/registry/core/atoms/std-flag.orb +90 -90
  364. package/dist/behaviors/registry/core/atoms/std-gallery.orb +50 -50
  365. package/dist/behaviors/registry/core/atoms/std-geosearch.orb +26 -26
  366. package/dist/behaviors/registry/core/atoms/std-graphs.orb +40 -40
  367. package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +50 -50
  368. package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +47 -47
  369. package/dist/behaviors/registry/core/atoms/std-modal.orb +12 -12
  370. package/dist/behaviors/registry/core/atoms/std-page-tree.orb +144 -48
  371. package/dist/behaviors/registry/core/atoms/std-pagination.orb +13 -13
  372. package/dist/behaviors/registry/core/atoms/std-push.orb +35 -35
  373. package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +179 -179
  374. package/dist/behaviors/registry/core/atoms/std-rating-review.orb +69 -69
  375. package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
  376. package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +193 -55
  377. package/dist/behaviors/registry/core/atoms/std-saved-search.orb +63 -63
  378. package/dist/behaviors/registry/core/atoms/std-search.orb +8 -8
  379. package/dist/behaviors/registry/core/atoms/std-selection.orb +93 -93
  380. package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +90 -90
  381. package/dist/behaviors/registry/core/atoms/std-stats.orb +114 -114
  382. package/dist/behaviors/registry/core/atoms/std-tabs.orb +26 -26
  383. package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +61 -61
  384. package/dist/behaviors/registry/core/atoms/std-thread.orb +46 -46
  385. package/dist/behaviors/registry/core/atoms/std-version-history.orb +69 -69
  386. package/dist/behaviors/registry/core/atoms/std-vote.orb +37 -37
  387. package/dist/behaviors/registry/core/molecules/std-app-layout.orb +19 -19
  388. package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +10 -10
  389. package/dist/behaviors/registry/core/molecules/std-dashboard.orb +46 -46
  390. package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +139 -56
  391. package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +24 -24
  392. package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +121 -121
  393. package/dist/behaviors/registry/core/molecules/std-list.orb +57 -57
  394. package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +16 -16
  395. package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +12 -12
  396. package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +11 -11
  397. package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +141 -141
  398. package/dist/behaviors/registry/core/organisms/std-generic-app.orb +554 -554
  399. package/dist/behaviors/registry/game/atoms/std-collision.orb +0 -595
  400. package/dist/behaviors/registry/game/atoms/std-combat.orb +0 -524
  401. package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +25 -25
  402. package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +48 -48
  403. package/dist/behaviors/registry/game/atoms/std-gameflow.orb +0 -456
  404. package/dist/behaviors/registry/game/atoms/std-movement.orb +0 -1279
  405. package/dist/behaviors/registry/game/atoms/std-overworld.orb +68 -68
  406. package/dist/behaviors/registry/game/atoms/std-physics2d.orb +80 -80
  407. package/dist/behaviors/registry/game/atoms/std-quest.orb +137 -137
  408. package/dist/behaviors/registry/game/atoms/std-timer.orb +269 -269
  409. package/dist/behaviors/registry/game/organisms/std-arcade-game.orb +0 -1446
  410. package/dist/behaviors/registry/game/organisms/std-logic-training.orb +0 -1037
  411. package/dist/behaviors/registry/game/organisms/std-platformer-app.orb +0 -2567
  412. package/dist/behaviors/registry/game/organisms/std-puzzle-app.orb +0 -1197
  413. package/dist/behaviors/registry/game/organisms/std-rpg-game.orb +0 -3509
  414. package/dist/behaviors/registry/game/organisms/std-stem-lab.orb +0 -2003
  415. package/dist/behaviors/registry/game/organisms/std-strategy-game.orb +0 -2686
  416. package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +33 -33
  417. package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +56 -56
  418. package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +64 -64
  419. package/dist/behaviors/registry/service/atoms/std-service-email.orb +62 -62
  420. package/dist/behaviors/registry/service/atoms/std-service-github.orb +59 -59
  421. package/dist/behaviors/registry/service/atoms/std-service-llm.orb +69 -69
  422. package/dist/behaviors/registry/service/atoms/std-service-maps.orb +79 -79
  423. package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +56 -56
  424. package/dist/behaviors/registry/service/atoms/std-service-print.orb +104 -104
  425. package/dist/behaviors/registry/service/atoms/std-service-redis.orb +53 -53
  426. package/dist/behaviors/registry/service/atoms/std-service-storage.orb +50 -50
  427. package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +99 -99
  428. package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +58 -58
  429. package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +30 -30
  430. package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +871 -871
  431. package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +802 -802
  432. package/dist/behaviors-registry.json +4 -684
  433. package/package.json +1 -1
@@ -121,28 +121,28 @@
121
121
  "ref": "AppShell.traits.AppLayout",
122
122
  "name": "TaskAppLayout",
123
123
  "config": {
124
- "searchEvent": "TASK_SEARCH",
125
124
  "notifications": [],
125
+ "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
126
126
  "contentTrait": "@trait.TaskCatalog",
127
+ "appName": "ProjectManagerApp",
127
128
  "navItems": [
128
129
  {
130
+ "label": "Tasks",
129
131
  "href": "/tasks",
130
- "icon": "list-todo",
131
- "label": "Tasks"
132
+ "icon": "list-todo"
132
133
  },
133
134
  {
134
135
  "icon": "zap",
135
- "href": "/sprints",
136
- "label": "Sprints"
136
+ "label": "Sprints",
137
+ "href": "/sprints"
137
138
  },
138
139
  {
139
- "icon": "trending-down",
140
+ "label": "Burndown",
140
141
  "href": "/burndown",
141
- "label": "Burndown"
142
+ "icon": "trending-down"
142
143
  }
143
144
  ],
144
- "notificationClickEvent": "TASK_NOTIFICATIONS_OPEN",
145
- "appName": "ProjectManagerApp"
145
+ "searchEvent": "TASK_SEARCH"
146
146
  },
147
147
  "events": {
148
148
  "SEARCH": "TASK_SEARCH",
@@ -229,62 +229,61 @@
229
229
  "render-ui",
230
230
  "main",
231
231
  {
232
- "type": "stack",
233
232
  "gap": "lg",
234
- "direction": "vertical",
233
+ "type": "stack",
235
234
  "children": [
236
235
  {
237
- "justify": "between",
238
236
  "align": "center",
237
+ "gap": "md",
239
238
  "children": [
240
239
  {
241
240
  "gap": "sm",
242
- "align": "center",
243
- "direction": "horizontal",
244
241
  "children": [
245
242
  {
246
243
  "name": "list-todo",
247
244
  "type": "icon"
248
245
  },
249
246
  {
247
+ "content": "Tasks",
250
248
  "variant": "h2",
251
- "type": "typography",
252
- "content": "Tasks"
249
+ "type": "typography"
253
250
  }
254
251
  ],
252
+ "direction": "horizontal",
253
+ "align": "center",
255
254
  "type": "stack"
256
255
  },
257
256
  {
258
- "type": "stack",
259
- "gap": "sm",
260
- "direction": "horizontal",
261
257
  "children": [
262
258
  {
263
- "icon": "plus",
264
- "variant": "primary",
265
- "action": "CREATE",
266
259
  "label": "New Task",
267
- "type": "button"
260
+ "variant": "primary",
261
+ "type": "button",
262
+ "icon": "plus",
263
+ "action": "CREATE"
268
264
  }
269
- ]
265
+ ],
266
+ "type": "stack",
267
+ "direction": "horizontal",
268
+ "gap": "sm"
270
269
  }
271
270
  ],
272
- "gap": "md",
271
+ "direction": "horizontal",
273
272
  "type": "stack",
274
- "direction": "horizontal"
273
+ "justify": "between"
275
274
  },
276
275
  {
277
276
  "type": "divider"
278
277
  },
279
278
  {
279
+ "direction": "horizontal",
280
+ "type": "stack",
281
+ "gap": "md",
282
+ "align": "center",
280
283
  "children": [
281
284
  "@trait.TaskSearch",
282
285
  "@trait.TaskFilter"
283
- ],
284
- "type": "stack",
285
- "direction": "horizontal",
286
- "gap": "md",
287
- "align": "center"
286
+ ]
288
287
  },
289
288
  "@trait.TaskStats",
290
289
  "@trait.TaskGraphs",
@@ -293,7 +292,8 @@
293
292
  "type": "divider"
294
293
  },
295
294
  "@trait.TaskBrowseList"
296
- ]
295
+ ],
296
+ "direction": "vertical"
297
297
  }
298
298
  ]
299
299
  ]
@@ -312,33 +312,33 @@
312
312
  "render-ui",
313
313
  "main",
314
314
  {
315
+ "gap": "md",
316
+ "align": "center",
317
+ "direction": "vertical",
318
+ "className": "py-8",
315
319
  "children": [
316
320
  {
317
321
  "name": "bell",
318
322
  "type": "icon"
319
323
  },
320
324
  {
321
- "type": "typography",
322
325
  "variant": "h3",
323
- "content": "No notifications"
326
+ "content": "No notifications",
327
+ "type": "typography"
324
328
  },
325
329
  {
326
- "type": "typography",
327
- "color": "muted",
328
330
  "content": "You're all caught up.",
329
- "variant": "caption"
331
+ "variant": "caption",
332
+ "color": "muted",
333
+ "type": "typography"
330
334
  },
331
335
  {
332
- "action": "INIT",
333
336
  "type": "button",
334
- "label": "Back to tasks",
335
- "variant": "ghost"
337
+ "variant": "ghost",
338
+ "action": "INIT",
339
+ "label": "Back to tasks"
336
340
  }
337
341
  ],
338
- "align": "center",
339
- "direction": "vertical",
340
- "gap": "md",
341
- "className": "py-8",
342
342
  "type": "stack"
343
343
  }
344
344
  ]
@@ -352,68 +352,67 @@
352
352
  "ref": "Search.traits.SearchResultSearch",
353
353
  "name": "TaskSearch",
354
354
  "config": {
355
- "event": "TASK_SEARCH",
356
- "placeholder": "Search tasks…"
355
+ "placeholder": "Search tasks…",
356
+ "event": "TASK_SEARCH"
357
357
  }
358
358
  },
359
359
  {
360
360
  "ref": "Filter.traits.FilterTargetFilter",
361
361
  "name": "TaskFilter",
362
362
  "config": {
363
+ "event": "TASK_FILTER",
363
364
  "filters": [
364
365
  {
365
- "field": "status",
366
- "label": "Status",
367
366
  "options": [
368
367
  "todo",
369
368
  "in-progress",
370
369
  "review",
371
370
  "done"
372
371
  ],
373
- "filterType": "select"
372
+ "field": "status",
373
+ "filterType": "select",
374
+ "label": "Status"
374
375
  },
375
376
  {
376
377
  "filterType": "text",
377
- "label": "Assignee",
378
- "field": "assignee"
378
+ "field": "assignee",
379
+ "label": "Assignee"
379
380
  },
380
381
  {
381
- "filterType": "select",
382
+ "field": "priority",
382
383
  "label": "Priority",
384
+ "filterType": "select",
383
385
  "options": [
384
386
  "low",
385
387
  "medium",
386
388
  "high",
387
389
  "critical"
388
- ],
389
- "field": "priority"
390
+ ]
390
391
  },
391
392
  {
392
393
  "filterType": "text",
393
- "field": "sprint",
394
- "label": "Sprint"
394
+ "label": "Sprint",
395
+ "field": "sprint"
395
396
  }
396
- ],
397
- "event": "TASK_FILTER"
397
+ ]
398
398
  }
399
399
  },
400
400
  {
401
401
  "ref": "Stats.traits.StatsItemStats",
402
402
  "name": "TaskStats",
403
403
  "config": {
404
- "title": "Tasks",
405
404
  "metrics": [
406
405
  {
407
- "aggregation": "count",
408
406
  "format": "number",
407
+ "aggregation": "count",
408
+ "icon": "list-todo",
409
409
  "variant": "primary",
410
- "label": "Total",
411
- "icon": "list-todo"
410
+ "label": "Total"
412
411
  },
413
412
  {
414
- "format": "number",
415
- "label": "Todo",
416
413
  "variant": "muted",
414
+ "format": "number",
415
+ "icon": "circle",
417
416
  "filter": [
418
417
  "fn",
419
418
  "row",
@@ -423,15 +422,11 @@
423
422
  "todo"
424
423
  ]
425
424
  ],
426
- "icon": "circle",
427
- "aggregation": "count"
425
+ "aggregation": "count",
426
+ "label": "Todo"
428
427
  },
429
428
  {
430
- "aggregation": "count",
431
- "icon": "loader",
432
429
  "label": "In Progress",
433
- "variant": "warning",
434
- "format": "number",
435
430
  "filter": [
436
431
  "fn",
437
432
  "row",
@@ -440,9 +435,14 @@
440
435
  "@row.status",
441
436
  "in-progress"
442
437
  ]
443
- ]
438
+ ],
439
+ "aggregation": "count",
440
+ "icon": "loader",
441
+ "format": "number",
442
+ "variant": "warning"
444
443
  },
445
444
  {
445
+ "aggregation": "count",
446
446
  "filter": [
447
447
  "fn",
448
448
  "row",
@@ -452,14 +452,16 @@
452
452
  "done"
453
453
  ]
454
454
  ],
455
+ "variant": "success",
455
456
  "format": "number",
456
457
  "icon": "check-circle",
457
- "label": "Done",
458
- "aggregation": "count",
459
- "variant": "success"
458
+ "label": "Done"
460
459
  },
461
460
  {
462
461
  "aggregation": "count",
462
+ "icon": "alert-octagon",
463
+ "label": "Critical",
464
+ "variant": "danger",
463
465
  "format": "number",
464
466
  "filter": [
465
467
  "fn",
@@ -469,12 +471,10 @@
469
471
  "@row.priority",
470
472
  "critical"
471
473
  ]
472
- ],
473
- "variant": "danger",
474
- "icon": "alert-octagon",
475
- "label": "Critical"
474
+ ]
476
475
  }
477
- ]
476
+ ],
477
+ "title": "Tasks"
478
478
  },
479
479
  "listens": [
480
480
  {
@@ -491,13 +491,13 @@
491
491
  "ref": "Graphs.traits.GraphItemGraph",
492
492
  "name": "TaskGraphs",
493
493
  "config": {
494
- "aggregation": "count",
495
- "chartType": "bar",
496
494
  "categoryField": "status",
497
- "height": 240.0,
495
+ "chartType": "bar",
496
+ "title": "Tasks by Status",
497
+ "aggregation": "count",
498
498
  "showLegend": false,
499
- "subtitle": "Workload distribution across status buckets",
500
- "title": "Tasks by Status"
499
+ "height": 240.0,
500
+ "subtitle": "Workload distribution across status buckets"
501
501
  },
502
502
  "listens": [
503
503
  {
@@ -515,9 +515,9 @@
515
515
  "name": "TaskCalendar",
516
516
  "linkedEntity": "Task",
517
517
  "config": {
518
+ "titleField": "title",
518
519
  "dateField": "dueDate",
519
- "colorField": "priority",
520
- "titleField": "title"
520
+ "colorField": "priority"
521
521
  }
522
522
  },
523
523
  {
@@ -545,26 +545,26 @@
545
545
  "variant": "badge"
546
546
  },
547
547
  {
548
- "name": "dueDate",
549
548
  "variant": "caption",
550
549
  "format": "date",
550
+ "name": "dueDate",
551
551
  "label": "Due"
552
552
  }
553
553
  ],
554
554
  "itemActions": [
555
555
  {
556
556
  "label": "View",
557
- "variant": "ghost",
558
- "event": "VIEW"
557
+ "event": "VIEW",
558
+ "variant": "ghost"
559
559
  },
560
560
  {
561
561
  "event": "EDIT",
562
- "label": "Edit",
563
- "variant": "ghost"
562
+ "variant": "ghost",
563
+ "label": "Edit"
564
564
  },
565
565
  {
566
- "label": "Delete",
567
566
  "variant": "danger",
567
+ "label": "Delete",
568
568
  "event": "DELETE"
569
569
  }
570
570
  ],
@@ -618,9 +618,9 @@
618
618
  "name": "TaskCreate",
619
619
  "linkedEntity": "Task",
620
620
  "config": {
621
- "title": "New Task",
622
- "mode": "create",
623
621
  "icon": "plus-circle",
622
+ "mode": "create",
623
+ "title": "New Task",
624
624
  "fields": [
625
625
  "title",
626
626
  "description",
@@ -661,9 +661,9 @@
661
661
  "storyPoints",
662
662
  "dueDate"
663
663
  ],
664
- "mode": "edit",
664
+ "icon": "edit",
665
665
  "title": "Edit Task",
666
- "icon": "edit"
666
+ "mode": "edit"
667
667
  },
668
668
  "events": {
669
669
  "OPEN": "EDIT"
@@ -684,6 +684,9 @@
684
684
  "name": "TaskView",
685
685
  "linkedEntity": "Task",
686
686
  "config": {
687
+ "title": "View Task",
688
+ "icon": "eye",
689
+ "mode": "edit",
687
690
  "fields": [
688
691
  "title",
689
692
  "description",
@@ -693,10 +696,7 @@
693
696
  "sprint",
694
697
  "storyPoints",
695
698
  "dueDate"
696
- ],
697
- "icon": "eye",
698
- "mode": "edit",
699
- "title": "View Task"
699
+ ]
700
700
  },
701
701
  "events": {
702
702
  "OPEN": "VIEW"
@@ -717,14 +717,14 @@
717
717
  "name": "TaskDelete",
718
718
  "linkedEntity": "Task",
719
719
  "config": {
720
- "icon": "alert-triangle",
721
720
  "confirmLabel": "Delete",
722
721
  "alertMessage": "This action cannot be undone.",
722
+ "icon": "alert-triangle",
723
723
  "title": "Delete Task"
724
724
  },
725
725
  "events": {
726
- "REQUEST": "DELETE",
727
- "CONFIRM": "CONFIRM_DELETE"
726
+ "CONFIRM": "CONFIRM_DELETE",
727
+ "REQUEST": "DELETE"
728
728
  },
729
729
  "listens": [
730
730
  {
@@ -1047,28 +1047,28 @@
1047
1047
  "name": "SprintAppLayout",
1048
1048
  "linkedEntity": "Sprint",
1049
1049
  "config": {
1050
- "notifications": [],
1051
- "searchEvent": "SPRINT_SEARCH",
1052
1050
  "appName": "ProjectManagerApp",
1051
+ "searchEvent": "SPRINT_SEARCH",
1053
1052
  "notificationClickEvent": "SPRINT_NOTIFICATIONS_OPEN",
1053
+ "contentTrait": "@trait.SprintCatalog",
1054
1054
  "navItems": [
1055
1055
  {
1056
- "href": "/tasks",
1057
1056
  "label": "Tasks",
1057
+ "href": "/tasks",
1058
1058
  "icon": "list-todo"
1059
1059
  },
1060
1060
  {
1061
1061
  "href": "/sprints",
1062
- "label": "Sprints",
1063
- "icon": "zap"
1062
+ "icon": "zap",
1063
+ "label": "Sprints"
1064
1064
  },
1065
1065
  {
1066
+ "icon": "trending-down",
1066
1067
  "label": "Burndown",
1067
- "href": "/burndown",
1068
- "icon": "trending-down"
1068
+ "href": "/burndown"
1069
1069
  }
1070
1070
  ],
1071
- "contentTrait": "@trait.SprintCatalog"
1071
+ "notifications": []
1072
1072
  },
1073
1073
  "events": {
1074
1074
  "NOTIFY_CLICK": "SPRINT_NOTIFICATIONS_OPEN",
@@ -1117,13 +1117,13 @@
1117
1117
  "render-ui",
1118
1118
  "main",
1119
1119
  {
1120
+ "className": "max-w-5xl mx-auto w-full",
1121
+ "type": "stack",
1122
+ "gap": "lg",
1120
1123
  "direction": "vertical",
1121
1124
  "children": [
1122
1125
  {
1123
- "justify": "between",
1124
- "type": "stack",
1125
- "direction": "horizontal",
1126
- "gap": "md",
1126
+ "align": "center",
1127
1127
  "children": [
1128
1128
  {
1129
1129
  "direction": "horizontal",
@@ -1131,42 +1131,42 @@
1131
1131
  "gap": "sm",
1132
1132
  "children": [
1133
1133
  {
1134
- "type": "icon",
1135
- "name": "zap"
1134
+ "name": "zap",
1135
+ "type": "icon"
1136
1136
  },
1137
1137
  {
1138
- "variant": "h2",
1139
1138
  "type": "typography",
1139
+ "variant": "h2",
1140
1140
  "content": "Sprints"
1141
1141
  }
1142
1142
  ],
1143
1143
  "type": "stack"
1144
1144
  },
1145
1145
  {
1146
+ "type": "stack",
1146
1147
  "gap": "sm",
1147
1148
  "direction": "horizontal",
1148
- "type": "stack",
1149
1149
  "children": [
1150
1150
  {
1151
- "type": "button",
1151
+ "variant": "primary",
1152
+ "action": "CREATE",
1152
1153
  "label": "New Sprint",
1153
1154
  "icon": "plus",
1154
- "variant": "primary",
1155
- "action": "CREATE"
1155
+ "type": "button"
1156
1156
  }
1157
1157
  ]
1158
1158
  }
1159
1159
  ],
1160
- "align": "center"
1160
+ "direction": "horizontal",
1161
+ "gap": "md",
1162
+ "justify": "between",
1163
+ "type": "stack"
1161
1164
  },
1162
1165
  {
1163
1166
  "type": "divider"
1164
1167
  },
1165
1168
  "@trait.SprintBrowseList"
1166
- ],
1167
- "type": "stack",
1168
- "className": "max-w-5xl mx-auto w-full",
1169
- "gap": "lg"
1169
+ ]
1170
1170
  }
1171
1171
  ]
1172
1172
  ]
@@ -1182,19 +1182,19 @@
1182
1182
  "config": {
1183
1183
  "itemActions": [
1184
1184
  {
1185
- "event": "VIEW",
1186
1185
  "variant": "ghost",
1186
+ "event": "VIEW",
1187
1187
  "label": "View"
1188
1188
  },
1189
1189
  {
1190
+ "variant": "ghost",
1190
1191
  "label": "Edit",
1191
- "event": "EDIT",
1192
- "variant": "ghost"
1192
+ "event": "EDIT"
1193
1193
  },
1194
1194
  {
1195
+ "label": "Delete",
1195
1196
  "event": "DELETE",
1196
- "variant": "danger",
1197
- "label": "Delete"
1197
+ "variant": "danger"
1198
1198
  }
1199
1199
  ],
1200
1200
  "cols": 1.0,
@@ -1202,8 +1202,8 @@
1202
1202
  "fields": [
1203
1203
  {
1204
1204
  "icon": "zap",
1205
- "variant": "h3",
1206
- "name": "name"
1205
+ "name": "name",
1206
+ "variant": "h3"
1207
1207
  },
1208
1208
  {
1209
1209
  "name": "status",
@@ -1214,22 +1214,22 @@
1214
1214
  "name": "goal"
1215
1215
  },
1216
1216
  {
1217
- "name": "startDate",
1218
- "format": "date",
1219
1217
  "label": "Start",
1220
- "variant": "caption"
1218
+ "format": "date",
1219
+ "variant": "caption",
1220
+ "name": "startDate"
1221
1221
  },
1222
1222
  {
1223
- "format": "date",
1223
+ "variant": "caption",
1224
1224
  "name": "endDate",
1225
- "label": "End",
1226
- "variant": "caption"
1225
+ "format": "date",
1226
+ "label": "End"
1227
1227
  },
1228
1228
  {
1229
+ "format": "number",
1229
1230
  "variant": "body",
1230
1231
  "name": "taskCount",
1231
- "label": "Tasks",
1232
- "format": "number"
1232
+ "label": "Tasks"
1233
1233
  }
1234
1234
  ]
1235
1235
  },
@@ -1265,8 +1265,6 @@
1265
1265
  "name": "SprintCreate",
1266
1266
  "linkedEntity": "Sprint",
1267
1267
  "config": {
1268
- "icon": "plus-circle",
1269
- "mode": "create",
1270
1268
  "fields": [
1271
1269
  "name",
1272
1270
  "startDate",
@@ -1275,7 +1273,9 @@
1275
1273
  "status",
1276
1274
  "taskCount"
1277
1275
  ],
1278
- "title": "New Sprint"
1276
+ "title": "New Sprint",
1277
+ "icon": "plus-circle",
1278
+ "mode": "create"
1279
1279
  },
1280
1280
  "events": {
1281
1281
  "OPEN": "CREATE"
@@ -1296,8 +1296,7 @@
1296
1296
  "name": "SprintEdit",
1297
1297
  "linkedEntity": "Sprint",
1298
1298
  "config": {
1299
- "mode": "edit",
1300
- "title": "Edit Sprint",
1299
+ "icon": "edit",
1301
1300
  "fields": [
1302
1301
  "name",
1303
1302
  "startDate",
@@ -1306,7 +1305,8 @@
1306
1305
  "status",
1307
1306
  "taskCount"
1308
1307
  ],
1309
- "icon": "edit"
1308
+ "title": "Edit Sprint",
1309
+ "mode": "edit"
1310
1310
  },
1311
1311
  "events": {
1312
1312
  "OPEN": "EDIT"
@@ -1327,6 +1327,8 @@
1327
1327
  "name": "SprintView",
1328
1328
  "linkedEntity": "Sprint",
1329
1329
  "config": {
1330
+ "title": "View Sprint",
1331
+ "icon": "eye",
1330
1332
  "mode": "edit",
1331
1333
  "fields": [
1332
1334
  "name",
@@ -1335,9 +1337,7 @@
1335
1337
  "goal",
1336
1338
  "status",
1337
1339
  "taskCount"
1338
- ],
1339
- "title": "View Sprint",
1340
- "icon": "eye"
1340
+ ]
1341
1341
  },
1342
1342
  "events": {
1343
1343
  "OPEN": "VIEW"
@@ -1359,8 +1359,8 @@
1359
1359
  "linkedEntity": "Sprint",
1360
1360
  "config": {
1361
1361
  "title": "Delete Sprint",
1362
- "confirmLabel": "Delete",
1363
1362
  "icon": "alert-triangle",
1363
+ "confirmLabel": "Delete",
1364
1364
  "alertMessage": "This action cannot be undone."
1365
1365
  },
1366
1366
  "events": {
@@ -1645,32 +1645,32 @@
1645
1645
  "name": "BurndownAppLayout",
1646
1646
  "linkedEntity": "Burndown",
1647
1647
  "config": {
1648
- "appName": "ProjectManagerApp",
1649
- "notifications": [],
1650
1648
  "notificationClickEvent": "BURNDOWN_NOTIFICATIONS_OPEN",
1649
+ "contentTrait": "@trait.BurndownDisplay",
1650
+ "searchEvent": "BURNDOWN_SEARCH",
1651
+ "appName": "ProjectManagerApp",
1651
1652
  "navItems": [
1652
1653
  {
1654
+ "label": "Tasks",
1653
1655
  "href": "/tasks",
1654
- "icon": "list-todo",
1655
- "label": "Tasks"
1656
+ "icon": "list-todo"
1656
1657
  },
1657
1658
  {
1658
- "label": "Sprints",
1659
1659
  "href": "/sprints",
1660
+ "label": "Sprints",
1660
1661
  "icon": "zap"
1661
1662
  },
1662
1663
  {
1664
+ "label": "Burndown",
1663
1665
  "href": "/burndown",
1664
- "icon": "trending-down",
1665
- "label": "Burndown"
1666
+ "icon": "trending-down"
1666
1667
  }
1667
1668
  ],
1668
- "searchEvent": "BURNDOWN_SEARCH",
1669
- "contentTrait": "@trait.BurndownDisplay"
1669
+ "notifications": []
1670
1670
  },
1671
1671
  "events": {
1672
- "SEARCH": "BURNDOWN_SEARCH",
1673
- "NOTIFY_CLICK": "BURNDOWN_NOTIFICATIONS_OPEN"
1672
+ "NOTIFY_CLICK": "BURNDOWN_NOTIFICATIONS_OPEN",
1673
+ "SEARCH": "BURNDOWN_SEARCH"
1674
1674
  }
1675
1675
  },
1676
1676
  {
@@ -1805,38 +1805,37 @@
1805
1805
  "render-ui",
1806
1806
  "main",
1807
1807
  {
1808
- "type": "stack",
1809
1808
  "direction": "vertical",
1810
- "className": "max-w-6xl mx-auto w-full",
1811
1809
  "gap": "lg",
1810
+ "className": "max-w-6xl mx-auto w-full",
1811
+ "type": "stack",
1812
1812
  "children": [
1813
1813
  {
1814
- "gap": "sm",
1815
- "direction": "horizontal",
1816
- "align": "center",
1817
- "type": "stack",
1818
1814
  "children": [
1819
1815
  {
1820
1816
  "type": "icon",
1821
1817
  "name": "trending-down"
1822
1818
  },
1823
1819
  {
1824
- "type": "typography",
1825
1820
  "content": "Burndown",
1826
- "variant": "h2"
1821
+ "variant": "h2",
1822
+ "type": "typography"
1827
1823
  }
1828
- ]
1824
+ ],
1825
+ "direction": "horizontal",
1826
+ "align": "center",
1827
+ "gap": "sm",
1828
+ "type": "stack"
1829
1829
  },
1830
1830
  {
1831
1831
  "type": "divider"
1832
1832
  },
1833
1833
  {
1834
- "cols": 5.0,
1835
1834
  "children": [
1836
1835
  {
1837
- "value": "@entity.totalPoints",
1838
- "type": "stat-display",
1839
1836
  "label": "Total Points",
1837
+ "type": "stat-display",
1838
+ "value": "@entity.totalPoints",
1840
1839
  "icon": "target"
1841
1840
  },
1842
1841
  {
@@ -1846,35 +1845,35 @@
1846
1845
  "icon": "check-circle"
1847
1846
  },
1848
1847
  {
1849
- "label": "Remaining",
1850
- "value": "@entity.remainingPoints",
1848
+ "type": "stat-display",
1851
1849
  "icon": "circle",
1852
- "type": "stat-display"
1850
+ "label": "Remaining",
1851
+ "value": "@entity.remainingPoints"
1853
1852
  },
1854
1853
  {
1855
- "value": "@entity.velocity",
1856
- "label": "Velocity",
1854
+ "icon": "zap",
1857
1855
  "type": "stat-display",
1858
- "icon": "zap"
1856
+ "label": "Velocity",
1857
+ "value": "@entity.velocity"
1859
1858
  },
1860
1859
  {
1860
+ "type": "stat-display",
1861
1861
  "value": "@entity.daysRemaining",
1862
1862
  "icon": "calendar",
1863
- "type": "stat-display",
1864
1863
  "label": "Days Remaining"
1865
1864
  }
1866
1865
  ],
1866
+ "cols": 5.0,
1867
1867
  "type": "simple-grid"
1868
1868
  },
1869
1869
  {
1870
1870
  "type": "divider"
1871
1871
  },
1872
1872
  {
1873
- "type": "line-chart",
1874
1873
  "data": [
1875
1874
  {
1876
- "value": 100.0,
1877
- "date": "Day 1"
1875
+ "date": "Day 1",
1876
+ "value": 100.0
1878
1877
  },
1879
1878
  {
1880
1879
  "date": "Day 2",
@@ -1885,16 +1884,16 @@
1885
1884
  "value": 85.0
1886
1885
  },
1887
1886
  {
1888
- "date": "Day 4",
1889
- "value": 70.0
1887
+ "value": 70.0,
1888
+ "date": "Day 4"
1890
1889
  },
1891
1890
  {
1892
1891
  "date": "Day 5",
1893
1892
  "value": 60.0
1894
1893
  },
1895
1894
  {
1896
- "value": 45.0,
1897
- "date": "Day 6"
1895
+ "date": "Day 6",
1896
+ "value": 45.0
1898
1897
  },
1899
1898
  {
1900
1899
  "date": "Day 7",
@@ -1904,35 +1903,36 @@
1904
1903
  "value": 15.0,
1905
1904
  "date": "Day 8"
1906
1905
  }
1907
- ]
1906
+ ],
1907
+ "type": "line-chart"
1908
1908
  },
1909
1909
  {
1910
+ "type": "chart-legend",
1910
1911
  "items": [
1911
1912
  {
1912
1913
  "label": "Remaining points",
1913
1914
  "color": "primary"
1914
1915
  },
1915
1916
  {
1916
- "label": "Ideal burndown",
1917
- "color": "muted"
1917
+ "color": "muted",
1918
+ "label": "Ideal burndown"
1918
1919
  }
1919
- ],
1920
- "type": "chart-legend"
1920
+ ]
1921
1921
  },
1922
1922
  {
1923
- "direction": "horizontal",
1924
- "justify": "end",
1923
+ "type": "stack",
1925
1924
  "children": [
1926
1925
  {
1927
- "action": "REFRESH",
1926
+ "type": "button",
1928
1927
  "icon": "refresh-cw",
1929
1928
  "label": "Refresh",
1930
1929
  "variant": "secondary",
1931
- "type": "button"
1930
+ "action": "REFRESH"
1932
1931
  }
1933
1932
  ],
1934
- "type": "stack",
1935
- "gap": "sm"
1933
+ "direction": "horizontal",
1934
+ "gap": "sm",
1935
+ "justify": "end"
1936
1936
  }
1937
1937
  ]
1938
1938
  }