@almadar/std 14.24.0 → 14.25.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.
- package/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors/behaviors-registry.json +4 -684
- package/dist/behaviors/registry/agent/atoms/std-agent-activity-log.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-chat-thread.orb +109 -109
- package/dist/behaviors/registry/agent/atoms/std-agent-classifier.orb +107 -107
- package/dist/behaviors/registry/agent/atoms/std-agent-completion.orb +103 -103
- package/dist/behaviors/registry/agent/atoms/std-agent-context-window.orb +392 -392
- package/dist/behaviors/registry/agent/atoms/std-agent-conversation.orb +99 -99
- package/dist/behaviors/registry/agent/atoms/std-agent-memory.orb +79 -79
- package/dist/behaviors/registry/agent/atoms/std-agent-provider.orb +126 -126
- package/dist/behaviors/registry/agent/atoms/std-agent-search.orb +75 -75
- package/dist/behaviors/registry/agent/atoms/std-agent-session.orb +123 -123
- package/dist/behaviors/registry/agent/atoms/std-agent-step-progress.orb +200 -200
- package/dist/behaviors/registry/agent/atoms/std-agent-token-gauge.orb +368 -368
- package/dist/behaviors/registry/agent/atoms/std-agent-tool-call.orb +66 -66
- package/dist/behaviors/registry/agent/molecules/std-agent-fix-loop.orb +197 -197
- package/dist/behaviors/registry/agent/molecules/std-agent-learner.orb +193 -193
- package/dist/behaviors/registry/agent/molecules/std-agent-planner.orb +131 -131
- package/dist/behaviors/registry/agent/molecules/std-agent-rag.orb +116 -116
- package/dist/behaviors/registry/agent/molecules/std-agent-tool-loop.orb +198 -198
- package/dist/behaviors/registry/agent/organisms/std-agent-assistant.orb +1151 -1151
- package/dist/behaviors/registry/agent/organisms/std-agent-builder.orb +3084 -3084
- package/dist/behaviors/registry/agent/organisms/std-agent-pipeline.orb +2150 -2150
- package/dist/behaviors/registry/agent/organisms/std-agent-reviewer.orb +1035 -1035
- package/dist/behaviors/registry/agent/organisms/std-agent-tutor.orb +785 -785
- package/dist/behaviors/registry/app/atoms/std-ap-bill.orb +84 -34
- package/dist/behaviors/registry/app/atoms/std-applicant.orb +43 -43
- package/dist/behaviors/registry/app/atoms/std-approval-request.orb +198 -81
- package/dist/behaviors/registry/app/atoms/std-campaign-goal.orb +241 -34
- package/dist/behaviors/registry/app/atoms/std-change-order.orb +106 -84
- package/dist/behaviors/registry/app/atoms/std-chart-of-accounts.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-checkin.orb +57 -57
- package/dist/behaviors/registry/app/atoms/std-checkout-terminal.orb +276 -36
- package/dist/behaviors/registry/app/atoms/std-class-roster.orb +60 -35
- package/dist/behaviors/registry/app/atoms/std-class-session.orb +104 -47
- package/dist/behaviors/registry/app/atoms/std-court-deadline.orb +126 -50
- package/dist/behaviors/registry/app/atoms/std-customer-account.orb +122 -45
- package/dist/behaviors/registry/app/atoms/std-donation-receipt.orb +70 -48
- package/dist/behaviors/registry/app/atoms/std-donor.orb +107 -34
- package/dist/behaviors/registry/app/atoms/std-drip-sequence.orb +66 -40
- package/dist/behaviors/registry/app/atoms/std-driver.orb +98 -86
- package/dist/behaviors/registry/app/atoms/std-dunning.orb +181 -45
- package/dist/behaviors/registry/app/atoms/std-email-broadcast.orb +46 -46
- package/dist/behaviors/registry/app/atoms/std-event.orb +60 -60
- package/dist/behaviors/registry/app/atoms/std-health-score.orb +285 -75
- package/dist/behaviors/registry/app/atoms/std-help-article.orb +217 -75
- package/dist/behaviors/registry/app/atoms/std-help-category.orb +129 -88
- package/dist/behaviors/registry/app/atoms/std-interview-slot.orb +44 -44
- package/dist/behaviors/registry/app/atoms/std-invoice.orb +130 -112
- package/dist/behaviors/registry/app/atoms/std-kitchen-display.orb +40 -40
- package/dist/behaviors/registry/app/atoms/std-lease.orb +172 -44
- package/dist/behaviors/registry/app/atoms/std-ledger-entry.orb +163 -32
- package/dist/behaviors/registry/app/atoms/std-maintenance-request.orb +120 -40
- package/dist/behaviors/registry/app/atoms/std-matter.orb +265 -46
- package/dist/behaviors/registry/app/atoms/std-membership.orb +116 -58
- package/dist/behaviors/registry/app/atoms/std-menu.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-modifier-group.orb +61 -61
- package/dist/behaviors/registry/app/atoms/std-nps-survey.orb +121 -97
- package/dist/behaviors/registry/app/atoms/std-offer-letter.orb +45 -45
- package/dist/behaviors/registry/app/atoms/std-payout-ledger.orb +71 -71
- package/dist/behaviors/registry/app/atoms/std-question-bank.orb +53 -53
- package/dist/behaviors/registry/app/atoms/std-receipt.orb +42 -42
- package/dist/behaviors/registry/app/atoms/std-recurring-charge.orb +165 -63
- package/dist/behaviors/registry/app/atoms/std-renewal-risk.orb +157 -78
- package/dist/behaviors/registry/app/atoms/std-rent-charge.orb +13 -13
- package/dist/behaviors/registry/app/atoms/std-reorder-rule.orb +46 -40
- package/dist/behaviors/registry/app/atoms/std-response-collector.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-rfi.orb +175 -120
- package/dist/behaviors/registry/app/atoms/std-route-optimize.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-segment.orb +90 -39
- package/dist/behaviors/registry/app/atoms/std-stock-level.orb +116 -42
- package/dist/behaviors/registry/app/atoms/std-submittal.orb +245 -106
- package/dist/behaviors/registry/app/atoms/std-table-map.orb +41 -41
- package/dist/behaviors/registry/app/atoms/std-technician-dispatch.orb +50 -50
- package/dist/behaviors/registry/app/atoms/std-telematics-event.orb +115 -41
- package/dist/behaviors/registry/app/atoms/std-template-editor.orb +86 -42
- package/dist/behaviors/registry/app/atoms/std-tenant.orb +88 -38
- package/dist/behaviors/registry/app/atoms/std-ticket-tier.orb +56 -56
- package/dist/behaviors/registry/app/atoms/std-time-entry.orb +131 -78
- package/dist/behaviors/registry/app/atoms/std-timesheet.orb +140 -97
- package/dist/behaviors/registry/app/atoms/std-trial.orb +137 -61
- package/dist/behaviors/registry/app/atoms/std-vehicle.orb +209 -84
- package/dist/behaviors/registry/app/atoms/std-waitlist.orb +55 -55
- package/dist/behaviors/registry/app/atoms/std-warehouse.orb +227 -38
- package/dist/behaviors/registry/app/atoms/std-work-order.orb +50 -50
- package/dist/behaviors/registry/app/molecules/std-applicant-form.orb +63 -63
- package/dist/behaviors/registry/app/molecules/std-application.orb +137 -137
- package/dist/behaviors/registry/app/molecules/std-broadcast-builder.orb +190 -58
- package/dist/behaviors/registry/app/molecules/std-cart.orb +51 -51
- package/dist/behaviors/registry/app/molecules/std-form-builder.orb +81 -81
- package/dist/behaviors/registry/app/molecules/std-ledger-entry-form.orb +125 -52
- package/dist/behaviors/registry/app/molecules/std-stock-adjustment.orb +97 -64
- package/dist/behaviors/registry/app/molecules/std-vendor-onboarding.orb +282 -282
- package/dist/behaviors/registry/app/organisms/std-accounting.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-api-gateway.orb +202 -202
- package/dist/behaviors/registry/app/organisms/std-ats-recruiting.orb +152 -152
- package/dist/behaviors/registry/app/organisms/std-booking-system.orb +694 -694
- package/dist/behaviors/registry/app/organisms/std-cicd-pipeline.orb +305 -305
- package/dist/behaviors/registry/app/organisms/std-cms.orb +252 -252
- package/dist/behaviors/registry/app/organisms/std-coding-academy.orb +223 -223
- package/dist/behaviors/registry/app/organisms/std-construction-pm.orb +729 -96
- package/dist/behaviors/registry/app/organisms/std-crm.orb +274 -274
- package/dist/behaviors/registry/app/organisms/std-customer-success.orb +103 -103
- package/dist/behaviors/registry/app/organisms/std-devops-dashboard.orb +423 -423
- package/dist/behaviors/registry/app/organisms/std-document-mgmt.orb +100 -100
- package/dist/behaviors/registry/app/organisms/std-ecommerce.orb +700 -700
- package/dist/behaviors/registry/app/organisms/std-event-ticketing.orb +192 -192
- package/dist/behaviors/registry/app/organisms/std-field-service.orb +171 -171
- package/dist/behaviors/registry/app/organisms/std-finance-tracker.orb +211 -211
- package/dist/behaviors/registry/app/organisms/std-fitness-studio.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-fleet-mgmt.orb +739 -90
- package/dist/behaviors/registry/app/organisms/std-forum.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-healthcare.orb +595 -595
- package/dist/behaviors/registry/app/organisms/std-helpdesk.orb +199 -199
- package/dist/behaviors/registry/app/organisms/std-hr-portal.orb +446 -446
- package/dist/behaviors/registry/app/organisms/std-inventory.orb +899 -97
- package/dist/behaviors/registry/app/organisms/std-iot-dashboard.orb +392 -392
- package/dist/behaviors/registry/app/organisms/std-legal-case.orb +344 -118
- package/dist/behaviors/registry/app/organisms/std-listings.orb +151 -151
- package/dist/behaviors/registry/app/organisms/std-lms.orb +409 -409
- package/dist/behaviors/registry/app/organisms/std-marketing-campaign.orb +144 -144
- package/dist/behaviors/registry/app/organisms/std-marketplace.orb +228 -228
- package/dist/behaviors/registry/app/organisms/std-nonprofit-donations.orb +93 -93
- package/dist/behaviors/registry/app/organisms/std-notes.orb +289 -78
- package/dist/behaviors/registry/app/organisms/std-project-manager.orb +205 -205
- package/dist/behaviors/registry/app/organisms/std-property-mgmt.orb +929 -103
- package/dist/behaviors/registry/app/organisms/std-public-help-center.orb +501 -87
- package/dist/behaviors/registry/app/organisms/std-realtime-chat.orb +255 -255
- package/dist/behaviors/registry/app/organisms/std-restaurant-pos.orb +137 -137
- package/dist/behaviors/registry/app/organisms/std-retail-pos.orb +129 -129
- package/dist/behaviors/registry/app/organisms/std-social-feed.orb +142 -142
- package/dist/behaviors/registry/app/organisms/std-subscription-billing.orb +214 -214
- package/dist/behaviors/registry/app/organisms/std-survey.orb +138 -138
- package/dist/behaviors/registry/app/organisms/std-time-tracking.orb +966 -90
- package/dist/behaviors/registry/app/organisms/std-trading-dashboard.orb +264 -264
- package/dist/behaviors/registry/app/organisms/std-wiki.orb +130 -130
- package/dist/behaviors/registry/core/atoms/std-billable-hour.orb +89 -32
- package/dist/behaviors/registry/core/atoms/std-branching-logic.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-browse.orb +60 -60
- package/dist/behaviors/registry/core/atoms/std-cache-aside.orb +99 -99
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +53 -53
- package/dist/behaviors/registry/core/atoms/std-circuit-breaker.orb +181 -181
- package/dist/behaviors/registry/core/atoms/std-confirmation.orb +33 -33
- package/dist/behaviors/registry/core/atoms/std-display.orb +3 -3
- package/dist/behaviors/registry/core/atoms/std-drawer.orb +13 -13
- package/dist/behaviors/registry/core/atoms/std-esign-request.orb +62 -43
- package/dist/behaviors/registry/core/atoms/std-file-store.orb +171 -36
- package/dist/behaviors/registry/core/atoms/std-filter.orb +9 -9
- package/dist/behaviors/registry/core/atoms/std-flag.orb +87 -87
- package/dist/behaviors/registry/core/atoms/std-gallery.orb +44 -44
- package/dist/behaviors/registry/core/atoms/std-geosearch.orb +25 -25
- package/dist/behaviors/registry/core/atoms/std-graphs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-image-upload-multi.orb +59 -59
- package/dist/behaviors/registry/core/atoms/std-mod-queue.orb +42 -42
- package/dist/behaviors/registry/core/atoms/std-modal.orb +17 -17
- package/dist/behaviors/registry/core/atoms/std-page-tree.orb +121 -49
- package/dist/behaviors/registry/core/atoms/std-pagination.orb +12 -12
- package/dist/behaviors/registry/core/atoms/std-push.orb +43 -43
- package/dist/behaviors/registry/core/atoms/std-rate-limiter.orb +185 -185
- package/dist/behaviors/registry/core/atoms/std-rating-review.orb +63 -63
- package/dist/behaviors/registry/core/atoms/std-related.orb +36 -36
- package/dist/behaviors/registry/core/atoms/std-rich-editor.orb +204 -59
- package/dist/behaviors/registry/core/atoms/std-saved-search.orb +65 -65
- package/dist/behaviors/registry/core/atoms/std-search.orb +5 -5
- package/dist/behaviors/registry/core/atoms/std-selection.orb +106 -106
- package/dist/behaviors/registry/core/atoms/std-signature-capture.orb +84 -84
- package/dist/behaviors/registry/core/atoms/std-stats.orb +140 -140
- package/dist/behaviors/registry/core/atoms/std-tabs.orb +34 -34
- package/dist/behaviors/registry/core/atoms/std-tag-taxonomy.orb +73 -73
- package/dist/behaviors/registry/core/atoms/std-thread.orb +50 -50
- package/dist/behaviors/registry/core/atoms/std-version-history.orb +70 -70
- package/dist/behaviors/registry/core/atoms/std-vote.orb +39 -39
- package/dist/behaviors/registry/core/molecules/std-app-layout.orb +20 -20
- package/dist/behaviors/registry/core/molecules/std-dashboard-grid-layout.orb +12 -12
- package/dist/behaviors/registry/core/molecules/std-dashboard.orb +43 -43
- package/dist/behaviors/registry/core/molecules/std-esign-flow.orb +152 -51
- package/dist/behaviors/registry/core/molecules/std-filtered-list.orb +25 -25
- package/dist/behaviors/registry/core/molecules/std-form-advanced.orb +143 -143
- package/dist/behaviors/registry/core/molecules/std-list.orb +55 -55
- package/dist/behaviors/registry/core/molecules/std-master-detail-layout.orb +15 -15
- package/dist/behaviors/registry/core/molecules/std-stack-layout.orb +14 -14
- package/dist/behaviors/registry/core/molecules/std-tabs-layout.orb +10 -10
- package/dist/behaviors/registry/core/molecules/std-wizard-form.orb +129 -129
- package/dist/behaviors/registry/core/organisms/std-generic-app.orb +541 -541
- package/dist/behaviors/registry/game/atoms/std-dialogue-box.orb +21 -21
- package/dist/behaviors/registry/game/atoms/std-game-canvas2d.orb +50 -50
- package/dist/behaviors/registry/game/atoms/std-overworld.orb +62 -62
- package/dist/behaviors/registry/game/atoms/std-physics2d.orb +73 -73
- package/dist/behaviors/registry/game/atoms/std-quest.orb +122 -122
- package/dist/behaviors/registry/game/atoms/std-timer.orb +292 -292
- package/dist/behaviors/registry/probes/molecules/std-source-scope-probe.orb +37 -37
- package/dist/behaviors/registry/service/atoms/std-service-calendar-ical.orb +55 -55
- package/dist/behaviors/registry/service/atoms/std-service-custom-bearer.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-email.orb +60 -60
- package/dist/behaviors/registry/service/atoms/std-service-github.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-llm.orb +63 -63
- package/dist/behaviors/registry/service/atoms/std-service-maps.orb +68 -68
- package/dist/behaviors/registry/service/atoms/std-service-oauth.orb +59 -59
- package/dist/behaviors/registry/service/atoms/std-service-print.orb +113 -113
- package/dist/behaviors/registry/service/atoms/std-service-redis.orb +50 -50
- package/dist/behaviors/registry/service/atoms/std-service-storage.orb +49 -49
- package/dist/behaviors/registry/service/atoms/std-service-stripe.orb +108 -108
- package/dist/behaviors/registry/service/atoms/std-service-twilio.orb +61 -61
- package/dist/behaviors/registry/service/atoms/std-service-youtube.orb +41 -41
- package/dist/behaviors/registry/service/organisms/std-service-marketplace.orb +985 -985
- package/dist/behaviors/registry/service/organisms/std-service-research-assistant.orb +921 -921
- package/dist/behaviors-registry.json +4 -684
- package/package.json +1 -1
|
@@ -306,14 +306,9 @@
|
|
|
306
306
|
"main",
|
|
307
307
|
{
|
|
308
308
|
"gap": "lg",
|
|
309
|
-
"type": "stack",
|
|
310
309
|
"direction": "vertical",
|
|
311
310
|
"children": [
|
|
312
311
|
{
|
|
313
|
-
"direction": "horizontal",
|
|
314
|
-
"gap": "sm",
|
|
315
|
-
"type": "stack",
|
|
316
|
-
"align": "center",
|
|
317
312
|
"children": [
|
|
318
313
|
{
|
|
319
314
|
"type": "icon",
|
|
@@ -324,14 +319,20 @@
|
|
|
324
319
|
"content": "Validation-Fix Loop",
|
|
325
320
|
"variant": "h2"
|
|
326
321
|
}
|
|
327
|
-
]
|
|
322
|
+
],
|
|
323
|
+
"align": "center",
|
|
324
|
+
"direction": "horizontal",
|
|
325
|
+
"gap": "sm",
|
|
326
|
+
"type": "stack"
|
|
328
327
|
},
|
|
329
328
|
{
|
|
330
329
|
"type": "divider"
|
|
331
330
|
},
|
|
332
331
|
{
|
|
332
|
+
"type": "card",
|
|
333
333
|
"children": [
|
|
334
334
|
{
|
|
335
|
+
"gap": "md",
|
|
335
336
|
"children": [
|
|
336
337
|
{
|
|
337
338
|
"content": "Enter the target to validate and auto-fix",
|
|
@@ -339,23 +340,22 @@
|
|
|
339
340
|
"type": "typography"
|
|
340
341
|
},
|
|
341
342
|
{
|
|
342
|
-
"
|
|
343
|
-
"mode": "edit",
|
|
344
|
-
"submitEvent": "FIX",
|
|
343
|
+
"entity": "@entity",
|
|
345
344
|
"fields": [
|
|
346
345
|
"target"
|
|
347
346
|
],
|
|
348
|
-
"
|
|
347
|
+
"submitEvent": "FIX",
|
|
348
|
+
"mode": "edit",
|
|
349
|
+
"type": "form-section"
|
|
349
350
|
}
|
|
350
351
|
],
|
|
351
352
|
"type": "stack",
|
|
352
|
-
"gap": "md",
|
|
353
353
|
"direction": "vertical"
|
|
354
354
|
}
|
|
355
|
-
]
|
|
356
|
-
"type": "card"
|
|
355
|
+
]
|
|
357
356
|
}
|
|
358
|
-
]
|
|
357
|
+
],
|
|
358
|
+
"type": "stack"
|
|
359
359
|
}
|
|
360
360
|
]
|
|
361
361
|
]
|
|
@@ -396,40 +396,40 @@
|
|
|
396
396
|
"render-ui",
|
|
397
397
|
"main",
|
|
398
398
|
{
|
|
399
|
-
"gap": "lg",
|
|
400
|
-
"align": "center",
|
|
401
399
|
"children": [
|
|
402
400
|
{
|
|
403
401
|
"type": "icon",
|
|
404
402
|
"name": "shield-check"
|
|
405
403
|
},
|
|
406
404
|
{
|
|
405
|
+
"variant": "h3",
|
|
407
406
|
"type": "typography",
|
|
408
|
-
"content": "Validating..."
|
|
409
|
-
"variant": "h3"
|
|
407
|
+
"content": "Validating..."
|
|
410
408
|
},
|
|
411
409
|
{
|
|
412
410
|
"type": "spinner"
|
|
413
411
|
},
|
|
414
412
|
{
|
|
413
|
+
"justify": "center",
|
|
415
414
|
"gap": "md",
|
|
415
|
+
"type": "stack",
|
|
416
|
+
"direction": "horizontal",
|
|
416
417
|
"children": [
|
|
417
418
|
{
|
|
418
|
-
"
|
|
419
|
-
"
|
|
419
|
+
"label": "@entity.target",
|
|
420
|
+
"type": "badge"
|
|
420
421
|
},
|
|
421
422
|
{
|
|
422
423
|
"type": "badge",
|
|
423
424
|
"label": "@entity.maxAttempts"
|
|
424
425
|
}
|
|
425
|
-
]
|
|
426
|
-
"direction": "horizontal",
|
|
427
|
-
"type": "stack",
|
|
428
|
-
"justify": "center"
|
|
426
|
+
]
|
|
429
427
|
}
|
|
430
428
|
],
|
|
431
429
|
"direction": "vertical",
|
|
432
|
-
"
|
|
430
|
+
"gap": "lg",
|
|
431
|
+
"type": "stack",
|
|
432
|
+
"align": "center"
|
|
433
433
|
}
|
|
434
434
|
]
|
|
435
435
|
]
|
|
@@ -452,13 +452,9 @@
|
|
|
452
452
|
"render-ui",
|
|
453
453
|
"main",
|
|
454
454
|
{
|
|
455
|
-
"
|
|
455
|
+
"type": "stack",
|
|
456
456
|
"children": [
|
|
457
457
|
{
|
|
458
|
-
"type": "stack",
|
|
459
|
-
"justify": "between",
|
|
460
|
-
"direction": "horizontal",
|
|
461
|
-
"gap": "sm",
|
|
462
458
|
"children": [
|
|
463
459
|
{
|
|
464
460
|
"gap": "sm",
|
|
@@ -468,23 +464,27 @@
|
|
|
468
464
|
"name": "check-circle"
|
|
469
465
|
},
|
|
470
466
|
{
|
|
471
|
-
"type": "typography",
|
|
472
467
|
"content": "Validation Passed",
|
|
473
|
-
"variant": "h2"
|
|
468
|
+
"variant": "h2",
|
|
469
|
+
"type": "typography"
|
|
474
470
|
}
|
|
475
471
|
],
|
|
476
472
|
"type": "stack",
|
|
477
|
-
"
|
|
478
|
-
"
|
|
473
|
+
"align": "center",
|
|
474
|
+
"direction": "horizontal"
|
|
479
475
|
},
|
|
480
476
|
{
|
|
481
|
-
"label": "New Target",
|
|
482
|
-
"icon": "rotate-ccw",
|
|
483
477
|
"type": "button",
|
|
484
478
|
"variant": "ghost",
|
|
485
|
-
"action": "RESET"
|
|
479
|
+
"action": "RESET",
|
|
480
|
+
"icon": "rotate-ccw",
|
|
481
|
+
"label": "New Target"
|
|
486
482
|
}
|
|
487
483
|
],
|
|
484
|
+
"type": "stack",
|
|
485
|
+
"direction": "horizontal",
|
|
486
|
+
"gap": "sm",
|
|
487
|
+
"justify": "between",
|
|
488
488
|
"align": "center"
|
|
489
489
|
},
|
|
490
490
|
{
|
|
@@ -494,21 +494,22 @@
|
|
|
494
494
|
"cols": 2.0,
|
|
495
495
|
"children": [
|
|
496
496
|
{
|
|
497
|
-
"value": "@entity.fixAttempts",
|
|
498
|
-
"type": "stat-display",
|
|
499
497
|
"icon": "wrench",
|
|
500
|
-
"
|
|
498
|
+
"type": "stat-display",
|
|
499
|
+
"label": "Fix Attempts",
|
|
500
|
+
"value": "@entity.fixAttempts"
|
|
501
501
|
},
|
|
502
502
|
{
|
|
503
|
+
"label": "Status",
|
|
503
504
|
"value": "Passed",
|
|
504
505
|
"type": "stat-display",
|
|
505
|
-
"icon": "check"
|
|
506
|
-
"label": "Status"
|
|
506
|
+
"icon": "check"
|
|
507
507
|
}
|
|
508
508
|
],
|
|
509
509
|
"type": "simple-grid"
|
|
510
510
|
},
|
|
511
511
|
{
|
|
512
|
+
"type": "card",
|
|
512
513
|
"children": [
|
|
513
514
|
{
|
|
514
515
|
"children": [
|
|
@@ -518,21 +519,20 @@
|
|
|
518
519
|
"type": "typography"
|
|
519
520
|
},
|
|
520
521
|
{
|
|
521
|
-
"
|
|
522
|
+
"type": "typography",
|
|
522
523
|
"content": "@entity.target",
|
|
523
|
-
"
|
|
524
|
+
"variant": "body"
|
|
524
525
|
}
|
|
525
526
|
],
|
|
526
527
|
"direction": "vertical",
|
|
527
528
|
"gap": "sm",
|
|
528
529
|
"type": "stack"
|
|
529
530
|
}
|
|
530
|
-
]
|
|
531
|
-
"type": "card"
|
|
531
|
+
]
|
|
532
532
|
}
|
|
533
533
|
],
|
|
534
|
-
"
|
|
535
|
-
"
|
|
534
|
+
"direction": "vertical",
|
|
535
|
+
"gap": "lg"
|
|
536
536
|
}
|
|
537
537
|
]
|
|
538
538
|
]
|
|
@@ -581,69 +581,69 @@
|
|
|
581
581
|
"render-ui",
|
|
582
582
|
"main",
|
|
583
583
|
{
|
|
584
|
-
"
|
|
584
|
+
"direction": "vertical",
|
|
585
|
+
"gap": "lg",
|
|
585
586
|
"children": [
|
|
586
587
|
{
|
|
587
|
-
"
|
|
588
|
+
"gap": "sm",
|
|
588
589
|
"align": "center",
|
|
589
|
-
"justify": "between",
|
|
590
590
|
"children": [
|
|
591
591
|
{
|
|
592
592
|
"gap": "sm",
|
|
593
|
-
"align": "center",
|
|
594
593
|
"direction": "horizontal",
|
|
594
|
+
"type": "stack",
|
|
595
|
+
"align": "center",
|
|
595
596
|
"children": [
|
|
596
597
|
{
|
|
597
598
|
"type": "icon",
|
|
598
599
|
"name": "cpu"
|
|
599
600
|
},
|
|
600
601
|
{
|
|
602
|
+
"variant": "h2",
|
|
601
603
|
"content": "Generating fix...",
|
|
602
|
-
"type": "typography"
|
|
603
|
-
"variant": "h2"
|
|
604
|
+
"type": "typography"
|
|
604
605
|
}
|
|
605
|
-
]
|
|
606
|
-
"type": "stack"
|
|
606
|
+
]
|
|
607
607
|
},
|
|
608
608
|
{
|
|
609
|
-
"
|
|
610
|
-
"
|
|
609
|
+
"type": "badge",
|
|
610
|
+
"label": "@entity.fixAttempts"
|
|
611
611
|
}
|
|
612
612
|
],
|
|
613
|
-
"
|
|
614
|
-
"type": "stack"
|
|
613
|
+
"direction": "horizontal",
|
|
614
|
+
"type": "stack",
|
|
615
|
+
"justify": "between"
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
618
|
"type": "divider"
|
|
618
619
|
},
|
|
619
620
|
{
|
|
621
|
+
"type": "card",
|
|
620
622
|
"children": [
|
|
621
623
|
{
|
|
624
|
+
"direction": "vertical",
|
|
622
625
|
"type": "stack",
|
|
623
626
|
"children": [
|
|
624
627
|
{
|
|
625
|
-
"type": "typography",
|
|
626
628
|
"content": "Validation Errors",
|
|
629
|
+
"type": "typography",
|
|
627
630
|
"variant": "caption"
|
|
628
631
|
},
|
|
629
632
|
{
|
|
633
|
+
"message": "@entity.validationErrors",
|
|
630
634
|
"type": "alert",
|
|
631
|
-
"variant": "error"
|
|
632
|
-
"message": "@entity.validationErrors"
|
|
635
|
+
"variant": "error"
|
|
633
636
|
}
|
|
634
637
|
],
|
|
635
|
-
"gap": "sm"
|
|
636
|
-
"direction": "vertical"
|
|
638
|
+
"gap": "sm"
|
|
637
639
|
}
|
|
638
|
-
]
|
|
639
|
-
"type": "card"
|
|
640
|
+
]
|
|
640
641
|
},
|
|
641
642
|
{
|
|
642
643
|
"type": "spinner"
|
|
643
644
|
}
|
|
644
645
|
],
|
|
645
|
-
"
|
|
646
|
-
"gap": "lg"
|
|
646
|
+
"type": "stack"
|
|
647
647
|
}
|
|
648
648
|
]
|
|
649
649
|
]
|
|
@@ -671,73 +671,73 @@
|
|
|
671
671
|
"render-ui",
|
|
672
672
|
"main",
|
|
673
673
|
{
|
|
674
|
-
"
|
|
675
|
-
"type": "stack",
|
|
674
|
+
"align": "center",
|
|
676
675
|
"children": [
|
|
677
676
|
{
|
|
678
677
|
"type": "icon",
|
|
679
678
|
"name": "x-circle"
|
|
680
679
|
},
|
|
681
680
|
{
|
|
682
|
-
"
|
|
681
|
+
"type": "typography",
|
|
683
682
|
"content": "Fix Loop Failed",
|
|
684
|
-
"
|
|
683
|
+
"variant": "h2"
|
|
685
684
|
},
|
|
686
685
|
{
|
|
686
|
+
"message": "@entity.error",
|
|
687
687
|
"type": "alert",
|
|
688
|
-
"variant": "error"
|
|
689
|
-
"message": "@entity.error"
|
|
688
|
+
"variant": "error"
|
|
690
689
|
},
|
|
691
690
|
{
|
|
692
|
-
"type": "simple-grid",
|
|
693
691
|
"children": [
|
|
694
692
|
{
|
|
695
|
-
"
|
|
696
|
-
"icon": "wrench",
|
|
693
|
+
"value": "@entity.fixAttempts",
|
|
697
694
|
"label": "Attempts Used",
|
|
698
|
-
"
|
|
695
|
+
"icon": "wrench",
|
|
696
|
+
"type": "stat-display"
|
|
699
697
|
},
|
|
700
698
|
{
|
|
701
|
-
"value": "@entity.errorCount",
|
|
702
699
|
"icon": "alert-triangle",
|
|
700
|
+
"value": "@entity.errorCount",
|
|
703
701
|
"type": "stat-display",
|
|
704
702
|
"label": "Remaining Errors"
|
|
705
703
|
}
|
|
706
704
|
],
|
|
707
|
-
"cols": 2.0
|
|
705
|
+
"cols": 2.0,
|
|
706
|
+
"type": "simple-grid"
|
|
708
707
|
},
|
|
709
708
|
{
|
|
709
|
+
"type": "card",
|
|
710
710
|
"children": [
|
|
711
711
|
{
|
|
712
|
+
"direction": "vertical",
|
|
712
713
|
"children": [
|
|
713
714
|
{
|
|
714
|
-
"
|
|
715
|
+
"type": "typography",
|
|
715
716
|
"content": "Last Validation Errors",
|
|
716
|
-
"
|
|
717
|
+
"variant": "caption"
|
|
717
718
|
},
|
|
718
719
|
{
|
|
720
|
+
"type": "typography",
|
|
719
721
|
"variant": "body",
|
|
720
|
-
"content": "@entity.validationErrors"
|
|
721
|
-
"type": "typography"
|
|
722
|
+
"content": "@entity.validationErrors"
|
|
722
723
|
}
|
|
723
724
|
],
|
|
724
|
-
"type": "stack",
|
|
725
725
|
"gap": "sm",
|
|
726
|
-
"
|
|
726
|
+
"type": "stack"
|
|
727
727
|
}
|
|
728
|
-
]
|
|
729
|
-
"type": "card"
|
|
728
|
+
]
|
|
730
729
|
},
|
|
731
730
|
{
|
|
732
|
-
"
|
|
733
|
-
"label": "Retry",
|
|
731
|
+
"icon": "rotate-ccw",
|
|
734
732
|
"action": "RESET",
|
|
735
733
|
"type": "button",
|
|
736
|
-
"
|
|
734
|
+
"label": "Retry",
|
|
735
|
+
"variant": "primary"
|
|
737
736
|
}
|
|
738
737
|
],
|
|
739
|
-
"
|
|
740
|
-
"direction": "vertical"
|
|
738
|
+
"type": "stack",
|
|
739
|
+
"direction": "vertical",
|
|
740
|
+
"gap": "lg"
|
|
741
741
|
}
|
|
742
742
|
]
|
|
743
743
|
]
|
|
@@ -769,14 +769,13 @@
|
|
|
769
769
|
"render-ui",
|
|
770
770
|
"main",
|
|
771
771
|
{
|
|
772
|
-
"align": "center",
|
|
773
|
-
"direction": "vertical",
|
|
774
|
-
"type": "stack",
|
|
775
772
|
"gap": "lg",
|
|
773
|
+
"type": "stack",
|
|
774
|
+
"align": "center",
|
|
776
775
|
"children": [
|
|
777
776
|
{
|
|
778
|
-
"
|
|
779
|
-
"
|
|
777
|
+
"name": "tool",
|
|
778
|
+
"type": "icon"
|
|
780
779
|
},
|
|
781
780
|
{
|
|
782
781
|
"content": "Applying fix...",
|
|
@@ -792,23 +791,24 @@
|
|
|
792
791
|
{
|
|
793
792
|
"children": [
|
|
794
793
|
{
|
|
795
|
-
"type": "typography",
|
|
796
794
|
"content": "Proposed Fix",
|
|
795
|
+
"type": "typography",
|
|
797
796
|
"variant": "caption"
|
|
798
797
|
},
|
|
799
798
|
{
|
|
799
|
+
"content": "@entity.currentFix",
|
|
800
800
|
"variant": "body",
|
|
801
|
-
"type": "typography"
|
|
802
|
-
"content": "@entity.currentFix"
|
|
801
|
+
"type": "typography"
|
|
803
802
|
}
|
|
804
803
|
],
|
|
805
|
-
"direction": "vertical",
|
|
806
804
|
"type": "stack",
|
|
807
|
-
"gap": "sm"
|
|
805
|
+
"gap": "sm",
|
|
806
|
+
"direction": "vertical"
|
|
808
807
|
}
|
|
809
808
|
]
|
|
810
809
|
}
|
|
811
|
-
]
|
|
810
|
+
],
|
|
811
|
+
"direction": "vertical"
|
|
812
812
|
}
|
|
813
813
|
]
|
|
814
814
|
]
|
|
@@ -836,6 +836,8 @@
|
|
|
836
836
|
"render-ui",
|
|
837
837
|
"main",
|
|
838
838
|
{
|
|
839
|
+
"type": "stack",
|
|
840
|
+
"direction": "vertical",
|
|
839
841
|
"children": [
|
|
840
842
|
{
|
|
841
843
|
"name": "x-circle",
|
|
@@ -843,8 +845,8 @@
|
|
|
843
845
|
},
|
|
844
846
|
{
|
|
845
847
|
"variant": "h2",
|
|
846
|
-
"
|
|
847
|
-
"
|
|
848
|
+
"type": "typography",
|
|
849
|
+
"content": "Fix Loop Failed"
|
|
848
850
|
},
|
|
849
851
|
{
|
|
850
852
|
"variant": "error",
|
|
@@ -853,56 +855,54 @@
|
|
|
853
855
|
},
|
|
854
856
|
{
|
|
855
857
|
"type": "simple-grid",
|
|
858
|
+
"cols": 2.0,
|
|
856
859
|
"children": [
|
|
857
860
|
{
|
|
861
|
+
"value": "@entity.fixAttempts",
|
|
858
862
|
"type": "stat-display",
|
|
859
863
|
"label": "Attempts Used",
|
|
860
|
-
"icon": "wrench"
|
|
861
|
-
"value": "@entity.fixAttempts"
|
|
864
|
+
"icon": "wrench"
|
|
862
865
|
},
|
|
863
866
|
{
|
|
864
|
-
"type": "stat-display",
|
|
865
|
-
"icon": "alert-triangle",
|
|
866
867
|
"value": "@entity.errorCount",
|
|
868
|
+
"icon": "alert-triangle",
|
|
869
|
+
"type": "stat-display",
|
|
867
870
|
"label": "Remaining Errors"
|
|
868
871
|
}
|
|
869
|
-
]
|
|
870
|
-
"cols": 2.0
|
|
872
|
+
]
|
|
871
873
|
},
|
|
872
874
|
{
|
|
873
875
|
"type": "card",
|
|
874
876
|
"children": [
|
|
875
877
|
{
|
|
876
|
-
"gap": "sm",
|
|
877
878
|
"type": "stack",
|
|
878
|
-
"direction": "vertical",
|
|
879
879
|
"children": [
|
|
880
880
|
{
|
|
881
881
|
"type": "typography",
|
|
882
|
-
"
|
|
883
|
-
"
|
|
882
|
+
"variant": "caption",
|
|
883
|
+
"content": "Last Validation Errors"
|
|
884
884
|
},
|
|
885
885
|
{
|
|
886
|
-
"content": "@entity.validationErrors",
|
|
887
886
|
"type": "typography",
|
|
887
|
+
"content": "@entity.validationErrors",
|
|
888
888
|
"variant": "body"
|
|
889
889
|
}
|
|
890
|
-
]
|
|
890
|
+
],
|
|
891
|
+
"gap": "sm",
|
|
892
|
+
"direction": "vertical"
|
|
891
893
|
}
|
|
892
894
|
]
|
|
893
895
|
},
|
|
894
896
|
{
|
|
895
897
|
"label": "Retry",
|
|
896
|
-
"
|
|
898
|
+
"action": "RESET",
|
|
897
899
|
"variant": "primary",
|
|
898
900
|
"type": "button",
|
|
899
|
-
"
|
|
901
|
+
"icon": "rotate-ccw"
|
|
900
902
|
}
|
|
901
903
|
],
|
|
902
904
|
"align": "center",
|
|
903
|
-
"gap": "lg"
|
|
904
|
-
"type": "stack",
|
|
905
|
-
"direction": "vertical"
|
|
905
|
+
"gap": "lg"
|
|
906
906
|
}
|
|
907
907
|
]
|
|
908
908
|
]
|
|
@@ -928,40 +928,40 @@
|
|
|
928
928
|
"render-ui",
|
|
929
929
|
"main",
|
|
930
930
|
{
|
|
931
|
+
"align": "center",
|
|
932
|
+
"gap": "lg",
|
|
933
|
+
"direction": "vertical",
|
|
934
|
+
"type": "stack",
|
|
931
935
|
"children": [
|
|
932
936
|
{
|
|
933
|
-
"
|
|
934
|
-
"
|
|
937
|
+
"type": "icon",
|
|
938
|
+
"name": "shield-check"
|
|
935
939
|
},
|
|
936
940
|
{
|
|
937
|
-
"variant": "h3",
|
|
938
941
|
"type": "typography",
|
|
942
|
+
"variant": "h3",
|
|
939
943
|
"content": "Validating..."
|
|
940
944
|
},
|
|
941
945
|
{
|
|
942
946
|
"type": "spinner"
|
|
943
947
|
},
|
|
944
948
|
{
|
|
945
|
-
"type": "stack",
|
|
946
|
-
"gap": "md",
|
|
947
|
-
"justify": "center",
|
|
948
949
|
"children": [
|
|
949
950
|
{
|
|
950
|
-
"
|
|
951
|
-
"
|
|
951
|
+
"type": "badge",
|
|
952
|
+
"label": "@entity.target"
|
|
952
953
|
},
|
|
953
954
|
{
|
|
954
|
-
"
|
|
955
|
-
"
|
|
955
|
+
"label": "@entity.maxAttempts",
|
|
956
|
+
"type": "badge"
|
|
956
957
|
}
|
|
957
958
|
],
|
|
959
|
+
"gap": "md",
|
|
960
|
+
"type": "stack",
|
|
961
|
+
"justify": "center",
|
|
958
962
|
"direction": "horizontal"
|
|
959
963
|
}
|
|
960
|
-
]
|
|
961
|
-
"direction": "vertical",
|
|
962
|
-
"gap": "lg",
|
|
963
|
-
"type": "stack",
|
|
964
|
-
"align": "center"
|
|
964
|
+
]
|
|
965
965
|
}
|
|
966
966
|
]
|
|
967
967
|
]
|
|
@@ -989,6 +989,9 @@
|
|
|
989
989
|
"render-ui",
|
|
990
990
|
"main",
|
|
991
991
|
{
|
|
992
|
+
"type": "stack",
|
|
993
|
+
"gap": "lg",
|
|
994
|
+
"align": "center",
|
|
992
995
|
"children": [
|
|
993
996
|
{
|
|
994
997
|
"name": "x-circle",
|
|
@@ -1001,61 +1004,58 @@
|
|
|
1001
1004
|
},
|
|
1002
1005
|
{
|
|
1003
1006
|
"type": "alert",
|
|
1004
|
-
"
|
|
1005
|
-
"
|
|
1007
|
+
"variant": "error",
|
|
1008
|
+
"message": "@entity.error"
|
|
1006
1009
|
},
|
|
1007
1010
|
{
|
|
1008
1011
|
"type": "simple-grid",
|
|
1009
1012
|
"cols": 2.0,
|
|
1010
1013
|
"children": [
|
|
1011
1014
|
{
|
|
1012
|
-
"value": "@entity.fixAttempts",
|
|
1013
|
-
"type": "stat-display",
|
|
1014
1015
|
"label": "Attempts Used",
|
|
1015
|
-
"
|
|
1016
|
+
"type": "stat-display",
|
|
1017
|
+
"icon": "wrench",
|
|
1018
|
+
"value": "@entity.fixAttempts"
|
|
1016
1019
|
},
|
|
1017
1020
|
{
|
|
1021
|
+
"icon": "alert-triangle",
|
|
1018
1022
|
"label": "Remaining Errors",
|
|
1019
|
-
"type": "stat-display",
|
|
1020
1023
|
"value": "@entity.errorCount",
|
|
1021
|
-
"
|
|
1024
|
+
"type": "stat-display"
|
|
1022
1025
|
}
|
|
1023
1026
|
]
|
|
1024
1027
|
},
|
|
1025
1028
|
{
|
|
1029
|
+
"type": "card",
|
|
1026
1030
|
"children": [
|
|
1027
1031
|
{
|
|
1032
|
+
"type": "stack",
|
|
1033
|
+
"gap": "sm",
|
|
1034
|
+
"direction": "vertical",
|
|
1028
1035
|
"children": [
|
|
1029
1036
|
{
|
|
1030
|
-
"content": "Last Validation Errors",
|
|
1031
1037
|
"type": "typography",
|
|
1032
|
-
"variant": "caption"
|
|
1038
|
+
"variant": "caption",
|
|
1039
|
+
"content": "Last Validation Errors"
|
|
1033
1040
|
},
|
|
1034
1041
|
{
|
|
1035
|
-
"
|
|
1042
|
+
"content": "@entity.validationErrors",
|
|
1036
1043
|
"variant": "body",
|
|
1037
|
-
"
|
|
1044
|
+
"type": "typography"
|
|
1038
1045
|
}
|
|
1039
|
-
]
|
|
1040
|
-
"gap": "sm",
|
|
1041
|
-
"type": "stack",
|
|
1042
|
-
"direction": "vertical"
|
|
1046
|
+
]
|
|
1043
1047
|
}
|
|
1044
|
-
]
|
|
1045
|
-
"type": "card"
|
|
1048
|
+
]
|
|
1046
1049
|
},
|
|
1047
1050
|
{
|
|
1048
|
-
"action": "RESET",
|
|
1049
1051
|
"type": "button",
|
|
1050
1052
|
"variant": "primary",
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
+
"icon": "rotate-ccw",
|
|
1054
|
+
"action": "RESET",
|
|
1055
|
+
"label": "Retry"
|
|
1053
1056
|
}
|
|
1054
1057
|
],
|
|
1055
|
-
"
|
|
1056
|
-
"direction": "vertical",
|
|
1057
|
-
"gap": "lg",
|
|
1058
|
-
"align": "center"
|
|
1058
|
+
"direction": "vertical"
|
|
1059
1059
|
}
|
|
1060
1060
|
]
|
|
1061
1061
|
]
|
|
@@ -1104,12 +1104,10 @@
|
|
|
1104
1104
|
"render-ui",
|
|
1105
1105
|
"main",
|
|
1106
1106
|
{
|
|
1107
|
+
"gap": "lg",
|
|
1107
1108
|
"children": [
|
|
1108
1109
|
{
|
|
1109
|
-
"align": "center",
|
|
1110
1110
|
"type": "stack",
|
|
1111
|
-
"direction": "horizontal",
|
|
1112
|
-
"gap": "sm",
|
|
1113
1111
|
"children": [
|
|
1114
1112
|
{
|
|
1115
1113
|
"name": "wrench",
|
|
@@ -1117,43 +1115,45 @@
|
|
|
1117
1115
|
},
|
|
1118
1116
|
{
|
|
1119
1117
|
"variant": "h2",
|
|
1120
|
-
"
|
|
1121
|
-
"
|
|
1118
|
+
"type": "typography",
|
|
1119
|
+
"content": "Validation-Fix Loop"
|
|
1122
1120
|
}
|
|
1123
|
-
]
|
|
1121
|
+
],
|
|
1122
|
+
"direction": "horizontal",
|
|
1123
|
+
"align": "center",
|
|
1124
|
+
"gap": "sm"
|
|
1124
1125
|
},
|
|
1125
1126
|
{
|
|
1126
1127
|
"type": "divider"
|
|
1127
1128
|
},
|
|
1128
1129
|
{
|
|
1129
|
-
"type": "card",
|
|
1130
1130
|
"children": [
|
|
1131
1131
|
{
|
|
1132
|
-
"
|
|
1132
|
+
"type": "stack",
|
|
1133
1133
|
"children": [
|
|
1134
1134
|
{
|
|
1135
|
-
"content": "Enter the target to validate and auto-fix",
|
|
1136
1135
|
"type": "typography",
|
|
1137
|
-
"variant": "body"
|
|
1136
|
+
"variant": "body",
|
|
1137
|
+
"content": "Enter the target to validate and auto-fix"
|
|
1138
1138
|
},
|
|
1139
1139
|
{
|
|
1140
|
-
"entity": "@entity",
|
|
1141
|
-
"type": "form-section",
|
|
1142
|
-
"submitEvent": "FIX",
|
|
1143
|
-
"mode": "edit",
|
|
1144
1140
|
"fields": [
|
|
1145
1141
|
"target"
|
|
1146
|
-
]
|
|
1142
|
+
],
|
|
1143
|
+
"submitEvent": "FIX",
|
|
1144
|
+
"mode": "edit",
|
|
1145
|
+
"entity": "@entity",
|
|
1146
|
+
"type": "form-section"
|
|
1147
1147
|
}
|
|
1148
1148
|
],
|
|
1149
|
-
"
|
|
1149
|
+
"gap": "md",
|
|
1150
1150
|
"direction": "vertical"
|
|
1151
1151
|
}
|
|
1152
|
-
]
|
|
1152
|
+
],
|
|
1153
|
+
"type": "card"
|
|
1153
1154
|
}
|
|
1154
1155
|
],
|
|
1155
1156
|
"type": "stack",
|
|
1156
|
-
"gap": "lg",
|
|
1157
1157
|
"direction": "vertical"
|
|
1158
1158
|
}
|
|
1159
1159
|
]
|
|
@@ -1203,11 +1203,9 @@
|
|
|
1203
1203
|
"render-ui",
|
|
1204
1204
|
"main",
|
|
1205
1205
|
{
|
|
1206
|
-
"direction": "vertical",
|
|
1207
|
-
"type": "stack",
|
|
1208
|
-
"gap": "lg",
|
|
1209
1206
|
"children": [
|
|
1210
1207
|
{
|
|
1208
|
+
"align": "center",
|
|
1211
1209
|
"children": [
|
|
1212
1210
|
{
|
|
1213
1211
|
"type": "icon",
|
|
@@ -1219,7 +1217,6 @@
|
|
|
1219
1217
|
"variant": "h2"
|
|
1220
1218
|
}
|
|
1221
1219
|
],
|
|
1222
|
-
"align": "center",
|
|
1223
1220
|
"direction": "horizontal",
|
|
1224
1221
|
"gap": "sm",
|
|
1225
1222
|
"type": "stack"
|
|
@@ -1228,32 +1225,35 @@
|
|
|
1228
1225
|
"type": "divider"
|
|
1229
1226
|
},
|
|
1230
1227
|
{
|
|
1228
|
+
"type": "card",
|
|
1231
1229
|
"children": [
|
|
1232
1230
|
{
|
|
1233
|
-
"gap": "md",
|
|
1234
1231
|
"direction": "vertical",
|
|
1235
1232
|
"children": [
|
|
1236
1233
|
{
|
|
1237
|
-
"variant": "body",
|
|
1238
1234
|
"type": "typography",
|
|
1239
|
-
"content": "Enter the target to validate and auto-fix"
|
|
1235
|
+
"content": "Enter the target to validate and auto-fix",
|
|
1236
|
+
"variant": "body"
|
|
1240
1237
|
},
|
|
1241
1238
|
{
|
|
1239
|
+
"type": "form-section",
|
|
1240
|
+
"submitEvent": "FIX",
|
|
1241
|
+
"entity": "@entity",
|
|
1242
1242
|
"fields": [
|
|
1243
1243
|
"target"
|
|
1244
1244
|
],
|
|
1245
|
-
"
|
|
1246
|
-
"submitEvent": "FIX",
|
|
1247
|
-
"mode": "edit",
|
|
1248
|
-
"entity": "@entity"
|
|
1245
|
+
"mode": "edit"
|
|
1249
1246
|
}
|
|
1250
1247
|
],
|
|
1251
|
-
"type": "stack"
|
|
1248
|
+
"type": "stack",
|
|
1249
|
+
"gap": "md"
|
|
1252
1250
|
}
|
|
1253
|
-
]
|
|
1254
|
-
"type": "card"
|
|
1251
|
+
]
|
|
1255
1252
|
}
|
|
1256
|
-
]
|
|
1253
|
+
],
|
|
1254
|
+
"direction": "vertical",
|
|
1255
|
+
"type": "stack",
|
|
1256
|
+
"gap": "lg"
|
|
1257
1257
|
}
|
|
1258
1258
|
]
|
|
1259
1259
|
]
|
|
@@ -1320,4 +1320,4 @@
|
|
|
1320
1320
|
]
|
|
1321
1321
|
}
|
|
1322
1322
|
]
|
|
1323
|
-
}
|
|
1323
|
+
}
|