@almadar/std 3.14.0 → 4.0.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/exports/atoms/std-agent-activity-log.orb +11 -3
- package/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
- package/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
- package/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/behaviors/exports/molecules/std-agent-learner.orb +10 -549
- package/behaviors/exports/molecules/std-agent-planner.orb +5 -529
- package/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
- package/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/behaviors/exports/validation-report.json +0 -1304
- package/dist/behaviors/behaviors-registry.json +26 -1
- package/dist/behaviors/exports/atoms/std-agent-activity-log.orb +11 -3
- package/dist/behaviors/exports/atoms/std-agent-step-progress.orb +162 -23
- package/dist/behaviors/exports/atoms/std-agent-tool-call.orb +0 -499
- package/dist/behaviors/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/dist/behaviors/exports/molecules/std-agent-learner.orb +10 -549
- package/dist/behaviors/exports/molecules/std-agent-planner.orb +5 -529
- package/dist/behaviors/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/dist/behaviors/exports/organisms/std-agent-builder.orb +892 -1453
- package/dist/behaviors/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/dist/behaviors/exports/validation-report.json +0 -1304
- package/dist/behaviors/exports-reader.js +257 -302
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.js +257 -302
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.js +257 -302
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +257 -302
- package/dist/behaviors/query.js.map +1 -1
- package/dist/behaviors-registry.json +26 -1
- package/dist/exports/atoms/std-agent-activity-log.orb +11 -3
- package/dist/exports/atoms/std-agent-step-progress.orb +162 -23
- package/dist/exports/atoms/std-agent-tool-call.orb +0 -499
- package/dist/exports/molecules/std-agent-fix-loop.orb +166 -22
- package/dist/exports/molecules/std-agent-learner.orb +10 -549
- package/dist/exports/molecules/std-agent-planner.orb +5 -529
- package/dist/exports/molecules/std-agent-tool-loop.orb +162 -571
- package/dist/exports/organisms/std-agent-builder.orb +892 -1453
- package/dist/exports/organisms/std-agent-pipeline.orb +798 -1503
- package/dist/exports/validation-report.json +0 -1304
- package/dist/index.d.ts +2 -2
- package/dist/index.js +362 -305
- package/dist/index.js.map +1 -1
- package/dist/modules/agent.d.ts +1 -1
- package/dist/modules/array.d.ts +1 -1
- package/dist/modules/async.d.ts +1 -1
- package/dist/modules/composition.d.ts +27 -0
- package/dist/modules/composition.js +98 -0
- package/dist/modules/composition.js.map +1 -0
- package/dist/modules/contract.d.ts +1 -1
- package/dist/modules/data.d.ts +1 -1
- package/dist/modules/format.d.ts +1 -1
- package/dist/modules/graph.d.ts +1 -1
- package/dist/modules/index.d.ts +2 -1
- package/dist/modules/index.js +96 -1
- package/dist/modules/index.js.map +1 -1
- package/dist/modules/math.d.ts +1 -1
- package/dist/modules/nn.d.ts +1 -1
- package/dist/modules/object.d.ts +1 -1
- package/dist/modules/os.d.ts +1 -1
- package/dist/modules/prob.d.ts +1 -1
- package/dist/modules/str.d.ts +1 -1
- package/dist/modules/tensor.d.ts +1 -1
- package/dist/modules/time.d.ts +1 -1
- package/dist/modules/train.d.ts +1 -1
- package/dist/modules/validate.d.ts +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +98 -3
- package/dist/registry.js.map +1 -1
- package/dist/{types-BjP5nVQd.d.ts → types-BGtQuBge.d.ts} +5 -3
- package/package.json +1 -1
|
@@ -117,6 +117,11 @@
|
|
|
117
117
|
"name": "duration",
|
|
118
118
|
"type": "number",
|
|
119
119
|
"default": 0
|
|
120
|
+
},
|
|
121
|
+
{
|
|
122
|
+
"name": "icon",
|
|
123
|
+
"type": "string",
|
|
124
|
+
"default": "circle"
|
|
120
125
|
}
|
|
121
126
|
]
|
|
122
127
|
},
|
|
@@ -1291,35 +1296,23 @@
|
|
|
1291
1296
|
}
|
|
1292
1297
|
},
|
|
1293
1298
|
{
|
|
1294
|
-
"name": "
|
|
1299
|
+
"name": "PlannerClassifierFlow",
|
|
1295
1300
|
"linkedEntity": "BuildPlan",
|
|
1296
1301
|
"category": "interaction",
|
|
1297
1302
|
"emits": [
|
|
1298
1303
|
{
|
|
1299
|
-
"event": "
|
|
1300
|
-
"scope": "internal"
|
|
1301
|
-
"payload": [
|
|
1302
|
-
{
|
|
1303
|
-
"name": "action",
|
|
1304
|
-
"type": "string"
|
|
1305
|
-
},
|
|
1306
|
-
{
|
|
1307
|
-
"name": "detail",
|
|
1308
|
-
"type": "string"
|
|
1309
|
-
},
|
|
1310
|
-
{
|
|
1311
|
-
"name": "status",
|
|
1312
|
-
"type": "string"
|
|
1313
|
-
}
|
|
1314
|
-
]
|
|
1304
|
+
"event": "CLASSIFIED",
|
|
1305
|
+
"scope": "internal"
|
|
1315
1306
|
}
|
|
1316
1307
|
],
|
|
1317
|
-
"listens": [],
|
|
1318
1308
|
"stateMachine": {
|
|
1319
1309
|
"states": [
|
|
1320
1310
|
{
|
|
1321
|
-
"name": "
|
|
1311
|
+
"name": "closed",
|
|
1322
1312
|
"isInitial": true
|
|
1313
|
+
},
|
|
1314
|
+
{
|
|
1315
|
+
"name": "open"
|
|
1323
1316
|
}
|
|
1324
1317
|
],
|
|
1325
1318
|
"events": [
|
|
@@ -1328,39 +1321,33 @@
|
|
|
1328
1321
|
"name": "Initialize"
|
|
1329
1322
|
},
|
|
1330
1323
|
{
|
|
1331
|
-
"key": "
|
|
1332
|
-
"name": "
|
|
1324
|
+
"key": "CLASSIFY",
|
|
1325
|
+
"name": "Open"
|
|
1326
|
+
},
|
|
1327
|
+
{
|
|
1328
|
+
"key": "CLOSE",
|
|
1329
|
+
"name": "Close"
|
|
1330
|
+
},
|
|
1331
|
+
{
|
|
1332
|
+
"key": "SAVE",
|
|
1333
|
+
"name": "Save",
|
|
1333
1334
|
"payload": [
|
|
1334
1335
|
{
|
|
1335
|
-
"name": "
|
|
1336
|
-
"type": "
|
|
1337
|
-
"required": true
|
|
1338
|
-
},
|
|
1339
|
-
{
|
|
1340
|
-
"name": "detail",
|
|
1341
|
-
"type": "string",
|
|
1342
|
-
"required": true
|
|
1343
|
-
},
|
|
1344
|
-
{
|
|
1345
|
-
"name": "status",
|
|
1346
|
-
"type": "string",
|
|
1336
|
+
"name": "data",
|
|
1337
|
+
"type": "object",
|
|
1347
1338
|
"required": true
|
|
1348
1339
|
}
|
|
1349
1340
|
]
|
|
1350
|
-
},
|
|
1351
|
-
{
|
|
1352
|
-
"key": "CLEAR",
|
|
1353
|
-
"name": "Clear Log"
|
|
1354
1341
|
}
|
|
1355
1342
|
],
|
|
1356
1343
|
"transitions": [
|
|
1357
1344
|
{
|
|
1358
|
-
"from": "
|
|
1359
|
-
"to": "
|
|
1345
|
+
"from": "closed",
|
|
1346
|
+
"to": "closed",
|
|
1360
1347
|
"event": "INIT",
|
|
1361
1348
|
"effects": [
|
|
1362
1349
|
[
|
|
1363
|
-
"
|
|
1350
|
+
"ref",
|
|
1364
1351
|
"BuildPlan"
|
|
1365
1352
|
],
|
|
1366
1353
|
[
|
|
@@ -1395,34 +1382,32 @@
|
|
|
1395
1382
|
{
|
|
1396
1383
|
"type": "stack",
|
|
1397
1384
|
"direction": "horizontal",
|
|
1398
|
-
"gap": "
|
|
1385
|
+
"gap": "md",
|
|
1399
1386
|
"justify": "space-between",
|
|
1400
|
-
"align": "center",
|
|
1401
1387
|
"children": [
|
|
1402
1388
|
{
|
|
1403
1389
|
"type": "stack",
|
|
1404
1390
|
"direction": "horizontal",
|
|
1405
|
-
"gap": "
|
|
1406
|
-
"align": "center",
|
|
1391
|
+
"gap": "md",
|
|
1407
1392
|
"children": [
|
|
1408
1393
|
{
|
|
1409
1394
|
"type": "icon",
|
|
1410
|
-
"name": "
|
|
1395
|
+
"name": "tag",
|
|
1411
1396
|
"size": "lg"
|
|
1412
1397
|
},
|
|
1413
1398
|
{
|
|
1414
1399
|
"type": "typography",
|
|
1415
|
-
"content": "
|
|
1400
|
+
"content": "BuildPlan",
|
|
1416
1401
|
"variant": "h2"
|
|
1417
1402
|
}
|
|
1418
1403
|
]
|
|
1419
1404
|
},
|
|
1420
1405
|
{
|
|
1421
1406
|
"type": "button",
|
|
1422
|
-
"label": "
|
|
1423
|
-
"event": "
|
|
1424
|
-
"variant": "
|
|
1425
|
-
"icon": "
|
|
1407
|
+
"label": "Open",
|
|
1408
|
+
"event": "CLASSIFY",
|
|
1409
|
+
"variant": "primary",
|
|
1410
|
+
"icon": "tag"
|
|
1426
1411
|
}
|
|
1427
1412
|
]
|
|
1428
1413
|
},
|
|
@@ -1430,64 +1415,10 @@
|
|
|
1430
1415
|
"type": "divider"
|
|
1431
1416
|
},
|
|
1432
1417
|
{
|
|
1433
|
-
"type": "
|
|
1434
|
-
"
|
|
1435
|
-
"
|
|
1436
|
-
"
|
|
1437
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
1438
|
-
"renderItem": [
|
|
1439
|
-
"fn",
|
|
1440
|
-
"item",
|
|
1441
|
-
{
|
|
1442
|
-
"type": "stack",
|
|
1443
|
-
"direction": "vertical",
|
|
1444
|
-
"gap": "xs",
|
|
1445
|
-
"children": [
|
|
1446
|
-
{
|
|
1447
|
-
"type": "stack",
|
|
1448
|
-
"direction": "horizontal",
|
|
1449
|
-
"gap": "sm",
|
|
1450
|
-
"align": "center",
|
|
1451
|
-
"children": [
|
|
1452
|
-
{
|
|
1453
|
-
"type": "badge",
|
|
1454
|
-
"label": "@item.status"
|
|
1455
|
-
},
|
|
1456
|
-
{
|
|
1457
|
-
"type": "typography",
|
|
1458
|
-
"variant": "h4",
|
|
1459
|
-
"content": "@item.action"
|
|
1460
|
-
}
|
|
1461
|
-
]
|
|
1462
|
-
},
|
|
1463
|
-
{
|
|
1464
|
-
"type": "typography",
|
|
1465
|
-
"variant": "body",
|
|
1466
|
-
"color": "muted",
|
|
1467
|
-
"content": "@item.detail"
|
|
1468
|
-
},
|
|
1469
|
-
{
|
|
1470
|
-
"type": "stack",
|
|
1471
|
-
"direction": "horizontal",
|
|
1472
|
-
"gap": "sm",
|
|
1473
|
-
"align": "center",
|
|
1474
|
-
"children": [
|
|
1475
|
-
{
|
|
1476
|
-
"type": "typography",
|
|
1477
|
-
"variant": "caption",
|
|
1478
|
-
"color": "muted",
|
|
1479
|
-
"content": "@item.timestamp"
|
|
1480
|
-
},
|
|
1481
|
-
{
|
|
1482
|
-
"type": "badge",
|
|
1483
|
-
"label": "@item.duration",
|
|
1484
|
-
"variant": "outline"
|
|
1485
|
-
}
|
|
1486
|
-
]
|
|
1487
|
-
}
|
|
1488
|
-
]
|
|
1489
|
-
}
|
|
1490
|
-
]
|
|
1418
|
+
"type": "empty-state",
|
|
1419
|
+
"icon": "tag",
|
|
1420
|
+
"title": "Nothing open",
|
|
1421
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1491
1422
|
}
|
|
1492
1423
|
]
|
|
1493
1424
|
}
|
|
@@ -1497,23 +1428,107 @@
|
|
|
1497
1428
|
]
|
|
1498
1429
|
},
|
|
1499
1430
|
{
|
|
1500
|
-
"from": "
|
|
1501
|
-
"to": "
|
|
1502
|
-
"event": "
|
|
1431
|
+
"from": "closed",
|
|
1432
|
+
"to": "open",
|
|
1433
|
+
"event": "CLASSIFY",
|
|
1503
1434
|
"effects": [
|
|
1504
1435
|
[
|
|
1505
|
-
"
|
|
1506
|
-
"
|
|
1507
|
-
"BuildPlan",
|
|
1436
|
+
"render-ui",
|
|
1437
|
+
"modal",
|
|
1508
1438
|
{
|
|
1509
|
-
"
|
|
1510
|
-
"
|
|
1511
|
-
"
|
|
1512
|
-
"
|
|
1439
|
+
"type": "stack",
|
|
1440
|
+
"direction": "vertical",
|
|
1441
|
+
"gap": "md",
|
|
1442
|
+
"children": [
|
|
1443
|
+
{
|
|
1444
|
+
"type": "stack",
|
|
1445
|
+
"direction": "horizontal",
|
|
1446
|
+
"gap": "sm",
|
|
1447
|
+
"children": [
|
|
1448
|
+
{
|
|
1449
|
+
"type": "icon",
|
|
1450
|
+
"name": "tag",
|
|
1451
|
+
"size": "md"
|
|
1452
|
+
},
|
|
1453
|
+
{
|
|
1454
|
+
"type": "typography",
|
|
1455
|
+
"content": "BuildPlan",
|
|
1456
|
+
"variant": "h3"
|
|
1457
|
+
}
|
|
1458
|
+
]
|
|
1459
|
+
},
|
|
1460
|
+
{
|
|
1461
|
+
"type": "divider"
|
|
1462
|
+
},
|
|
1463
|
+
{
|
|
1464
|
+
"type": "stack",
|
|
1465
|
+
"direction": "horizontal",
|
|
1466
|
+
"gap": "sm",
|
|
1467
|
+
"children": [
|
|
1468
|
+
{
|
|
1469
|
+
"type": "typography",
|
|
1470
|
+
"variant": "caption",
|
|
1471
|
+
"content": "Categories:"
|
|
1472
|
+
},
|
|
1473
|
+
{
|
|
1474
|
+
"type": "badge",
|
|
1475
|
+
"label": "schema",
|
|
1476
|
+
"variant": "secondary"
|
|
1477
|
+
},
|
|
1478
|
+
{
|
|
1479
|
+
"type": "badge",
|
|
1480
|
+
"label": "component",
|
|
1481
|
+
"variant": "secondary"
|
|
1482
|
+
},
|
|
1483
|
+
{
|
|
1484
|
+
"type": "badge",
|
|
1485
|
+
"label": "trait",
|
|
1486
|
+
"variant": "secondary"
|
|
1487
|
+
},
|
|
1488
|
+
{
|
|
1489
|
+
"type": "badge",
|
|
1490
|
+
"label": "page",
|
|
1491
|
+
"variant": "secondary"
|
|
1492
|
+
},
|
|
1493
|
+
{
|
|
1494
|
+
"type": "badge",
|
|
1495
|
+
"label": "behavior",
|
|
1496
|
+
"variant": "secondary"
|
|
1497
|
+
}
|
|
1498
|
+
]
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"type": "form-section",
|
|
1502
|
+
"entity": "BuildPlan",
|
|
1503
|
+
"mode": "create",
|
|
1504
|
+
"submitEvent": "SAVE",
|
|
1505
|
+
"cancelEvent": "CLOSE",
|
|
1506
|
+
"fields": [
|
|
1507
|
+
"input"
|
|
1508
|
+
]
|
|
1509
|
+
}
|
|
1510
|
+
]
|
|
1513
1511
|
}
|
|
1512
|
+
]
|
|
1513
|
+
]
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"from": "open",
|
|
1517
|
+
"to": "closed",
|
|
1518
|
+
"event": "CLOSE",
|
|
1519
|
+
"effects": [
|
|
1520
|
+
[
|
|
1521
|
+
"render-ui",
|
|
1522
|
+
"modal",
|
|
1523
|
+
null
|
|
1514
1524
|
],
|
|
1515
1525
|
[
|
|
1516
|
-
"
|
|
1526
|
+
"notify",
|
|
1527
|
+
"Cancelled",
|
|
1528
|
+
"info"
|
|
1529
|
+
],
|
|
1530
|
+
[
|
|
1531
|
+
"ref",
|
|
1517
1532
|
"BuildPlan"
|
|
1518
1533
|
],
|
|
1519
1534
|
[
|
|
@@ -1548,34 +1563,32 @@
|
|
|
1548
1563
|
{
|
|
1549
1564
|
"type": "stack",
|
|
1550
1565
|
"direction": "horizontal",
|
|
1551
|
-
"gap": "
|
|
1566
|
+
"gap": "md",
|
|
1552
1567
|
"justify": "space-between",
|
|
1553
|
-
"align": "center",
|
|
1554
1568
|
"children": [
|
|
1555
1569
|
{
|
|
1556
1570
|
"type": "stack",
|
|
1557
1571
|
"direction": "horizontal",
|
|
1558
|
-
"gap": "
|
|
1559
|
-
"align": "center",
|
|
1572
|
+
"gap": "md",
|
|
1560
1573
|
"children": [
|
|
1561
1574
|
{
|
|
1562
1575
|
"type": "icon",
|
|
1563
|
-
"name": "
|
|
1576
|
+
"name": "tag",
|
|
1564
1577
|
"size": "lg"
|
|
1565
1578
|
},
|
|
1566
1579
|
{
|
|
1567
1580
|
"type": "typography",
|
|
1568
|
-
"content": "
|
|
1581
|
+
"content": "BuildPlan",
|
|
1569
1582
|
"variant": "h2"
|
|
1570
1583
|
}
|
|
1571
1584
|
]
|
|
1572
1585
|
},
|
|
1573
1586
|
{
|
|
1574
1587
|
"type": "button",
|
|
1575
|
-
"label": "
|
|
1576
|
-
"event": "
|
|
1577
|
-
"variant": "
|
|
1578
|
-
"icon": "
|
|
1588
|
+
"label": "Open",
|
|
1589
|
+
"event": "CLASSIFY",
|
|
1590
|
+
"variant": "primary",
|
|
1591
|
+
"icon": "tag"
|
|
1579
1592
|
}
|
|
1580
1593
|
]
|
|
1581
1594
|
},
|
|
@@ -1583,88 +1596,40 @@
|
|
|
1583
1596
|
"type": "divider"
|
|
1584
1597
|
},
|
|
1585
1598
|
{
|
|
1586
|
-
"type": "
|
|
1587
|
-
"
|
|
1588
|
-
"
|
|
1589
|
-
"
|
|
1590
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
1591
|
-
"renderItem": [
|
|
1592
|
-
"fn",
|
|
1593
|
-
"item",
|
|
1594
|
-
{
|
|
1595
|
-
"type": "stack",
|
|
1596
|
-
"direction": "vertical",
|
|
1597
|
-
"gap": "xs",
|
|
1598
|
-
"children": [
|
|
1599
|
-
{
|
|
1600
|
-
"type": "stack",
|
|
1601
|
-
"direction": "horizontal",
|
|
1602
|
-
"gap": "sm",
|
|
1603
|
-
"align": "center",
|
|
1604
|
-
"children": [
|
|
1605
|
-
{
|
|
1606
|
-
"type": "badge",
|
|
1607
|
-
"label": "@item.status"
|
|
1608
|
-
},
|
|
1609
|
-
{
|
|
1610
|
-
"type": "typography",
|
|
1611
|
-
"variant": "h4",
|
|
1612
|
-
"content": "@item.action"
|
|
1613
|
-
}
|
|
1614
|
-
]
|
|
1615
|
-
},
|
|
1616
|
-
{
|
|
1617
|
-
"type": "typography",
|
|
1618
|
-
"variant": "body",
|
|
1619
|
-
"color": "muted",
|
|
1620
|
-
"content": "@item.detail"
|
|
1621
|
-
},
|
|
1622
|
-
{
|
|
1623
|
-
"type": "stack",
|
|
1624
|
-
"direction": "horizontal",
|
|
1625
|
-
"gap": "sm",
|
|
1626
|
-
"align": "center",
|
|
1627
|
-
"children": [
|
|
1628
|
-
{
|
|
1629
|
-
"type": "typography",
|
|
1630
|
-
"variant": "caption",
|
|
1631
|
-
"color": "muted",
|
|
1632
|
-
"content": "@item.timestamp"
|
|
1633
|
-
},
|
|
1634
|
-
{
|
|
1635
|
-
"type": "badge",
|
|
1636
|
-
"label": "@item.duration",
|
|
1637
|
-
"variant": "outline"
|
|
1638
|
-
}
|
|
1639
|
-
]
|
|
1640
|
-
}
|
|
1641
|
-
]
|
|
1642
|
-
}
|
|
1643
|
-
]
|
|
1599
|
+
"type": "empty-state",
|
|
1600
|
+
"icon": "tag",
|
|
1601
|
+
"title": "Nothing open",
|
|
1602
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1644
1603
|
}
|
|
1645
1604
|
]
|
|
1646
1605
|
}
|
|
1647
1606
|
]
|
|
1648
1607
|
}
|
|
1649
|
-
],
|
|
1650
|
-
[
|
|
1651
|
-
"notify",
|
|
1652
|
-
"BuildPlan created successfully"
|
|
1653
1608
|
]
|
|
1654
1609
|
]
|
|
1655
1610
|
},
|
|
1656
1611
|
{
|
|
1657
|
-
"from": "
|
|
1658
|
-
"to": "
|
|
1659
|
-
"event": "
|
|
1612
|
+
"from": "open",
|
|
1613
|
+
"to": "closed",
|
|
1614
|
+
"event": "SAVE",
|
|
1660
1615
|
"effects": [
|
|
1661
1616
|
[
|
|
1662
1617
|
"persist",
|
|
1663
|
-
"
|
|
1664
|
-
"BuildPlan"
|
|
1618
|
+
"create",
|
|
1619
|
+
"BuildPlan",
|
|
1620
|
+
"@payload.data"
|
|
1665
1621
|
],
|
|
1666
1622
|
[
|
|
1667
|
-
"
|
|
1623
|
+
"render-ui",
|
|
1624
|
+
"modal",
|
|
1625
|
+
null
|
|
1626
|
+
],
|
|
1627
|
+
[
|
|
1628
|
+
"emit",
|
|
1629
|
+
"CLASSIFIED"
|
|
1630
|
+
],
|
|
1631
|
+
[
|
|
1632
|
+
"ref",
|
|
1668
1633
|
"BuildPlan"
|
|
1669
1634
|
],
|
|
1670
1635
|
[
|
|
@@ -1699,34 +1664,32 @@
|
|
|
1699
1664
|
{
|
|
1700
1665
|
"type": "stack",
|
|
1701
1666
|
"direction": "horizontal",
|
|
1702
|
-
"gap": "
|
|
1667
|
+
"gap": "md",
|
|
1703
1668
|
"justify": "space-between",
|
|
1704
|
-
"align": "center",
|
|
1705
1669
|
"children": [
|
|
1706
1670
|
{
|
|
1707
1671
|
"type": "stack",
|
|
1708
1672
|
"direction": "horizontal",
|
|
1709
|
-
"gap": "
|
|
1710
|
-
"align": "center",
|
|
1673
|
+
"gap": "md",
|
|
1711
1674
|
"children": [
|
|
1712
1675
|
{
|
|
1713
1676
|
"type": "icon",
|
|
1714
|
-
"name": "
|
|
1677
|
+
"name": "tag",
|
|
1715
1678
|
"size": "lg"
|
|
1716
1679
|
},
|
|
1717
1680
|
{
|
|
1718
1681
|
"type": "typography",
|
|
1719
|
-
"content": "
|
|
1682
|
+
"content": "BuildPlan",
|
|
1720
1683
|
"variant": "h2"
|
|
1721
1684
|
}
|
|
1722
1685
|
]
|
|
1723
1686
|
},
|
|
1724
1687
|
{
|
|
1725
1688
|
"type": "button",
|
|
1726
|
-
"label": "
|
|
1727
|
-
"event": "
|
|
1728
|
-
"variant": "
|
|
1729
|
-
"icon": "
|
|
1689
|
+
"label": "Open",
|
|
1690
|
+
"event": "CLASSIFY",
|
|
1691
|
+
"variant": "primary",
|
|
1692
|
+
"icon": "tag"
|
|
1730
1693
|
}
|
|
1731
1694
|
]
|
|
1732
1695
|
},
|
|
@@ -1734,64 +1697,10 @@
|
|
|
1734
1697
|
"type": "divider"
|
|
1735
1698
|
},
|
|
1736
1699
|
{
|
|
1737
|
-
"type": "
|
|
1738
|
-
"
|
|
1739
|
-
"
|
|
1740
|
-
"
|
|
1741
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
1742
|
-
"renderItem": [
|
|
1743
|
-
"fn",
|
|
1744
|
-
"item",
|
|
1745
|
-
{
|
|
1746
|
-
"type": "stack",
|
|
1747
|
-
"direction": "vertical",
|
|
1748
|
-
"gap": "xs",
|
|
1749
|
-
"children": [
|
|
1750
|
-
{
|
|
1751
|
-
"type": "stack",
|
|
1752
|
-
"direction": "horizontal",
|
|
1753
|
-
"gap": "sm",
|
|
1754
|
-
"align": "center",
|
|
1755
|
-
"children": [
|
|
1756
|
-
{
|
|
1757
|
-
"type": "badge",
|
|
1758
|
-
"label": "@item.status"
|
|
1759
|
-
},
|
|
1760
|
-
{
|
|
1761
|
-
"type": "typography",
|
|
1762
|
-
"variant": "h4",
|
|
1763
|
-
"content": "@item.action"
|
|
1764
|
-
}
|
|
1765
|
-
]
|
|
1766
|
-
},
|
|
1767
|
-
{
|
|
1768
|
-
"type": "typography",
|
|
1769
|
-
"variant": "body",
|
|
1770
|
-
"color": "muted",
|
|
1771
|
-
"content": "@item.detail"
|
|
1772
|
-
},
|
|
1773
|
-
{
|
|
1774
|
-
"type": "stack",
|
|
1775
|
-
"direction": "horizontal",
|
|
1776
|
-
"gap": "sm",
|
|
1777
|
-
"align": "center",
|
|
1778
|
-
"children": [
|
|
1779
|
-
{
|
|
1780
|
-
"type": "typography",
|
|
1781
|
-
"variant": "caption",
|
|
1782
|
-
"color": "muted",
|
|
1783
|
-
"content": "@item.timestamp"
|
|
1784
|
-
},
|
|
1785
|
-
{
|
|
1786
|
-
"type": "badge",
|
|
1787
|
-
"label": "@item.duration",
|
|
1788
|
-
"variant": "outline"
|
|
1789
|
-
}
|
|
1790
|
-
]
|
|
1791
|
-
}
|
|
1792
|
-
]
|
|
1793
|
-
}
|
|
1794
|
-
]
|
|
1700
|
+
"type": "empty-state",
|
|
1701
|
+
"icon": "tag",
|
|
1702
|
+
"title": "Nothing open",
|
|
1703
|
+
"description": "Click Open to view details in a modal overlay."
|
|
1795
1704
|
}
|
|
1796
1705
|
]
|
|
1797
1706
|
}
|
|
@@ -1800,20 +1709,21 @@
|
|
|
1800
1709
|
],
|
|
1801
1710
|
[
|
|
1802
1711
|
"notify",
|
|
1803
|
-
"BuildPlan
|
|
1712
|
+
"BuildPlan created successfully"
|
|
1804
1713
|
]
|
|
1805
1714
|
]
|
|
1806
1715
|
}
|
|
1807
1716
|
]
|
|
1808
|
-
}
|
|
1717
|
+
},
|
|
1718
|
+
"listens": []
|
|
1809
1719
|
},
|
|
1810
1720
|
{
|
|
1811
|
-
"name": "
|
|
1721
|
+
"name": "PlannerCompletionFlow",
|
|
1812
1722
|
"linkedEntity": "BuildPlan",
|
|
1813
1723
|
"category": "interaction",
|
|
1814
1724
|
"emits": [
|
|
1815
1725
|
{
|
|
1816
|
-
"event": "
|
|
1726
|
+
"event": "GENERATED",
|
|
1817
1727
|
"scope": "internal"
|
|
1818
1728
|
}
|
|
1819
1729
|
],
|
|
@@ -1833,7 +1743,7 @@
|
|
|
1833
1743
|
"name": "Initialize"
|
|
1834
1744
|
},
|
|
1835
1745
|
{
|
|
1836
|
-
"key": "
|
|
1746
|
+
"key": "GENERATE",
|
|
1837
1747
|
"name": "Open"
|
|
1838
1748
|
},
|
|
1839
1749
|
{
|
|
@@ -1904,7 +1814,7 @@
|
|
|
1904
1814
|
"children": [
|
|
1905
1815
|
{
|
|
1906
1816
|
"type": "icon",
|
|
1907
|
-
"name": "
|
|
1817
|
+
"name": "sparkles",
|
|
1908
1818
|
"size": "lg"
|
|
1909
1819
|
},
|
|
1910
1820
|
{
|
|
@@ -1917,9 +1827,9 @@
|
|
|
1917
1827
|
{
|
|
1918
1828
|
"type": "button",
|
|
1919
1829
|
"label": "Open",
|
|
1920
|
-
"event": "
|
|
1830
|
+
"event": "GENERATE",
|
|
1921
1831
|
"variant": "primary",
|
|
1922
|
-
"icon": "
|
|
1832
|
+
"icon": "sparkles"
|
|
1923
1833
|
}
|
|
1924
1834
|
]
|
|
1925
1835
|
},
|
|
@@ -1928,7 +1838,7 @@
|
|
|
1928
1838
|
},
|
|
1929
1839
|
{
|
|
1930
1840
|
"type": "empty-state",
|
|
1931
|
-
"icon": "
|
|
1841
|
+
"icon": "sparkles",
|
|
1932
1842
|
"title": "Nothing open",
|
|
1933
1843
|
"description": "Click Open to view details in a modal overlay."
|
|
1934
1844
|
}
|
|
@@ -1942,7 +1852,7 @@
|
|
|
1942
1852
|
{
|
|
1943
1853
|
"from": "closed",
|
|
1944
1854
|
"to": "open",
|
|
1945
|
-
"event": "
|
|
1855
|
+
"event": "GENERATE",
|
|
1946
1856
|
"effects": [
|
|
1947
1857
|
[
|
|
1948
1858
|
"render-ui",
|
|
@@ -1959,7 +1869,7 @@
|
|
|
1959
1869
|
"children": [
|
|
1960
1870
|
{
|
|
1961
1871
|
"type": "icon",
|
|
1962
|
-
"name": "
|
|
1872
|
+
"name": "sparkles",
|
|
1963
1873
|
"size": "md"
|
|
1964
1874
|
},
|
|
1965
1875
|
{
|
|
@@ -1977,35 +1887,13 @@
|
|
|
1977
1887
|
"direction": "horizontal",
|
|
1978
1888
|
"gap": "sm",
|
|
1979
1889
|
"children": [
|
|
1980
|
-
{
|
|
1981
|
-
"type": "typography",
|
|
1982
|
-
"variant": "caption",
|
|
1983
|
-
"content": "Categories:"
|
|
1984
|
-
},
|
|
1985
|
-
{
|
|
1986
|
-
"type": "badge",
|
|
1987
|
-
"label": "schema",
|
|
1988
|
-
"variant": "secondary"
|
|
1989
|
-
},
|
|
1990
|
-
{
|
|
1991
|
-
"type": "badge",
|
|
1992
|
-
"label": "component",
|
|
1993
|
-
"variant": "secondary"
|
|
1994
|
-
},
|
|
1995
|
-
{
|
|
1996
|
-
"type": "badge",
|
|
1997
|
-
"label": "trait",
|
|
1998
|
-
"variant": "secondary"
|
|
1999
|
-
},
|
|
2000
1890
|
{
|
|
2001
1891
|
"type": "badge",
|
|
2002
|
-
"label": "
|
|
2003
|
-
"variant": "secondary"
|
|
1892
|
+
"label": "@entity.provider"
|
|
2004
1893
|
},
|
|
2005
1894
|
{
|
|
2006
1895
|
"type": "badge",
|
|
2007
|
-
"label": "
|
|
2008
|
-
"variant": "secondary"
|
|
1896
|
+
"label": "@entity.model"
|
|
2009
1897
|
}
|
|
2010
1898
|
]
|
|
2011
1899
|
},
|
|
@@ -2016,7 +1904,7 @@
|
|
|
2016
1904
|
"submitEvent": "SAVE",
|
|
2017
1905
|
"cancelEvent": "CLOSE",
|
|
2018
1906
|
"fields": [
|
|
2019
|
-
"
|
|
1907
|
+
"prompt"
|
|
2020
1908
|
]
|
|
2021
1909
|
}
|
|
2022
1910
|
]
|
|
@@ -2085,7 +1973,7 @@
|
|
|
2085
1973
|
"children": [
|
|
2086
1974
|
{
|
|
2087
1975
|
"type": "icon",
|
|
2088
|
-
"name": "
|
|
1976
|
+
"name": "sparkles",
|
|
2089
1977
|
"size": "lg"
|
|
2090
1978
|
},
|
|
2091
1979
|
{
|
|
@@ -2098,9 +1986,9 @@
|
|
|
2098
1986
|
{
|
|
2099
1987
|
"type": "button",
|
|
2100
1988
|
"label": "Open",
|
|
2101
|
-
"event": "
|
|
1989
|
+
"event": "GENERATE",
|
|
2102
1990
|
"variant": "primary",
|
|
2103
|
-
"icon": "
|
|
1991
|
+
"icon": "sparkles"
|
|
2104
1992
|
}
|
|
2105
1993
|
]
|
|
2106
1994
|
},
|
|
@@ -2109,7 +1997,7 @@
|
|
|
2109
1997
|
},
|
|
2110
1998
|
{
|
|
2111
1999
|
"type": "empty-state",
|
|
2112
|
-
"icon": "
|
|
2000
|
+
"icon": "sparkles",
|
|
2113
2001
|
"title": "Nothing open",
|
|
2114
2002
|
"description": "Click Open to view details in a modal overlay."
|
|
2115
2003
|
}
|
|
@@ -2138,7 +2026,7 @@
|
|
|
2138
2026
|
],
|
|
2139
2027
|
[
|
|
2140
2028
|
"emit",
|
|
2141
|
-
"
|
|
2029
|
+
"GENERATED"
|
|
2142
2030
|
],
|
|
2143
2031
|
[
|
|
2144
2032
|
"ref",
|
|
@@ -2186,7 +2074,7 @@
|
|
|
2186
2074
|
"children": [
|
|
2187
2075
|
{
|
|
2188
2076
|
"type": "icon",
|
|
2189
|
-
"name": "
|
|
2077
|
+
"name": "sparkles",
|
|
2190
2078
|
"size": "lg"
|
|
2191
2079
|
},
|
|
2192
2080
|
{
|
|
@@ -2199,9 +2087,9 @@
|
|
|
2199
2087
|
{
|
|
2200
2088
|
"type": "button",
|
|
2201
2089
|
"label": "Open",
|
|
2202
|
-
"event": "
|
|
2090
|
+
"event": "GENERATE",
|
|
2203
2091
|
"variant": "primary",
|
|
2204
|
-
"icon": "
|
|
2092
|
+
"icon": "sparkles"
|
|
2205
2093
|
}
|
|
2206
2094
|
]
|
|
2207
2095
|
},
|
|
@@ -2210,7 +2098,7 @@
|
|
|
2210
2098
|
},
|
|
2211
2099
|
{
|
|
2212
2100
|
"type": "empty-state",
|
|
2213
|
-
"icon": "
|
|
2101
|
+
"icon": "sparkles",
|
|
2214
2102
|
"title": "Nothing open",
|
|
2215
2103
|
"description": "Click Open to view details in a modal overlay."
|
|
2216
2104
|
}
|
|
@@ -2230,23 +2118,15 @@
|
|
|
2230
2118
|
"listens": []
|
|
2231
2119
|
},
|
|
2232
2120
|
{
|
|
2233
|
-
"name": "
|
|
2121
|
+
"name": "PlannerMemoryLifecycle",
|
|
2234
2122
|
"linkedEntity": "BuildPlan",
|
|
2235
2123
|
"category": "interaction",
|
|
2236
|
-
"
|
|
2237
|
-
{
|
|
2238
|
-
"event": "GENERATED",
|
|
2239
|
-
"scope": "internal"
|
|
2240
|
-
}
|
|
2241
|
-
],
|
|
2124
|
+
"listens": [],
|
|
2242
2125
|
"stateMachine": {
|
|
2243
2126
|
"states": [
|
|
2244
2127
|
{
|
|
2245
|
-
"name": "
|
|
2128
|
+
"name": "browsing",
|
|
2246
2129
|
"isInitial": true
|
|
2247
|
-
},
|
|
2248
|
-
{
|
|
2249
|
-
"name": "open"
|
|
2250
2130
|
}
|
|
2251
2131
|
],
|
|
2252
2132
|
"events": [
|
|
@@ -2255,16 +2135,109 @@
|
|
|
2255
2135
|
"name": "Initialize"
|
|
2256
2136
|
},
|
|
2257
2137
|
{
|
|
2258
|
-
"key": "
|
|
2259
|
-
"name": "
|
|
2138
|
+
"key": "MEMORIZE",
|
|
2139
|
+
"name": "MEMORIZE"
|
|
2260
2140
|
},
|
|
2261
2141
|
{
|
|
2262
|
-
"key": "
|
|
2263
|
-
"name": "
|
|
2142
|
+
"key": "RECALL",
|
|
2143
|
+
"name": "RECALL"
|
|
2264
2144
|
},
|
|
2265
2145
|
{
|
|
2266
|
-
"key": "
|
|
2267
|
-
"name": "
|
|
2146
|
+
"key": "DECAY",
|
|
2147
|
+
"name": "DECAY"
|
|
2148
|
+
},
|
|
2149
|
+
{
|
|
2150
|
+
"key": "PIN",
|
|
2151
|
+
"name": "PIN",
|
|
2152
|
+
"payload": [
|
|
2153
|
+
{
|
|
2154
|
+
"name": "id",
|
|
2155
|
+
"type": "string",
|
|
2156
|
+
"required": true
|
|
2157
|
+
},
|
|
2158
|
+
{
|
|
2159
|
+
"name": "row",
|
|
2160
|
+
"type": "object"
|
|
2161
|
+
}
|
|
2162
|
+
]
|
|
2163
|
+
},
|
|
2164
|
+
{
|
|
2165
|
+
"key": "REINFORCE",
|
|
2166
|
+
"name": "REINFORCE",
|
|
2167
|
+
"payload": [
|
|
2168
|
+
{
|
|
2169
|
+
"name": "id",
|
|
2170
|
+
"type": "string",
|
|
2171
|
+
"required": true
|
|
2172
|
+
},
|
|
2173
|
+
{
|
|
2174
|
+
"name": "row",
|
|
2175
|
+
"type": "object"
|
|
2176
|
+
}
|
|
2177
|
+
]
|
|
2178
|
+
},
|
|
2179
|
+
{
|
|
2180
|
+
"key": "FORGET",
|
|
2181
|
+
"name": "FORGET",
|
|
2182
|
+
"payload": [
|
|
2183
|
+
{
|
|
2184
|
+
"name": "id",
|
|
2185
|
+
"type": "string",
|
|
2186
|
+
"required": true
|
|
2187
|
+
},
|
|
2188
|
+
{
|
|
2189
|
+
"name": "row",
|
|
2190
|
+
"type": "object"
|
|
2191
|
+
}
|
|
2192
|
+
]
|
|
2193
|
+
},
|
|
2194
|
+
{
|
|
2195
|
+
"key": "MEMORIZED",
|
|
2196
|
+
"name": "MEMORIZED",
|
|
2197
|
+
"payload": [
|
|
2198
|
+
{
|
|
2199
|
+
"name": "data",
|
|
2200
|
+
"type": "object",
|
|
2201
|
+
"required": true
|
|
2202
|
+
}
|
|
2203
|
+
]
|
|
2204
|
+
},
|
|
2205
|
+
{
|
|
2206
|
+
"key": "PINNED",
|
|
2207
|
+
"name": "PINNED",
|
|
2208
|
+
"payload": [
|
|
2209
|
+
{
|
|
2210
|
+
"name": "data",
|
|
2211
|
+
"type": "object",
|
|
2212
|
+
"required": true
|
|
2213
|
+
}
|
|
2214
|
+
]
|
|
2215
|
+
},
|
|
2216
|
+
{
|
|
2217
|
+
"key": "FORGOT",
|
|
2218
|
+
"name": "FORGOT",
|
|
2219
|
+
"payload": [
|
|
2220
|
+
{
|
|
2221
|
+
"name": "data",
|
|
2222
|
+
"type": "object",
|
|
2223
|
+
"required": true
|
|
2224
|
+
}
|
|
2225
|
+
]
|
|
2226
|
+
},
|
|
2227
|
+
{
|
|
2228
|
+
"key": "REINFORCED",
|
|
2229
|
+
"name": "REINFORCED",
|
|
2230
|
+
"payload": [
|
|
2231
|
+
{
|
|
2232
|
+
"name": "data",
|
|
2233
|
+
"type": "object",
|
|
2234
|
+
"required": true
|
|
2235
|
+
}
|
|
2236
|
+
]
|
|
2237
|
+
},
|
|
2238
|
+
{
|
|
2239
|
+
"key": "DECAYED",
|
|
2240
|
+
"name": "DECAYED",
|
|
2268
2241
|
"payload": [
|
|
2269
2242
|
{
|
|
2270
2243
|
"name": "data",
|
|
@@ -2276,8 +2249,8 @@
|
|
|
2276
2249
|
],
|
|
2277
2250
|
"transitions": [
|
|
2278
2251
|
{
|
|
2279
|
-
"from": "
|
|
2280
|
-
"to": "
|
|
2252
|
+
"from": "browsing",
|
|
2253
|
+
"to": "browsing",
|
|
2281
2254
|
"event": "INIT",
|
|
2282
2255
|
"effects": [
|
|
2283
2256
|
[
|
|
@@ -2312,514 +2285,29 @@
|
|
|
2312
2285
|
"type": "stack",
|
|
2313
2286
|
"direction": "vertical",
|
|
2314
2287
|
"gap": "lg",
|
|
2288
|
+
"className": "max-w-5xl mx-auto w-full",
|
|
2315
2289
|
"children": [
|
|
2316
2290
|
{
|
|
2317
2291
|
"type": "stack",
|
|
2318
2292
|
"direction": "horizontal",
|
|
2319
2293
|
"gap": "md",
|
|
2320
2294
|
"justify": "space-between",
|
|
2295
|
+
"align": "center",
|
|
2321
2296
|
"children": [
|
|
2322
2297
|
{
|
|
2323
2298
|
"type": "stack",
|
|
2324
2299
|
"direction": "horizontal",
|
|
2325
|
-
"gap": "
|
|
2300
|
+
"gap": "sm",
|
|
2301
|
+
"align": "center",
|
|
2326
2302
|
"children": [
|
|
2327
2303
|
{
|
|
2328
2304
|
"type": "icon",
|
|
2329
|
-
"name": "
|
|
2305
|
+
"name": "brain",
|
|
2330
2306
|
"size": "lg"
|
|
2331
2307
|
},
|
|
2332
2308
|
{
|
|
2333
2309
|
"type": "typography",
|
|
2334
|
-
"content": "BuildPlan",
|
|
2335
|
-
"variant": "h2"
|
|
2336
|
-
}
|
|
2337
|
-
]
|
|
2338
|
-
},
|
|
2339
|
-
{
|
|
2340
|
-
"type": "button",
|
|
2341
|
-
"label": "Open",
|
|
2342
|
-
"event": "GENERATE",
|
|
2343
|
-
"variant": "primary",
|
|
2344
|
-
"icon": "sparkles"
|
|
2345
|
-
}
|
|
2346
|
-
]
|
|
2347
|
-
},
|
|
2348
|
-
{
|
|
2349
|
-
"type": "divider"
|
|
2350
|
-
},
|
|
2351
|
-
{
|
|
2352
|
-
"type": "empty-state",
|
|
2353
|
-
"icon": "sparkles",
|
|
2354
|
-
"title": "Nothing open",
|
|
2355
|
-
"description": "Click Open to view details in a modal overlay."
|
|
2356
|
-
}
|
|
2357
|
-
]
|
|
2358
|
-
}
|
|
2359
|
-
]
|
|
2360
|
-
}
|
|
2361
|
-
]
|
|
2362
|
-
]
|
|
2363
|
-
},
|
|
2364
|
-
{
|
|
2365
|
-
"from": "closed",
|
|
2366
|
-
"to": "open",
|
|
2367
|
-
"event": "GENERATE",
|
|
2368
|
-
"effects": [
|
|
2369
|
-
[
|
|
2370
|
-
"render-ui",
|
|
2371
|
-
"modal",
|
|
2372
|
-
{
|
|
2373
|
-
"type": "stack",
|
|
2374
|
-
"direction": "vertical",
|
|
2375
|
-
"gap": "md",
|
|
2376
|
-
"children": [
|
|
2377
|
-
{
|
|
2378
|
-
"type": "stack",
|
|
2379
|
-
"direction": "horizontal",
|
|
2380
|
-
"gap": "sm",
|
|
2381
|
-
"children": [
|
|
2382
|
-
{
|
|
2383
|
-
"type": "icon",
|
|
2384
|
-
"name": "sparkles",
|
|
2385
|
-
"size": "md"
|
|
2386
|
-
},
|
|
2387
|
-
{
|
|
2388
|
-
"type": "typography",
|
|
2389
|
-
"content": "BuildPlan",
|
|
2390
|
-
"variant": "h3"
|
|
2391
|
-
}
|
|
2392
|
-
]
|
|
2393
|
-
},
|
|
2394
|
-
{
|
|
2395
|
-
"type": "divider"
|
|
2396
|
-
},
|
|
2397
|
-
{
|
|
2398
|
-
"type": "stack",
|
|
2399
|
-
"direction": "horizontal",
|
|
2400
|
-
"gap": "sm",
|
|
2401
|
-
"children": [
|
|
2402
|
-
{
|
|
2403
|
-
"type": "badge",
|
|
2404
|
-
"label": "@entity.provider"
|
|
2405
|
-
},
|
|
2406
|
-
{
|
|
2407
|
-
"type": "badge",
|
|
2408
|
-
"label": "@entity.model"
|
|
2409
|
-
}
|
|
2410
|
-
]
|
|
2411
|
-
},
|
|
2412
|
-
{
|
|
2413
|
-
"type": "form-section",
|
|
2414
|
-
"entity": "BuildPlan",
|
|
2415
|
-
"mode": "create",
|
|
2416
|
-
"submitEvent": "SAVE",
|
|
2417
|
-
"cancelEvent": "CLOSE",
|
|
2418
|
-
"fields": [
|
|
2419
|
-
"prompt"
|
|
2420
|
-
]
|
|
2421
|
-
}
|
|
2422
|
-
]
|
|
2423
|
-
}
|
|
2424
|
-
]
|
|
2425
|
-
]
|
|
2426
|
-
},
|
|
2427
|
-
{
|
|
2428
|
-
"from": "open",
|
|
2429
|
-
"to": "closed",
|
|
2430
|
-
"event": "CLOSE",
|
|
2431
|
-
"effects": [
|
|
2432
|
-
[
|
|
2433
|
-
"render-ui",
|
|
2434
|
-
"modal",
|
|
2435
|
-
null
|
|
2436
|
-
],
|
|
2437
|
-
[
|
|
2438
|
-
"notify",
|
|
2439
|
-
"Cancelled",
|
|
2440
|
-
"info"
|
|
2441
|
-
],
|
|
2442
|
-
[
|
|
2443
|
-
"ref",
|
|
2444
|
-
"BuildPlan"
|
|
2445
|
-
],
|
|
2446
|
-
[
|
|
2447
|
-
"render-ui",
|
|
2448
|
-
"main",
|
|
2449
|
-
{
|
|
2450
|
-
"type": "dashboard-layout",
|
|
2451
|
-
"appName": "Schema Builder",
|
|
2452
|
-
"navItems": [
|
|
2453
|
-
{
|
|
2454
|
-
"label": "Plan",
|
|
2455
|
-
"href": "/plan",
|
|
2456
|
-
"icon": "clipboard-list"
|
|
2457
|
-
},
|
|
2458
|
-
{
|
|
2459
|
-
"label": "Build",
|
|
2460
|
-
"href": "/build",
|
|
2461
|
-
"icon": "hammer"
|
|
2462
|
-
},
|
|
2463
|
-
{
|
|
2464
|
-
"label": "Fix",
|
|
2465
|
-
"href": "/fix",
|
|
2466
|
-
"icon": "wrench"
|
|
2467
|
-
}
|
|
2468
|
-
],
|
|
2469
|
-
"children": [
|
|
2470
|
-
{
|
|
2471
|
-
"type": "stack",
|
|
2472
|
-
"direction": "vertical",
|
|
2473
|
-
"gap": "lg",
|
|
2474
|
-
"children": [
|
|
2475
|
-
{
|
|
2476
|
-
"type": "stack",
|
|
2477
|
-
"direction": "horizontal",
|
|
2478
|
-
"gap": "md",
|
|
2479
|
-
"justify": "space-between",
|
|
2480
|
-
"children": [
|
|
2481
|
-
{
|
|
2482
|
-
"type": "stack",
|
|
2483
|
-
"direction": "horizontal",
|
|
2484
|
-
"gap": "md",
|
|
2485
|
-
"children": [
|
|
2486
|
-
{
|
|
2487
|
-
"type": "icon",
|
|
2488
|
-
"name": "sparkles",
|
|
2489
|
-
"size": "lg"
|
|
2490
|
-
},
|
|
2491
|
-
{
|
|
2492
|
-
"type": "typography",
|
|
2493
|
-
"content": "BuildPlan",
|
|
2494
|
-
"variant": "h2"
|
|
2495
|
-
}
|
|
2496
|
-
]
|
|
2497
|
-
},
|
|
2498
|
-
{
|
|
2499
|
-
"type": "button",
|
|
2500
|
-
"label": "Open",
|
|
2501
|
-
"event": "GENERATE",
|
|
2502
|
-
"variant": "primary",
|
|
2503
|
-
"icon": "sparkles"
|
|
2504
|
-
}
|
|
2505
|
-
]
|
|
2506
|
-
},
|
|
2507
|
-
{
|
|
2508
|
-
"type": "divider"
|
|
2509
|
-
},
|
|
2510
|
-
{
|
|
2511
|
-
"type": "empty-state",
|
|
2512
|
-
"icon": "sparkles",
|
|
2513
|
-
"title": "Nothing open",
|
|
2514
|
-
"description": "Click Open to view details in a modal overlay."
|
|
2515
|
-
}
|
|
2516
|
-
]
|
|
2517
|
-
}
|
|
2518
|
-
]
|
|
2519
|
-
}
|
|
2520
|
-
]
|
|
2521
|
-
]
|
|
2522
|
-
},
|
|
2523
|
-
{
|
|
2524
|
-
"from": "open",
|
|
2525
|
-
"to": "closed",
|
|
2526
|
-
"event": "SAVE",
|
|
2527
|
-
"effects": [
|
|
2528
|
-
[
|
|
2529
|
-
"persist",
|
|
2530
|
-
"create",
|
|
2531
|
-
"BuildPlan",
|
|
2532
|
-
"@payload.data"
|
|
2533
|
-
],
|
|
2534
|
-
[
|
|
2535
|
-
"render-ui",
|
|
2536
|
-
"modal",
|
|
2537
|
-
null
|
|
2538
|
-
],
|
|
2539
|
-
[
|
|
2540
|
-
"emit",
|
|
2541
|
-
"GENERATED"
|
|
2542
|
-
],
|
|
2543
|
-
[
|
|
2544
|
-
"ref",
|
|
2545
|
-
"BuildPlan"
|
|
2546
|
-
],
|
|
2547
|
-
[
|
|
2548
|
-
"render-ui",
|
|
2549
|
-
"main",
|
|
2550
|
-
{
|
|
2551
|
-
"type": "dashboard-layout",
|
|
2552
|
-
"appName": "Schema Builder",
|
|
2553
|
-
"navItems": [
|
|
2554
|
-
{
|
|
2555
|
-
"label": "Plan",
|
|
2556
|
-
"href": "/plan",
|
|
2557
|
-
"icon": "clipboard-list"
|
|
2558
|
-
},
|
|
2559
|
-
{
|
|
2560
|
-
"label": "Build",
|
|
2561
|
-
"href": "/build",
|
|
2562
|
-
"icon": "hammer"
|
|
2563
|
-
},
|
|
2564
|
-
{
|
|
2565
|
-
"label": "Fix",
|
|
2566
|
-
"href": "/fix",
|
|
2567
|
-
"icon": "wrench"
|
|
2568
|
-
}
|
|
2569
|
-
],
|
|
2570
|
-
"children": [
|
|
2571
|
-
{
|
|
2572
|
-
"type": "stack",
|
|
2573
|
-
"direction": "vertical",
|
|
2574
|
-
"gap": "lg",
|
|
2575
|
-
"children": [
|
|
2576
|
-
{
|
|
2577
|
-
"type": "stack",
|
|
2578
|
-
"direction": "horizontal",
|
|
2579
|
-
"gap": "md",
|
|
2580
|
-
"justify": "space-between",
|
|
2581
|
-
"children": [
|
|
2582
|
-
{
|
|
2583
|
-
"type": "stack",
|
|
2584
|
-
"direction": "horizontal",
|
|
2585
|
-
"gap": "md",
|
|
2586
|
-
"children": [
|
|
2587
|
-
{
|
|
2588
|
-
"type": "icon",
|
|
2589
|
-
"name": "sparkles",
|
|
2590
|
-
"size": "lg"
|
|
2591
|
-
},
|
|
2592
|
-
{
|
|
2593
|
-
"type": "typography",
|
|
2594
|
-
"content": "BuildPlan",
|
|
2595
|
-
"variant": "h2"
|
|
2596
|
-
}
|
|
2597
|
-
]
|
|
2598
|
-
},
|
|
2599
|
-
{
|
|
2600
|
-
"type": "button",
|
|
2601
|
-
"label": "Open",
|
|
2602
|
-
"event": "GENERATE",
|
|
2603
|
-
"variant": "primary",
|
|
2604
|
-
"icon": "sparkles"
|
|
2605
|
-
}
|
|
2606
|
-
]
|
|
2607
|
-
},
|
|
2608
|
-
{
|
|
2609
|
-
"type": "divider"
|
|
2610
|
-
},
|
|
2611
|
-
{
|
|
2612
|
-
"type": "empty-state",
|
|
2613
|
-
"icon": "sparkles",
|
|
2614
|
-
"title": "Nothing open",
|
|
2615
|
-
"description": "Click Open to view details in a modal overlay."
|
|
2616
|
-
}
|
|
2617
|
-
]
|
|
2618
|
-
}
|
|
2619
|
-
]
|
|
2620
|
-
}
|
|
2621
|
-
],
|
|
2622
|
-
[
|
|
2623
|
-
"notify",
|
|
2624
|
-
"BuildPlan created successfully"
|
|
2625
|
-
]
|
|
2626
|
-
]
|
|
2627
|
-
}
|
|
2628
|
-
]
|
|
2629
|
-
},
|
|
2630
|
-
"listens": []
|
|
2631
|
-
},
|
|
2632
|
-
{
|
|
2633
|
-
"name": "PlannerMemoryLifecycle",
|
|
2634
|
-
"linkedEntity": "BuildPlan",
|
|
2635
|
-
"category": "interaction",
|
|
2636
|
-
"listens": [],
|
|
2637
|
-
"stateMachine": {
|
|
2638
|
-
"states": [
|
|
2639
|
-
{
|
|
2640
|
-
"name": "browsing",
|
|
2641
|
-
"isInitial": true
|
|
2642
|
-
}
|
|
2643
|
-
],
|
|
2644
|
-
"events": [
|
|
2645
|
-
{
|
|
2646
|
-
"key": "INIT",
|
|
2647
|
-
"name": "Initialize"
|
|
2648
|
-
},
|
|
2649
|
-
{
|
|
2650
|
-
"key": "MEMORIZE",
|
|
2651
|
-
"name": "MEMORIZE"
|
|
2652
|
-
},
|
|
2653
|
-
{
|
|
2654
|
-
"key": "RECALL",
|
|
2655
|
-
"name": "RECALL"
|
|
2656
|
-
},
|
|
2657
|
-
{
|
|
2658
|
-
"key": "DECAY",
|
|
2659
|
-
"name": "DECAY"
|
|
2660
|
-
},
|
|
2661
|
-
{
|
|
2662
|
-
"key": "PIN",
|
|
2663
|
-
"name": "PIN",
|
|
2664
|
-
"payload": [
|
|
2665
|
-
{
|
|
2666
|
-
"name": "id",
|
|
2667
|
-
"type": "string",
|
|
2668
|
-
"required": true
|
|
2669
|
-
},
|
|
2670
|
-
{
|
|
2671
|
-
"name": "row",
|
|
2672
|
-
"type": "object"
|
|
2673
|
-
}
|
|
2674
|
-
]
|
|
2675
|
-
},
|
|
2676
|
-
{
|
|
2677
|
-
"key": "REINFORCE",
|
|
2678
|
-
"name": "REINFORCE",
|
|
2679
|
-
"payload": [
|
|
2680
|
-
{
|
|
2681
|
-
"name": "id",
|
|
2682
|
-
"type": "string",
|
|
2683
|
-
"required": true
|
|
2684
|
-
},
|
|
2685
|
-
{
|
|
2686
|
-
"name": "row",
|
|
2687
|
-
"type": "object"
|
|
2688
|
-
}
|
|
2689
|
-
]
|
|
2690
|
-
},
|
|
2691
|
-
{
|
|
2692
|
-
"key": "FORGET",
|
|
2693
|
-
"name": "FORGET",
|
|
2694
|
-
"payload": [
|
|
2695
|
-
{
|
|
2696
|
-
"name": "id",
|
|
2697
|
-
"type": "string",
|
|
2698
|
-
"required": true
|
|
2699
|
-
},
|
|
2700
|
-
{
|
|
2701
|
-
"name": "row",
|
|
2702
|
-
"type": "object"
|
|
2703
|
-
}
|
|
2704
|
-
]
|
|
2705
|
-
},
|
|
2706
|
-
{
|
|
2707
|
-
"key": "MEMORIZED",
|
|
2708
|
-
"name": "MEMORIZED",
|
|
2709
|
-
"payload": [
|
|
2710
|
-
{
|
|
2711
|
-
"name": "data",
|
|
2712
|
-
"type": "object",
|
|
2713
|
-
"required": true
|
|
2714
|
-
}
|
|
2715
|
-
]
|
|
2716
|
-
},
|
|
2717
|
-
{
|
|
2718
|
-
"key": "PINNED",
|
|
2719
|
-
"name": "PINNED",
|
|
2720
|
-
"payload": [
|
|
2721
|
-
{
|
|
2722
|
-
"name": "data",
|
|
2723
|
-
"type": "object",
|
|
2724
|
-
"required": true
|
|
2725
|
-
}
|
|
2726
|
-
]
|
|
2727
|
-
},
|
|
2728
|
-
{
|
|
2729
|
-
"key": "FORGOT",
|
|
2730
|
-
"name": "FORGOT",
|
|
2731
|
-
"payload": [
|
|
2732
|
-
{
|
|
2733
|
-
"name": "data",
|
|
2734
|
-
"type": "object",
|
|
2735
|
-
"required": true
|
|
2736
|
-
}
|
|
2737
|
-
]
|
|
2738
|
-
},
|
|
2739
|
-
{
|
|
2740
|
-
"key": "REINFORCED",
|
|
2741
|
-
"name": "REINFORCED",
|
|
2742
|
-
"payload": [
|
|
2743
|
-
{
|
|
2744
|
-
"name": "data",
|
|
2745
|
-
"type": "object",
|
|
2746
|
-
"required": true
|
|
2747
|
-
}
|
|
2748
|
-
]
|
|
2749
|
-
},
|
|
2750
|
-
{
|
|
2751
|
-
"key": "DECAYED",
|
|
2752
|
-
"name": "DECAYED",
|
|
2753
|
-
"payload": [
|
|
2754
|
-
{
|
|
2755
|
-
"name": "data",
|
|
2756
|
-
"type": "object",
|
|
2757
|
-
"required": true
|
|
2758
|
-
}
|
|
2759
|
-
]
|
|
2760
|
-
}
|
|
2761
|
-
],
|
|
2762
|
-
"transitions": [
|
|
2763
|
-
{
|
|
2764
|
-
"from": "browsing",
|
|
2765
|
-
"to": "browsing",
|
|
2766
|
-
"event": "INIT",
|
|
2767
|
-
"effects": [
|
|
2768
|
-
[
|
|
2769
|
-
"ref",
|
|
2770
|
-
"BuildPlan"
|
|
2771
|
-
],
|
|
2772
|
-
[
|
|
2773
|
-
"render-ui",
|
|
2774
|
-
"main",
|
|
2775
|
-
{
|
|
2776
|
-
"type": "dashboard-layout",
|
|
2777
|
-
"appName": "Schema Builder",
|
|
2778
|
-
"navItems": [
|
|
2779
|
-
{
|
|
2780
|
-
"label": "Plan",
|
|
2781
|
-
"href": "/plan",
|
|
2782
|
-
"icon": "clipboard-list"
|
|
2783
|
-
},
|
|
2784
|
-
{
|
|
2785
|
-
"label": "Build",
|
|
2786
|
-
"href": "/build",
|
|
2787
|
-
"icon": "hammer"
|
|
2788
|
-
},
|
|
2789
|
-
{
|
|
2790
|
-
"label": "Fix",
|
|
2791
|
-
"href": "/fix",
|
|
2792
|
-
"icon": "wrench"
|
|
2793
|
-
}
|
|
2794
|
-
],
|
|
2795
|
-
"children": [
|
|
2796
|
-
{
|
|
2797
|
-
"type": "stack",
|
|
2798
|
-
"direction": "vertical",
|
|
2799
|
-
"gap": "lg",
|
|
2800
|
-
"className": "max-w-5xl mx-auto w-full",
|
|
2801
|
-
"children": [
|
|
2802
|
-
{
|
|
2803
|
-
"type": "stack",
|
|
2804
|
-
"direction": "horizontal",
|
|
2805
|
-
"gap": "md",
|
|
2806
|
-
"justify": "space-between",
|
|
2807
|
-
"align": "center",
|
|
2808
|
-
"children": [
|
|
2809
|
-
{
|
|
2810
|
-
"type": "stack",
|
|
2811
|
-
"direction": "horizontal",
|
|
2812
|
-
"gap": "sm",
|
|
2813
|
-
"align": "center",
|
|
2814
|
-
"children": [
|
|
2815
|
-
{
|
|
2816
|
-
"type": "icon",
|
|
2817
|
-
"name": "brain",
|
|
2818
|
-
"size": "lg"
|
|
2819
|
-
},
|
|
2820
|
-
{
|
|
2821
|
-
"type": "typography",
|
|
2822
|
-
"content": "BuildPlan Manager",
|
|
2310
|
+
"content": "BuildPlan Manager",
|
|
2823
2311
|
"variant": "h2"
|
|
2824
2312
|
}
|
|
2825
2313
|
]
|
|
@@ -3779,7 +3267,7 @@
|
|
|
3779
3267
|
},
|
|
3780
3268
|
{
|
|
3781
3269
|
"type": "simple-grid",
|
|
3782
|
-
"
|
|
3270
|
+
"cols": 2,
|
|
3783
3271
|
"children": [
|
|
3784
3272
|
{
|
|
3785
3273
|
"type": "stat-display",
|
|
@@ -4081,7 +3569,7 @@
|
|
|
4081
3569
|
},
|
|
4082
3570
|
{
|
|
4083
3571
|
"type": "simple-grid",
|
|
4084
|
-
"
|
|
3572
|
+
"cols": 2,
|
|
4085
3573
|
"children": [
|
|
4086
3574
|
{
|
|
4087
3575
|
"type": "stat-display",
|
|
@@ -4173,7 +3661,7 @@
|
|
|
4173
3661
|
},
|
|
4174
3662
|
{
|
|
4175
3663
|
"type": "simple-grid",
|
|
4176
|
-
"
|
|
3664
|
+
"cols": 2,
|
|
4177
3665
|
"children": [
|
|
4178
3666
|
{
|
|
4179
3667
|
"type": "stat-display",
|
|
@@ -4265,7 +3753,7 @@
|
|
|
4265
3753
|
},
|
|
4266
3754
|
{
|
|
4267
3755
|
"type": "simple-grid",
|
|
4268
|
-
"
|
|
3756
|
+
"cols": 2,
|
|
4269
3757
|
"children": [
|
|
4270
3758
|
{
|
|
4271
3759
|
"type": "stat-display",
|
|
@@ -4721,8 +4209,24 @@
|
|
|
4721
4209
|
{
|
|
4722
4210
|
"type": "wizard-progress",
|
|
4723
4211
|
"currentStep": "@entity.currentStep",
|
|
4724
|
-
"
|
|
4725
|
-
|
|
4212
|
+
"steps": [
|
|
4213
|
+
{
|
|
4214
|
+
"id": "0",
|
|
4215
|
+
"title": "Plan"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
"id": "1",
|
|
4219
|
+
"title": "Execute"
|
|
4220
|
+
},
|
|
4221
|
+
{
|
|
4222
|
+
"id": "2",
|
|
4223
|
+
"title": "Check"
|
|
4224
|
+
},
|
|
4225
|
+
{
|
|
4226
|
+
"id": "3",
|
|
4227
|
+
"title": "Complete"
|
|
4228
|
+
}
|
|
4229
|
+
]
|
|
4726
4230
|
},
|
|
4727
4231
|
{
|
|
4728
4232
|
"type": "button",
|
|
@@ -4811,8 +4315,24 @@
|
|
|
4811
4315
|
{
|
|
4812
4316
|
"type": "wizard-progress",
|
|
4813
4317
|
"currentStep": "@entity.currentStep",
|
|
4814
|
-
"
|
|
4815
|
-
|
|
4318
|
+
"steps": [
|
|
4319
|
+
{
|
|
4320
|
+
"id": "0",
|
|
4321
|
+
"title": "Plan"
|
|
4322
|
+
},
|
|
4323
|
+
{
|
|
4324
|
+
"id": "1",
|
|
4325
|
+
"title": "Execute"
|
|
4326
|
+
},
|
|
4327
|
+
{
|
|
4328
|
+
"id": "2",
|
|
4329
|
+
"title": "Check"
|
|
4330
|
+
},
|
|
4331
|
+
{
|
|
4332
|
+
"id": "3",
|
|
4333
|
+
"title": "Complete"
|
|
4334
|
+
}
|
|
4335
|
+
]
|
|
4816
4336
|
},
|
|
4817
4337
|
{
|
|
4818
4338
|
"type": "stack",
|
|
@@ -4937,8 +4457,24 @@
|
|
|
4937
4457
|
{
|
|
4938
4458
|
"type": "wizard-progress",
|
|
4939
4459
|
"currentStep": "@entity.currentStep",
|
|
4940
|
-
"
|
|
4941
|
-
|
|
4460
|
+
"steps": [
|
|
4461
|
+
{
|
|
4462
|
+
"id": "0",
|
|
4463
|
+
"title": "Plan"
|
|
4464
|
+
},
|
|
4465
|
+
{
|
|
4466
|
+
"id": "1",
|
|
4467
|
+
"title": "Execute"
|
|
4468
|
+
},
|
|
4469
|
+
{
|
|
4470
|
+
"id": "2",
|
|
4471
|
+
"title": "Check"
|
|
4472
|
+
},
|
|
4473
|
+
{
|
|
4474
|
+
"id": "3",
|
|
4475
|
+
"title": "Complete"
|
|
4476
|
+
}
|
|
4477
|
+
]
|
|
4942
4478
|
},
|
|
4943
4479
|
{
|
|
4944
4480
|
"type": "stack",
|
|
@@ -5059,8 +4595,24 @@
|
|
|
5059
4595
|
{
|
|
5060
4596
|
"type": "wizard-progress",
|
|
5061
4597
|
"currentStep": "@entity.totalSteps",
|
|
5062
|
-
"
|
|
5063
|
-
|
|
4598
|
+
"steps": [
|
|
4599
|
+
{
|
|
4600
|
+
"id": "0",
|
|
4601
|
+
"title": "Plan"
|
|
4602
|
+
},
|
|
4603
|
+
{
|
|
4604
|
+
"id": "1",
|
|
4605
|
+
"title": "Execute"
|
|
4606
|
+
},
|
|
4607
|
+
{
|
|
4608
|
+
"id": "2",
|
|
4609
|
+
"title": "Check"
|
|
4610
|
+
},
|
|
4611
|
+
{
|
|
4612
|
+
"id": "3",
|
|
4613
|
+
"title": "Complete"
|
|
4614
|
+
}
|
|
4615
|
+
]
|
|
5064
4616
|
},
|
|
5065
4617
|
{
|
|
5066
4618
|
"type": "alert",
|
|
@@ -5149,212 +4701,48 @@
|
|
|
5149
4701
|
{
|
|
5150
4702
|
"type": "wizard-progress",
|
|
5151
4703
|
"currentStep": "@entity.currentStep",
|
|
5152
|
-
"
|
|
5153
|
-
"steps": "@entity.steps"
|
|
5154
|
-
},
|
|
5155
|
-
{
|
|
5156
|
-
"type": "alert",
|
|
5157
|
-
"variant": "error",
|
|
5158
|
-
"message": "Pipeline failed at the current step."
|
|
5159
|
-
},
|
|
5160
|
-
{
|
|
5161
|
-
"type": "stack",
|
|
5162
|
-
"direction": "horizontal",
|
|
5163
|
-
"gap": "sm",
|
|
5164
|
-
"children": [
|
|
4704
|
+
"steps": [
|
|
5165
4705
|
{
|
|
5166
|
-
"
|
|
5167
|
-
"
|
|
5168
|
-
|
|
5169
|
-
}
|
|
5170
|
-
]
|
|
5171
|
-
},
|
|
5172
|
-
{
|
|
5173
|
-
"type": "button",
|
|
5174
|
-
"label": "Reset",
|
|
5175
|
-
"event": "RESET",
|
|
5176
|
-
"variant": "ghost",
|
|
5177
|
-
"icon": "rotate-ccw"
|
|
5178
|
-
}
|
|
5179
|
-
]
|
|
5180
|
-
}
|
|
5181
|
-
]
|
|
5182
|
-
}
|
|
5183
|
-
]
|
|
5184
|
-
]
|
|
5185
|
-
},
|
|
5186
|
-
{
|
|
5187
|
-
"from": "idle",
|
|
5188
|
-
"to": "idle",
|
|
5189
|
-
"event": "RESET",
|
|
5190
|
-
"effects": [
|
|
5191
|
-
[
|
|
5192
|
-
"set",
|
|
5193
|
-
"@entity.status",
|
|
5194
|
-
"idle"
|
|
5195
|
-
],
|
|
5196
|
-
[
|
|
5197
|
-
"set",
|
|
5198
|
-
"@entity.currentStep",
|
|
5199
|
-
0
|
|
5200
|
-
],
|
|
5201
|
-
[
|
|
5202
|
-
"render-ui",
|
|
5203
|
-
"main",
|
|
5204
|
-
{
|
|
5205
|
-
"type": "dashboard-layout",
|
|
5206
|
-
"appName": "Schema Builder",
|
|
5207
|
-
"navItems": [
|
|
5208
|
-
{
|
|
5209
|
-
"label": "Plan",
|
|
5210
|
-
"href": "/plan",
|
|
5211
|
-
"icon": "clipboard-list"
|
|
5212
|
-
},
|
|
5213
|
-
{
|
|
5214
|
-
"label": "Build",
|
|
5215
|
-
"href": "/build",
|
|
5216
|
-
"icon": "hammer"
|
|
5217
|
-
},
|
|
5218
|
-
{
|
|
5219
|
-
"label": "Fix",
|
|
5220
|
-
"href": "/fix",
|
|
5221
|
-
"icon": "wrench"
|
|
5222
|
-
}
|
|
5223
|
-
],
|
|
5224
|
-
"children": [
|
|
5225
|
-
{
|
|
5226
|
-
"type": "stack",
|
|
5227
|
-
"direction": "vertical",
|
|
5228
|
-
"gap": "lg",
|
|
5229
|
-
"children": [
|
|
5230
|
-
{
|
|
5231
|
-
"type": "stack",
|
|
5232
|
-
"direction": "horizontal",
|
|
5233
|
-
"gap": "sm",
|
|
5234
|
-
"align": "center",
|
|
5235
|
-
"children": [
|
|
4706
|
+
"id": "0",
|
|
4707
|
+
"title": "Plan"
|
|
4708
|
+
},
|
|
5236
4709
|
{
|
|
5237
|
-
"
|
|
5238
|
-
"
|
|
5239
|
-
"size": "lg"
|
|
4710
|
+
"id": "1",
|
|
4711
|
+
"title": "Execute"
|
|
5240
4712
|
},
|
|
5241
4713
|
{
|
|
5242
|
-
"
|
|
5243
|
-
"
|
|
5244
|
-
"variant": "h2"
|
|
4714
|
+
"id": "2",
|
|
4715
|
+
"title": "Check"
|
|
5245
4716
|
},
|
|
5246
4717
|
{
|
|
5247
|
-
"
|
|
5248
|
-
"
|
|
5249
|
-
"variant": "default"
|
|
4718
|
+
"id": "3",
|
|
4719
|
+
"title": "Complete"
|
|
5250
4720
|
}
|
|
5251
4721
|
]
|
|
5252
4722
|
},
|
|
5253
4723
|
{
|
|
5254
|
-
"type": "
|
|
5255
|
-
|
|
5256
|
-
|
|
5257
|
-
"type": "wizard-progress",
|
|
5258
|
-
"currentStep": "@entity.currentStep",
|
|
5259
|
-
"totalSteps": "@entity.totalSteps",
|
|
5260
|
-
"steps": "@entity.steps"
|
|
4724
|
+
"type": "alert",
|
|
4725
|
+
"variant": "error",
|
|
4726
|
+
"message": "Pipeline failed at the current step."
|
|
5261
4727
|
},
|
|
5262
|
-
{
|
|
5263
|
-
"type": "button",
|
|
5264
|
-
"label": "Start",
|
|
5265
|
-
"event": "START",
|
|
5266
|
-
"variant": "primary",
|
|
5267
|
-
"icon": "play"
|
|
5268
|
-
}
|
|
5269
|
-
]
|
|
5270
|
-
}
|
|
5271
|
-
]
|
|
5272
|
-
}
|
|
5273
|
-
]
|
|
5274
|
-
]
|
|
5275
|
-
},
|
|
5276
|
-
{
|
|
5277
|
-
"from": "in_progress",
|
|
5278
|
-
"to": "idle",
|
|
5279
|
-
"event": "RESET",
|
|
5280
|
-
"effects": [
|
|
5281
|
-
[
|
|
5282
|
-
"set",
|
|
5283
|
-
"@entity.status",
|
|
5284
|
-
"idle"
|
|
5285
|
-
],
|
|
5286
|
-
[
|
|
5287
|
-
"set",
|
|
5288
|
-
"@entity.currentStep",
|
|
5289
|
-
0
|
|
5290
|
-
],
|
|
5291
|
-
[
|
|
5292
|
-
"render-ui",
|
|
5293
|
-
"main",
|
|
5294
|
-
{
|
|
5295
|
-
"type": "dashboard-layout",
|
|
5296
|
-
"appName": "Schema Builder",
|
|
5297
|
-
"navItems": [
|
|
5298
|
-
{
|
|
5299
|
-
"label": "Plan",
|
|
5300
|
-
"href": "/plan",
|
|
5301
|
-
"icon": "clipboard-list"
|
|
5302
|
-
},
|
|
5303
|
-
{
|
|
5304
|
-
"label": "Build",
|
|
5305
|
-
"href": "/build",
|
|
5306
|
-
"icon": "hammer"
|
|
5307
|
-
},
|
|
5308
|
-
{
|
|
5309
|
-
"label": "Fix",
|
|
5310
|
-
"href": "/fix",
|
|
5311
|
-
"icon": "wrench"
|
|
5312
|
-
}
|
|
5313
|
-
],
|
|
5314
|
-
"children": [
|
|
5315
|
-
{
|
|
5316
|
-
"type": "stack",
|
|
5317
|
-
"direction": "vertical",
|
|
5318
|
-
"gap": "lg",
|
|
5319
|
-
"children": [
|
|
5320
4728
|
{
|
|
5321
4729
|
"type": "stack",
|
|
5322
4730
|
"direction": "horizontal",
|
|
5323
4731
|
"gap": "sm",
|
|
5324
|
-
"align": "center",
|
|
5325
4732
|
"children": [
|
|
5326
4733
|
{
|
|
5327
|
-
"type": "
|
|
5328
|
-
"
|
|
5329
|
-
"
|
|
5330
|
-
},
|
|
5331
|
-
{
|
|
5332
|
-
"type": "typography",
|
|
5333
|
-
"content": "BuildLoop",
|
|
5334
|
-
"variant": "h2"
|
|
5335
|
-
},
|
|
5336
|
-
{
|
|
5337
|
-
"type": "badge",
|
|
5338
|
-
"label": "Idle",
|
|
5339
|
-
"variant": "default"
|
|
4734
|
+
"type": "stat-display",
|
|
4735
|
+
"label": "Failed At Step",
|
|
4736
|
+
"value": "@entity.currentStep"
|
|
5340
4737
|
}
|
|
5341
|
-
]
|
|
5342
|
-
},
|
|
5343
|
-
{
|
|
5344
|
-
"type": "divider"
|
|
5345
|
-
},
|
|
5346
|
-
{
|
|
5347
|
-
"type": "wizard-progress",
|
|
5348
|
-
"currentStep": "@entity.currentStep",
|
|
5349
|
-
"totalSteps": "@entity.totalSteps",
|
|
5350
|
-
"steps": "@entity.steps"
|
|
4738
|
+
]
|
|
5351
4739
|
},
|
|
5352
4740
|
{
|
|
5353
4741
|
"type": "button",
|
|
5354
|
-
"label": "
|
|
5355
|
-
"event": "
|
|
5356
|
-
"variant": "
|
|
5357
|
-
"icon": "
|
|
4742
|
+
"label": "Reset",
|
|
4743
|
+
"event": "RESET",
|
|
4744
|
+
"variant": "ghost",
|
|
4745
|
+
"icon": "rotate-ccw"
|
|
5358
4746
|
}
|
|
5359
4747
|
]
|
|
5360
4748
|
}
|
|
@@ -5364,7 +4752,7 @@
|
|
|
5364
4752
|
]
|
|
5365
4753
|
},
|
|
5366
4754
|
{
|
|
5367
|
-
"from": "
|
|
4755
|
+
"from": "idle",
|
|
5368
4756
|
"to": "idle",
|
|
5369
4757
|
"event": "RESET",
|
|
5370
4758
|
"effects": [
|
|
@@ -5436,8 +4824,24 @@
|
|
|
5436
4824
|
{
|
|
5437
4825
|
"type": "wizard-progress",
|
|
5438
4826
|
"currentStep": "@entity.currentStep",
|
|
5439
|
-
"
|
|
5440
|
-
|
|
4827
|
+
"steps": [
|
|
4828
|
+
{
|
|
4829
|
+
"id": "0",
|
|
4830
|
+
"title": "Plan"
|
|
4831
|
+
},
|
|
4832
|
+
{
|
|
4833
|
+
"id": "1",
|
|
4834
|
+
"title": "Execute"
|
|
4835
|
+
},
|
|
4836
|
+
{
|
|
4837
|
+
"id": "2",
|
|
4838
|
+
"title": "Check"
|
|
4839
|
+
},
|
|
4840
|
+
{
|
|
4841
|
+
"id": "3",
|
|
4842
|
+
"title": "Complete"
|
|
4843
|
+
}
|
|
4844
|
+
]
|
|
5441
4845
|
},
|
|
5442
4846
|
{
|
|
5443
4847
|
"type": "button",
|
|
@@ -5454,7 +4858,7 @@
|
|
|
5454
4858
|
]
|
|
5455
4859
|
},
|
|
5456
4860
|
{
|
|
5457
|
-
"from": "
|
|
4861
|
+
"from": "in_progress",
|
|
5458
4862
|
"to": "idle",
|
|
5459
4863
|
"event": "RESET",
|
|
5460
4864
|
"effects": [
|
|
@@ -5526,8 +4930,24 @@
|
|
|
5526
4930
|
{
|
|
5527
4931
|
"type": "wizard-progress",
|
|
5528
4932
|
"currentStep": "@entity.currentStep",
|
|
5529
|
-
"
|
|
5530
|
-
|
|
4933
|
+
"steps": [
|
|
4934
|
+
{
|
|
4935
|
+
"id": "0",
|
|
4936
|
+
"title": "Plan"
|
|
4937
|
+
},
|
|
4938
|
+
{
|
|
4939
|
+
"id": "1",
|
|
4940
|
+
"title": "Execute"
|
|
4941
|
+
},
|
|
4942
|
+
{
|
|
4943
|
+
"id": "2",
|
|
4944
|
+
"title": "Check"
|
|
4945
|
+
},
|
|
4946
|
+
{
|
|
4947
|
+
"id": "3",
|
|
4948
|
+
"title": "Complete"
|
|
4949
|
+
}
|
|
4950
|
+
]
|
|
5531
4951
|
},
|
|
5532
4952
|
{
|
|
5533
4953
|
"type": "button",
|
|
@@ -5542,82 +4962,21 @@
|
|
|
5542
4962
|
}
|
|
5543
4963
|
]
|
|
5544
4964
|
]
|
|
5545
|
-
}
|
|
5546
|
-
]
|
|
5547
|
-
}
|
|
5548
|
-
},
|
|
5549
|
-
{
|
|
5550
|
-
"name": "ToolLoopActivityLog",
|
|
5551
|
-
"linkedEntity": "BuildLoop",
|
|
5552
|
-
"category": "interaction",
|
|
5553
|
-
"emits": [
|
|
5554
|
-
{
|
|
5555
|
-
"event": "LOG_ENTRY",
|
|
5556
|
-
"scope": "internal",
|
|
5557
|
-
"payload": [
|
|
5558
|
-
{
|
|
5559
|
-
"name": "action",
|
|
5560
|
-
"type": "string"
|
|
5561
|
-
},
|
|
5562
|
-
{
|
|
5563
|
-
"name": "detail",
|
|
5564
|
-
"type": "string"
|
|
5565
|
-
},
|
|
5566
|
-
{
|
|
5567
|
-
"name": "status",
|
|
5568
|
-
"type": "string"
|
|
5569
|
-
}
|
|
5570
|
-
]
|
|
5571
|
-
}
|
|
5572
|
-
],
|
|
5573
|
-
"listens": [],
|
|
5574
|
-
"stateMachine": {
|
|
5575
|
-
"states": [
|
|
5576
|
-
{
|
|
5577
|
-
"name": "logging",
|
|
5578
|
-
"isInitial": true
|
|
5579
|
-
}
|
|
5580
|
-
],
|
|
5581
|
-
"events": [
|
|
5582
|
-
{
|
|
5583
|
-
"key": "INIT",
|
|
5584
|
-
"name": "Initialize"
|
|
5585
|
-
},
|
|
5586
|
-
{
|
|
5587
|
-
"key": "LOG_ENTRY",
|
|
5588
|
-
"name": "Log Entry",
|
|
5589
|
-
"payload": [
|
|
5590
|
-
{
|
|
5591
|
-
"name": "action",
|
|
5592
|
-
"type": "string",
|
|
5593
|
-
"required": true
|
|
5594
|
-
},
|
|
5595
|
-
{
|
|
5596
|
-
"name": "detail",
|
|
5597
|
-
"type": "string",
|
|
5598
|
-
"required": true
|
|
5599
|
-
},
|
|
5600
|
-
{
|
|
5601
|
-
"name": "status",
|
|
5602
|
-
"type": "string",
|
|
5603
|
-
"required": true
|
|
5604
|
-
}
|
|
5605
|
-
]
|
|
5606
4965
|
},
|
|
5607
4966
|
{
|
|
5608
|
-
"
|
|
5609
|
-
"
|
|
5610
|
-
|
|
5611
|
-
],
|
|
5612
|
-
"transitions": [
|
|
5613
|
-
{
|
|
5614
|
-
"from": "logging",
|
|
5615
|
-
"to": "logging",
|
|
5616
|
-
"event": "INIT",
|
|
4967
|
+
"from": "completed",
|
|
4968
|
+
"to": "idle",
|
|
4969
|
+
"event": "RESET",
|
|
5617
4970
|
"effects": [
|
|
5618
4971
|
[
|
|
5619
|
-
"
|
|
5620
|
-
"
|
|
4972
|
+
"set",
|
|
4973
|
+
"@entity.status",
|
|
4974
|
+
"idle"
|
|
4975
|
+
],
|
|
4976
|
+
[
|
|
4977
|
+
"set",
|
|
4978
|
+
"@entity.currentStep",
|
|
4979
|
+
0
|
|
5621
4980
|
],
|
|
5622
4981
|
[
|
|
5623
4982
|
"render-ui",
|
|
@@ -5652,33 +5011,22 @@
|
|
|
5652
5011
|
"type": "stack",
|
|
5653
5012
|
"direction": "horizontal",
|
|
5654
5013
|
"gap": "sm",
|
|
5655
|
-
"justify": "space-between",
|
|
5656
5014
|
"align": "center",
|
|
5657
5015
|
"children": [
|
|
5658
5016
|
{
|
|
5659
|
-
"type": "
|
|
5660
|
-
"
|
|
5661
|
-
"
|
|
5662
|
-
"align": "center",
|
|
5663
|
-
"children": [
|
|
5664
|
-
{
|
|
5665
|
-
"type": "icon",
|
|
5666
|
-
"name": "activity",
|
|
5667
|
-
"size": "lg"
|
|
5668
|
-
},
|
|
5669
|
-
{
|
|
5670
|
-
"type": "typography",
|
|
5671
|
-
"content": "Activity Log",
|
|
5672
|
-
"variant": "h2"
|
|
5673
|
-
}
|
|
5674
|
-
]
|
|
5017
|
+
"type": "icon",
|
|
5018
|
+
"name": "list-ordered",
|
|
5019
|
+
"size": "lg"
|
|
5675
5020
|
},
|
|
5676
5021
|
{
|
|
5677
|
-
"type": "
|
|
5678
|
-
"
|
|
5679
|
-
"
|
|
5680
|
-
|
|
5681
|
-
|
|
5022
|
+
"type": "typography",
|
|
5023
|
+
"content": "BuildLoop",
|
|
5024
|
+
"variant": "h2"
|
|
5025
|
+
},
|
|
5026
|
+
{
|
|
5027
|
+
"type": "badge",
|
|
5028
|
+
"label": "Idle",
|
|
5029
|
+
"variant": "default"
|
|
5682
5030
|
}
|
|
5683
5031
|
]
|
|
5684
5032
|
},
|
|
@@ -5686,242 +5034,55 @@
|
|
|
5686
5034
|
"type": "divider"
|
|
5687
5035
|
},
|
|
5688
5036
|
{
|
|
5689
|
-
"type": "
|
|
5690
|
-
"
|
|
5691
|
-
"
|
|
5692
|
-
"emptyTitle": "No activity yet",
|
|
5693
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
5694
|
-
"renderItem": [
|
|
5695
|
-
"fn",
|
|
5696
|
-
"item",
|
|
5037
|
+
"type": "wizard-progress",
|
|
5038
|
+
"currentStep": "@entity.currentStep",
|
|
5039
|
+
"steps": [
|
|
5697
5040
|
{
|
|
5698
|
-
"
|
|
5699
|
-
"
|
|
5700
|
-
|
|
5701
|
-
"children": [
|
|
5702
|
-
{
|
|
5703
|
-
"type": "stack",
|
|
5704
|
-
"direction": "horizontal",
|
|
5705
|
-
"gap": "sm",
|
|
5706
|
-
"align": "center",
|
|
5707
|
-
"children": [
|
|
5708
|
-
{
|
|
5709
|
-
"type": "badge",
|
|
5710
|
-
"label": "@item.status"
|
|
5711
|
-
},
|
|
5712
|
-
{
|
|
5713
|
-
"type": "typography",
|
|
5714
|
-
"variant": "h4",
|
|
5715
|
-
"content": "@item.action"
|
|
5716
|
-
}
|
|
5717
|
-
]
|
|
5718
|
-
},
|
|
5719
|
-
{
|
|
5720
|
-
"type": "typography",
|
|
5721
|
-
"variant": "body",
|
|
5722
|
-
"color": "muted",
|
|
5723
|
-
"content": "@item.detail"
|
|
5724
|
-
},
|
|
5725
|
-
{
|
|
5726
|
-
"type": "stack",
|
|
5727
|
-
"direction": "horizontal",
|
|
5728
|
-
"gap": "sm",
|
|
5729
|
-
"align": "center",
|
|
5730
|
-
"children": [
|
|
5731
|
-
{
|
|
5732
|
-
"type": "typography",
|
|
5733
|
-
"variant": "caption",
|
|
5734
|
-
"color": "muted",
|
|
5735
|
-
"content": "@item.timestamp"
|
|
5736
|
-
},
|
|
5737
|
-
{
|
|
5738
|
-
"type": "badge",
|
|
5739
|
-
"label": "@item.duration",
|
|
5740
|
-
"variant": "outline"
|
|
5741
|
-
}
|
|
5742
|
-
]
|
|
5743
|
-
}
|
|
5744
|
-
]
|
|
5745
|
-
}
|
|
5746
|
-
]
|
|
5747
|
-
}
|
|
5748
|
-
]
|
|
5749
|
-
}
|
|
5750
|
-
]
|
|
5751
|
-
}
|
|
5752
|
-
]
|
|
5753
|
-
]
|
|
5754
|
-
},
|
|
5755
|
-
{
|
|
5756
|
-
"from": "logging",
|
|
5757
|
-
"to": "logging",
|
|
5758
|
-
"event": "LOG_ENTRY",
|
|
5759
|
-
"effects": [
|
|
5760
|
-
[
|
|
5761
|
-
"persist",
|
|
5762
|
-
"create",
|
|
5763
|
-
"BuildLoop",
|
|
5764
|
-
{
|
|
5765
|
-
"action": "@payload.action",
|
|
5766
|
-
"detail": "@payload.detail",
|
|
5767
|
-
"status": "@payload.status",
|
|
5768
|
-
"timestamp": "@now"
|
|
5769
|
-
}
|
|
5770
|
-
],
|
|
5771
|
-
[
|
|
5772
|
-
"fetch",
|
|
5773
|
-
"BuildLoop"
|
|
5774
|
-
],
|
|
5775
|
-
[
|
|
5776
|
-
"render-ui",
|
|
5777
|
-
"main",
|
|
5778
|
-
{
|
|
5779
|
-
"type": "dashboard-layout",
|
|
5780
|
-
"appName": "Schema Builder",
|
|
5781
|
-
"navItems": [
|
|
5782
|
-
{
|
|
5783
|
-
"label": "Plan",
|
|
5784
|
-
"href": "/plan",
|
|
5785
|
-
"icon": "clipboard-list"
|
|
5786
|
-
},
|
|
5787
|
-
{
|
|
5788
|
-
"label": "Build",
|
|
5789
|
-
"href": "/build",
|
|
5790
|
-
"icon": "hammer"
|
|
5791
|
-
},
|
|
5792
|
-
{
|
|
5793
|
-
"label": "Fix",
|
|
5794
|
-
"href": "/fix",
|
|
5795
|
-
"icon": "wrench"
|
|
5796
|
-
}
|
|
5797
|
-
],
|
|
5798
|
-
"children": [
|
|
5799
|
-
{
|
|
5800
|
-
"type": "stack",
|
|
5801
|
-
"direction": "vertical",
|
|
5802
|
-
"gap": "lg",
|
|
5803
|
-
"children": [
|
|
5804
|
-
{
|
|
5805
|
-
"type": "stack",
|
|
5806
|
-
"direction": "horizontal",
|
|
5807
|
-
"gap": "sm",
|
|
5808
|
-
"justify": "space-between",
|
|
5809
|
-
"align": "center",
|
|
5810
|
-
"children": [
|
|
5041
|
+
"id": "0",
|
|
5042
|
+
"title": "Plan"
|
|
5043
|
+
},
|
|
5811
5044
|
{
|
|
5812
|
-
"
|
|
5813
|
-
"
|
|
5814
|
-
"gap": "sm",
|
|
5815
|
-
"align": "center",
|
|
5816
|
-
"children": [
|
|
5817
|
-
{
|
|
5818
|
-
"type": "icon",
|
|
5819
|
-
"name": "activity",
|
|
5820
|
-
"size": "lg"
|
|
5821
|
-
},
|
|
5822
|
-
{
|
|
5823
|
-
"type": "typography",
|
|
5824
|
-
"content": "Activity Log",
|
|
5825
|
-
"variant": "h2"
|
|
5826
|
-
}
|
|
5827
|
-
]
|
|
5045
|
+
"id": "1",
|
|
5046
|
+
"title": "Execute"
|
|
5828
5047
|
},
|
|
5829
5048
|
{
|
|
5830
|
-
"
|
|
5831
|
-
"
|
|
5832
|
-
|
|
5833
|
-
|
|
5834
|
-
"
|
|
5049
|
+
"id": "2",
|
|
5050
|
+
"title": "Check"
|
|
5051
|
+
},
|
|
5052
|
+
{
|
|
5053
|
+
"id": "3",
|
|
5054
|
+
"title": "Complete"
|
|
5835
5055
|
}
|
|
5836
5056
|
]
|
|
5837
5057
|
},
|
|
5838
5058
|
{
|
|
5839
|
-
"type": "
|
|
5840
|
-
|
|
5841
|
-
|
|
5842
|
-
"
|
|
5843
|
-
"
|
|
5844
|
-
"emptyIcon": "activity",
|
|
5845
|
-
"emptyTitle": "No activity yet",
|
|
5846
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
5847
|
-
"renderItem": [
|
|
5848
|
-
"fn",
|
|
5849
|
-
"item",
|
|
5850
|
-
{
|
|
5851
|
-
"type": "stack",
|
|
5852
|
-
"direction": "vertical",
|
|
5853
|
-
"gap": "xs",
|
|
5854
|
-
"children": [
|
|
5855
|
-
{
|
|
5856
|
-
"type": "stack",
|
|
5857
|
-
"direction": "horizontal",
|
|
5858
|
-
"gap": "sm",
|
|
5859
|
-
"align": "center",
|
|
5860
|
-
"children": [
|
|
5861
|
-
{
|
|
5862
|
-
"type": "badge",
|
|
5863
|
-
"label": "@item.status"
|
|
5864
|
-
},
|
|
5865
|
-
{
|
|
5866
|
-
"type": "typography",
|
|
5867
|
-
"variant": "h4",
|
|
5868
|
-
"content": "@item.action"
|
|
5869
|
-
}
|
|
5870
|
-
]
|
|
5871
|
-
},
|
|
5872
|
-
{
|
|
5873
|
-
"type": "typography",
|
|
5874
|
-
"variant": "body",
|
|
5875
|
-
"color": "muted",
|
|
5876
|
-
"content": "@item.detail"
|
|
5877
|
-
},
|
|
5878
|
-
{
|
|
5879
|
-
"type": "stack",
|
|
5880
|
-
"direction": "horizontal",
|
|
5881
|
-
"gap": "sm",
|
|
5882
|
-
"align": "center",
|
|
5883
|
-
"children": [
|
|
5884
|
-
{
|
|
5885
|
-
"type": "typography",
|
|
5886
|
-
"variant": "caption",
|
|
5887
|
-
"color": "muted",
|
|
5888
|
-
"content": "@item.timestamp"
|
|
5889
|
-
},
|
|
5890
|
-
{
|
|
5891
|
-
"type": "badge",
|
|
5892
|
-
"label": "@item.duration",
|
|
5893
|
-
"variant": "outline"
|
|
5894
|
-
}
|
|
5895
|
-
]
|
|
5896
|
-
}
|
|
5897
|
-
]
|
|
5898
|
-
}
|
|
5899
|
-
]
|
|
5059
|
+
"type": "button",
|
|
5060
|
+
"label": "Start",
|
|
5061
|
+
"event": "START",
|
|
5062
|
+
"variant": "primary",
|
|
5063
|
+
"icon": "play"
|
|
5900
5064
|
}
|
|
5901
5065
|
]
|
|
5902
5066
|
}
|
|
5903
5067
|
]
|
|
5904
5068
|
}
|
|
5905
|
-
],
|
|
5906
|
-
[
|
|
5907
|
-
"notify",
|
|
5908
|
-
"BuildLoop created successfully"
|
|
5909
5069
|
]
|
|
5910
5070
|
]
|
|
5911
5071
|
},
|
|
5912
5072
|
{
|
|
5913
|
-
"from": "
|
|
5914
|
-
"to": "
|
|
5915
|
-
"event": "
|
|
5073
|
+
"from": "failed",
|
|
5074
|
+
"to": "idle",
|
|
5075
|
+
"event": "RESET",
|
|
5916
5076
|
"effects": [
|
|
5917
5077
|
[
|
|
5918
|
-
"
|
|
5919
|
-
"
|
|
5920
|
-
"
|
|
5078
|
+
"set",
|
|
5079
|
+
"@entity.status",
|
|
5080
|
+
"idle"
|
|
5921
5081
|
],
|
|
5922
5082
|
[
|
|
5923
|
-
"
|
|
5924
|
-
"
|
|
5083
|
+
"set",
|
|
5084
|
+
"@entity.currentStep",
|
|
5085
|
+
0
|
|
5925
5086
|
],
|
|
5926
5087
|
[
|
|
5927
5088
|
"render-ui",
|
|
@@ -5956,33 +5117,22 @@
|
|
|
5956
5117
|
"type": "stack",
|
|
5957
5118
|
"direction": "horizontal",
|
|
5958
5119
|
"gap": "sm",
|
|
5959
|
-
"justify": "space-between",
|
|
5960
5120
|
"align": "center",
|
|
5961
5121
|
"children": [
|
|
5962
5122
|
{
|
|
5963
|
-
"type": "
|
|
5964
|
-
"
|
|
5965
|
-
"
|
|
5966
|
-
"align": "center",
|
|
5967
|
-
"children": [
|
|
5968
|
-
{
|
|
5969
|
-
"type": "icon",
|
|
5970
|
-
"name": "activity",
|
|
5971
|
-
"size": "lg"
|
|
5972
|
-
},
|
|
5973
|
-
{
|
|
5974
|
-
"type": "typography",
|
|
5975
|
-
"content": "Activity Log",
|
|
5976
|
-
"variant": "h2"
|
|
5977
|
-
}
|
|
5978
|
-
]
|
|
5123
|
+
"type": "icon",
|
|
5124
|
+
"name": "list-ordered",
|
|
5125
|
+
"size": "lg"
|
|
5979
5126
|
},
|
|
5980
5127
|
{
|
|
5981
|
-
"type": "
|
|
5982
|
-
"
|
|
5983
|
-
"
|
|
5984
|
-
|
|
5985
|
-
|
|
5128
|
+
"type": "typography",
|
|
5129
|
+
"content": "BuildLoop",
|
|
5130
|
+
"variant": "h2"
|
|
5131
|
+
},
|
|
5132
|
+
{
|
|
5133
|
+
"type": "badge",
|
|
5134
|
+
"label": "Idle",
|
|
5135
|
+
"variant": "default"
|
|
5986
5136
|
}
|
|
5987
5137
|
]
|
|
5988
5138
|
},
|
|
@@ -5990,73 +5140,38 @@
|
|
|
5990
5140
|
"type": "divider"
|
|
5991
5141
|
},
|
|
5992
5142
|
{
|
|
5993
|
-
"type": "
|
|
5994
|
-
"
|
|
5995
|
-
"
|
|
5996
|
-
"emptyTitle": "No activity yet",
|
|
5997
|
-
"emptyDescription": "Agent actions will appear here as they occur.",
|
|
5998
|
-
"renderItem": [
|
|
5999
|
-
"fn",
|
|
6000
|
-
"item",
|
|
5143
|
+
"type": "wizard-progress",
|
|
5144
|
+
"currentStep": "@entity.currentStep",
|
|
5145
|
+
"steps": [
|
|
6001
5146
|
{
|
|
6002
|
-
"
|
|
6003
|
-
"
|
|
6004
|
-
|
|
6005
|
-
|
|
6006
|
-
|
|
6007
|
-
|
|
6008
|
-
|
|
6009
|
-
|
|
6010
|
-
|
|
6011
|
-
|
|
6012
|
-
|
|
6013
|
-
|
|
6014
|
-
|
|
6015
|
-
|
|
6016
|
-
{
|
|
6017
|
-
"type": "typography",
|
|
6018
|
-
"variant": "h4",
|
|
6019
|
-
"content": "@item.action"
|
|
6020
|
-
}
|
|
6021
|
-
]
|
|
6022
|
-
},
|
|
6023
|
-
{
|
|
6024
|
-
"type": "typography",
|
|
6025
|
-
"variant": "body",
|
|
6026
|
-
"color": "muted",
|
|
6027
|
-
"content": "@item.detail"
|
|
6028
|
-
},
|
|
6029
|
-
{
|
|
6030
|
-
"type": "stack",
|
|
6031
|
-
"direction": "horizontal",
|
|
6032
|
-
"gap": "sm",
|
|
6033
|
-
"align": "center",
|
|
6034
|
-
"children": [
|
|
6035
|
-
{
|
|
6036
|
-
"type": "typography",
|
|
6037
|
-
"variant": "caption",
|
|
6038
|
-
"color": "muted",
|
|
6039
|
-
"content": "@item.timestamp"
|
|
6040
|
-
},
|
|
6041
|
-
{
|
|
6042
|
-
"type": "badge",
|
|
6043
|
-
"label": "@item.duration",
|
|
6044
|
-
"variant": "outline"
|
|
6045
|
-
}
|
|
6046
|
-
]
|
|
6047
|
-
}
|
|
6048
|
-
]
|
|
5147
|
+
"id": "0",
|
|
5148
|
+
"title": "Plan"
|
|
5149
|
+
},
|
|
5150
|
+
{
|
|
5151
|
+
"id": "1",
|
|
5152
|
+
"title": "Execute"
|
|
5153
|
+
},
|
|
5154
|
+
{
|
|
5155
|
+
"id": "2",
|
|
5156
|
+
"title": "Check"
|
|
5157
|
+
},
|
|
5158
|
+
{
|
|
5159
|
+
"id": "3",
|
|
5160
|
+
"title": "Complete"
|
|
6049
5161
|
}
|
|
6050
5162
|
]
|
|
5163
|
+
},
|
|
5164
|
+
{
|
|
5165
|
+
"type": "button",
|
|
5166
|
+
"label": "Start",
|
|
5167
|
+
"event": "START",
|
|
5168
|
+
"variant": "primary",
|
|
5169
|
+
"icon": "play"
|
|
6051
5170
|
}
|
|
6052
5171
|
]
|
|
6053
5172
|
}
|
|
6054
5173
|
]
|
|
6055
5174
|
}
|
|
6056
|
-
],
|
|
6057
|
-
[
|
|
6058
|
-
"notify",
|
|
6059
|
-
"BuildLoop deleted successfully"
|
|
6060
5175
|
]
|
|
6061
5176
|
]
|
|
6062
5177
|
}
|
|
@@ -9299,7 +8414,7 @@
|
|
|
9299
8414
|
},
|
|
9300
8415
|
{
|
|
9301
8416
|
"type": "simple-grid",
|
|
9302
|
-
"
|
|
8417
|
+
"cols": 2,
|
|
9303
8418
|
"children": [
|
|
9304
8419
|
{
|
|
9305
8420
|
"type": "stat-display",
|
|
@@ -9560,7 +8675,7 @@
|
|
|
9560
8675
|
},
|
|
9561
8676
|
{
|
|
9562
8677
|
"type": "simple-grid",
|
|
9563
|
-
"
|
|
8678
|
+
"cols": 2,
|
|
9564
8679
|
"children": [
|
|
9565
8680
|
{
|
|
9566
8681
|
"type": "stat-display",
|
|
@@ -9870,7 +8985,7 @@
|
|
|
9870
8985
|
},
|
|
9871
8986
|
{
|
|
9872
8987
|
"type": "simple-grid",
|
|
9873
|
-
"
|
|
8988
|
+
"cols": 2,
|
|
9874
8989
|
"children": [
|
|
9875
8990
|
{
|
|
9876
8991
|
"type": "stat-display",
|
|
@@ -9988,7 +9103,7 @@
|
|
|
9988
9103
|
},
|
|
9989
9104
|
{
|
|
9990
9105
|
"type": "simple-grid",
|
|
9991
|
-
"
|
|
9106
|
+
"cols": 2,
|
|
9992
9107
|
"children": [
|
|
9993
9108
|
{
|
|
9994
9109
|
"type": "stat-display",
|
|
@@ -10436,8 +9551,24 @@
|
|
|
10436
9551
|
{
|
|
10437
9552
|
"type": "wizard-progress",
|
|
10438
9553
|
"currentStep": "@entity.currentStep",
|
|
10439
|
-
"
|
|
10440
|
-
|
|
9554
|
+
"steps": [
|
|
9555
|
+
{
|
|
9556
|
+
"id": "0",
|
|
9557
|
+
"title": "Validate"
|
|
9558
|
+
},
|
|
9559
|
+
{
|
|
9560
|
+
"id": "1",
|
|
9561
|
+
"title": "Analyze"
|
|
9562
|
+
},
|
|
9563
|
+
{
|
|
9564
|
+
"id": "2",
|
|
9565
|
+
"title": "Fix"
|
|
9566
|
+
},
|
|
9567
|
+
{
|
|
9568
|
+
"id": "3",
|
|
9569
|
+
"title": "Re-validate"
|
|
9570
|
+
}
|
|
9571
|
+
]
|
|
10441
9572
|
},
|
|
10442
9573
|
{
|
|
10443
9574
|
"type": "button",
|
|
@@ -10526,8 +9657,24 @@
|
|
|
10526
9657
|
{
|
|
10527
9658
|
"type": "wizard-progress",
|
|
10528
9659
|
"currentStep": "@entity.currentStep",
|
|
10529
|
-
"
|
|
10530
|
-
|
|
9660
|
+
"steps": [
|
|
9661
|
+
{
|
|
9662
|
+
"id": "0",
|
|
9663
|
+
"title": "Validate"
|
|
9664
|
+
},
|
|
9665
|
+
{
|
|
9666
|
+
"id": "1",
|
|
9667
|
+
"title": "Analyze"
|
|
9668
|
+
},
|
|
9669
|
+
{
|
|
9670
|
+
"id": "2",
|
|
9671
|
+
"title": "Fix"
|
|
9672
|
+
},
|
|
9673
|
+
{
|
|
9674
|
+
"id": "3",
|
|
9675
|
+
"title": "Re-validate"
|
|
9676
|
+
}
|
|
9677
|
+
]
|
|
10531
9678
|
},
|
|
10532
9679
|
{
|
|
10533
9680
|
"type": "stack",
|
|
@@ -10652,8 +9799,24 @@
|
|
|
10652
9799
|
{
|
|
10653
9800
|
"type": "wizard-progress",
|
|
10654
9801
|
"currentStep": "@entity.currentStep",
|
|
10655
|
-
"
|
|
10656
|
-
|
|
9802
|
+
"steps": [
|
|
9803
|
+
{
|
|
9804
|
+
"id": "0",
|
|
9805
|
+
"title": "Validate"
|
|
9806
|
+
},
|
|
9807
|
+
{
|
|
9808
|
+
"id": "1",
|
|
9809
|
+
"title": "Analyze"
|
|
9810
|
+
},
|
|
9811
|
+
{
|
|
9812
|
+
"id": "2",
|
|
9813
|
+
"title": "Fix"
|
|
9814
|
+
},
|
|
9815
|
+
{
|
|
9816
|
+
"id": "3",
|
|
9817
|
+
"title": "Re-validate"
|
|
9818
|
+
}
|
|
9819
|
+
]
|
|
10657
9820
|
},
|
|
10658
9821
|
{
|
|
10659
9822
|
"type": "stack",
|
|
@@ -10774,8 +9937,24 @@
|
|
|
10774
9937
|
{
|
|
10775
9938
|
"type": "wizard-progress",
|
|
10776
9939
|
"currentStep": "@entity.totalSteps",
|
|
10777
|
-
"
|
|
10778
|
-
|
|
9940
|
+
"steps": [
|
|
9941
|
+
{
|
|
9942
|
+
"id": "0",
|
|
9943
|
+
"title": "Validate"
|
|
9944
|
+
},
|
|
9945
|
+
{
|
|
9946
|
+
"id": "1",
|
|
9947
|
+
"title": "Analyze"
|
|
9948
|
+
},
|
|
9949
|
+
{
|
|
9950
|
+
"id": "2",
|
|
9951
|
+
"title": "Fix"
|
|
9952
|
+
},
|
|
9953
|
+
{
|
|
9954
|
+
"id": "3",
|
|
9955
|
+
"title": "Re-validate"
|
|
9956
|
+
}
|
|
9957
|
+
]
|
|
10779
9958
|
},
|
|
10780
9959
|
{
|
|
10781
9960
|
"type": "alert",
|
|
@@ -10864,8 +10043,24 @@
|
|
|
10864
10043
|
{
|
|
10865
10044
|
"type": "wizard-progress",
|
|
10866
10045
|
"currentStep": "@entity.currentStep",
|
|
10867
|
-
"
|
|
10868
|
-
|
|
10046
|
+
"steps": [
|
|
10047
|
+
{
|
|
10048
|
+
"id": "0",
|
|
10049
|
+
"title": "Validate"
|
|
10050
|
+
},
|
|
10051
|
+
{
|
|
10052
|
+
"id": "1",
|
|
10053
|
+
"title": "Analyze"
|
|
10054
|
+
},
|
|
10055
|
+
{
|
|
10056
|
+
"id": "2",
|
|
10057
|
+
"title": "Fix"
|
|
10058
|
+
},
|
|
10059
|
+
{
|
|
10060
|
+
"id": "3",
|
|
10061
|
+
"title": "Re-validate"
|
|
10062
|
+
}
|
|
10063
|
+
]
|
|
10869
10064
|
},
|
|
10870
10065
|
{
|
|
10871
10066
|
"type": "alert",
|
|
@@ -10971,8 +10166,24 @@
|
|
|
10971
10166
|
{
|
|
10972
10167
|
"type": "wizard-progress",
|
|
10973
10168
|
"currentStep": "@entity.currentStep",
|
|
10974
|
-
"
|
|
10975
|
-
|
|
10169
|
+
"steps": [
|
|
10170
|
+
{
|
|
10171
|
+
"id": "0",
|
|
10172
|
+
"title": "Validate"
|
|
10173
|
+
},
|
|
10174
|
+
{
|
|
10175
|
+
"id": "1",
|
|
10176
|
+
"title": "Analyze"
|
|
10177
|
+
},
|
|
10178
|
+
{
|
|
10179
|
+
"id": "2",
|
|
10180
|
+
"title": "Fix"
|
|
10181
|
+
},
|
|
10182
|
+
{
|
|
10183
|
+
"id": "3",
|
|
10184
|
+
"title": "Re-validate"
|
|
10185
|
+
}
|
|
10186
|
+
]
|
|
10976
10187
|
},
|
|
10977
10188
|
{
|
|
10978
10189
|
"type": "button",
|
|
@@ -11061,8 +10272,24 @@
|
|
|
11061
10272
|
{
|
|
11062
10273
|
"type": "wizard-progress",
|
|
11063
10274
|
"currentStep": "@entity.currentStep",
|
|
11064
|
-
"
|
|
11065
|
-
|
|
10275
|
+
"steps": [
|
|
10276
|
+
{
|
|
10277
|
+
"id": "0",
|
|
10278
|
+
"title": "Validate"
|
|
10279
|
+
},
|
|
10280
|
+
{
|
|
10281
|
+
"id": "1",
|
|
10282
|
+
"title": "Analyze"
|
|
10283
|
+
},
|
|
10284
|
+
{
|
|
10285
|
+
"id": "2",
|
|
10286
|
+
"title": "Fix"
|
|
10287
|
+
},
|
|
10288
|
+
{
|
|
10289
|
+
"id": "3",
|
|
10290
|
+
"title": "Re-validate"
|
|
10291
|
+
}
|
|
10292
|
+
]
|
|
11066
10293
|
},
|
|
11067
10294
|
{
|
|
11068
10295
|
"type": "button",
|
|
@@ -11151,8 +10378,24 @@
|
|
|
11151
10378
|
{
|
|
11152
10379
|
"type": "wizard-progress",
|
|
11153
10380
|
"currentStep": "@entity.currentStep",
|
|
11154
|
-
"
|
|
11155
|
-
|
|
10381
|
+
"steps": [
|
|
10382
|
+
{
|
|
10383
|
+
"id": "0",
|
|
10384
|
+
"title": "Validate"
|
|
10385
|
+
},
|
|
10386
|
+
{
|
|
10387
|
+
"id": "1",
|
|
10388
|
+
"title": "Analyze"
|
|
10389
|
+
},
|
|
10390
|
+
{
|
|
10391
|
+
"id": "2",
|
|
10392
|
+
"title": "Fix"
|
|
10393
|
+
},
|
|
10394
|
+
{
|
|
10395
|
+
"id": "3",
|
|
10396
|
+
"title": "Re-validate"
|
|
10397
|
+
}
|
|
10398
|
+
]
|
|
11156
10399
|
},
|
|
11157
10400
|
{
|
|
11158
10401
|
"type": "button",
|
|
@@ -11241,8 +10484,24 @@
|
|
|
11241
10484
|
{
|
|
11242
10485
|
"type": "wizard-progress",
|
|
11243
10486
|
"currentStep": "@entity.currentStep",
|
|
11244
|
-
"
|
|
11245
|
-
|
|
10487
|
+
"steps": [
|
|
10488
|
+
{
|
|
10489
|
+
"id": "0",
|
|
10490
|
+
"title": "Validate"
|
|
10491
|
+
},
|
|
10492
|
+
{
|
|
10493
|
+
"id": "1",
|
|
10494
|
+
"title": "Analyze"
|
|
10495
|
+
},
|
|
10496
|
+
{
|
|
10497
|
+
"id": "2",
|
|
10498
|
+
"title": "Fix"
|
|
10499
|
+
},
|
|
10500
|
+
{
|
|
10501
|
+
"id": "3",
|
|
10502
|
+
"title": "Re-validate"
|
|
10503
|
+
}
|
|
10504
|
+
]
|
|
11246
10505
|
},
|
|
11247
10506
|
{
|
|
11248
10507
|
"type": "button",
|
|
@@ -14033,8 +13292,28 @@
|
|
|
14033
13292
|
{
|
|
14034
13293
|
"type": "wizard-progress",
|
|
14035
13294
|
"currentStep": "@entity.currentStep",
|
|
14036
|
-
"
|
|
14037
|
-
|
|
13295
|
+
"steps": [
|
|
13296
|
+
{
|
|
13297
|
+
"id": "0",
|
|
13298
|
+
"title": "Plan"
|
|
13299
|
+
},
|
|
13300
|
+
{
|
|
13301
|
+
"id": "1",
|
|
13302
|
+
"title": "Generate"
|
|
13303
|
+
},
|
|
13304
|
+
{
|
|
13305
|
+
"id": "2",
|
|
13306
|
+
"title": "Validate"
|
|
13307
|
+
},
|
|
13308
|
+
{
|
|
13309
|
+
"id": "3",
|
|
13310
|
+
"title": "Fix"
|
|
13311
|
+
},
|
|
13312
|
+
{
|
|
13313
|
+
"id": "4",
|
|
13314
|
+
"title": "Done"
|
|
13315
|
+
}
|
|
13316
|
+
]
|
|
14038
13317
|
},
|
|
14039
13318
|
{
|
|
14040
13319
|
"type": "button",
|
|
@@ -14123,8 +13402,28 @@
|
|
|
14123
13402
|
{
|
|
14124
13403
|
"type": "wizard-progress",
|
|
14125
13404
|
"currentStep": "@entity.currentStep",
|
|
14126
|
-
"
|
|
14127
|
-
|
|
13405
|
+
"steps": [
|
|
13406
|
+
{
|
|
13407
|
+
"id": "0",
|
|
13408
|
+
"title": "Plan"
|
|
13409
|
+
},
|
|
13410
|
+
{
|
|
13411
|
+
"id": "1",
|
|
13412
|
+
"title": "Generate"
|
|
13413
|
+
},
|
|
13414
|
+
{
|
|
13415
|
+
"id": "2",
|
|
13416
|
+
"title": "Validate"
|
|
13417
|
+
},
|
|
13418
|
+
{
|
|
13419
|
+
"id": "3",
|
|
13420
|
+
"title": "Fix"
|
|
13421
|
+
},
|
|
13422
|
+
{
|
|
13423
|
+
"id": "4",
|
|
13424
|
+
"title": "Done"
|
|
13425
|
+
}
|
|
13426
|
+
]
|
|
14128
13427
|
},
|
|
14129
13428
|
{
|
|
14130
13429
|
"type": "stack",
|
|
@@ -14249,8 +13548,28 @@
|
|
|
14249
13548
|
{
|
|
14250
13549
|
"type": "wizard-progress",
|
|
14251
13550
|
"currentStep": "@entity.currentStep",
|
|
14252
|
-
"
|
|
14253
|
-
|
|
13551
|
+
"steps": [
|
|
13552
|
+
{
|
|
13553
|
+
"id": "0",
|
|
13554
|
+
"title": "Plan"
|
|
13555
|
+
},
|
|
13556
|
+
{
|
|
13557
|
+
"id": "1",
|
|
13558
|
+
"title": "Generate"
|
|
13559
|
+
},
|
|
13560
|
+
{
|
|
13561
|
+
"id": "2",
|
|
13562
|
+
"title": "Validate"
|
|
13563
|
+
},
|
|
13564
|
+
{
|
|
13565
|
+
"id": "3",
|
|
13566
|
+
"title": "Fix"
|
|
13567
|
+
},
|
|
13568
|
+
{
|
|
13569
|
+
"id": "4",
|
|
13570
|
+
"title": "Done"
|
|
13571
|
+
}
|
|
13572
|
+
]
|
|
14254
13573
|
},
|
|
14255
13574
|
{
|
|
14256
13575
|
"type": "stack",
|
|
@@ -14371,8 +13690,28 @@
|
|
|
14371
13690
|
{
|
|
14372
13691
|
"type": "wizard-progress",
|
|
14373
13692
|
"currentStep": "@entity.totalSteps",
|
|
14374
|
-
"
|
|
14375
|
-
|
|
13693
|
+
"steps": [
|
|
13694
|
+
{
|
|
13695
|
+
"id": "0",
|
|
13696
|
+
"title": "Plan"
|
|
13697
|
+
},
|
|
13698
|
+
{
|
|
13699
|
+
"id": "1",
|
|
13700
|
+
"title": "Generate"
|
|
13701
|
+
},
|
|
13702
|
+
{
|
|
13703
|
+
"id": "2",
|
|
13704
|
+
"title": "Validate"
|
|
13705
|
+
},
|
|
13706
|
+
{
|
|
13707
|
+
"id": "3",
|
|
13708
|
+
"title": "Fix"
|
|
13709
|
+
},
|
|
13710
|
+
{
|
|
13711
|
+
"id": "4",
|
|
13712
|
+
"title": "Done"
|
|
13713
|
+
}
|
|
13714
|
+
]
|
|
14376
13715
|
},
|
|
14377
13716
|
{
|
|
14378
13717
|
"type": "alert",
|
|
@@ -14461,8 +13800,28 @@
|
|
|
14461
13800
|
{
|
|
14462
13801
|
"type": "wizard-progress",
|
|
14463
13802
|
"currentStep": "@entity.currentStep",
|
|
14464
|
-
"
|
|
14465
|
-
|
|
13803
|
+
"steps": [
|
|
13804
|
+
{
|
|
13805
|
+
"id": "0",
|
|
13806
|
+
"title": "Plan"
|
|
13807
|
+
},
|
|
13808
|
+
{
|
|
13809
|
+
"id": "1",
|
|
13810
|
+
"title": "Generate"
|
|
13811
|
+
},
|
|
13812
|
+
{
|
|
13813
|
+
"id": "2",
|
|
13814
|
+
"title": "Validate"
|
|
13815
|
+
},
|
|
13816
|
+
{
|
|
13817
|
+
"id": "3",
|
|
13818
|
+
"title": "Fix"
|
|
13819
|
+
},
|
|
13820
|
+
{
|
|
13821
|
+
"id": "4",
|
|
13822
|
+
"title": "Done"
|
|
13823
|
+
}
|
|
13824
|
+
]
|
|
14466
13825
|
},
|
|
14467
13826
|
{
|
|
14468
13827
|
"type": "alert",
|
|
@@ -14568,8 +13927,28 @@
|
|
|
14568
13927
|
{
|
|
14569
13928
|
"type": "wizard-progress",
|
|
14570
13929
|
"currentStep": "@entity.currentStep",
|
|
14571
|
-
"
|
|
14572
|
-
|
|
13930
|
+
"steps": [
|
|
13931
|
+
{
|
|
13932
|
+
"id": "0",
|
|
13933
|
+
"title": "Plan"
|
|
13934
|
+
},
|
|
13935
|
+
{
|
|
13936
|
+
"id": "1",
|
|
13937
|
+
"title": "Generate"
|
|
13938
|
+
},
|
|
13939
|
+
{
|
|
13940
|
+
"id": "2",
|
|
13941
|
+
"title": "Validate"
|
|
13942
|
+
},
|
|
13943
|
+
{
|
|
13944
|
+
"id": "3",
|
|
13945
|
+
"title": "Fix"
|
|
13946
|
+
},
|
|
13947
|
+
{
|
|
13948
|
+
"id": "4",
|
|
13949
|
+
"title": "Done"
|
|
13950
|
+
}
|
|
13951
|
+
]
|
|
14573
13952
|
},
|
|
14574
13953
|
{
|
|
14575
13954
|
"type": "button",
|
|
@@ -14658,8 +14037,28 @@
|
|
|
14658
14037
|
{
|
|
14659
14038
|
"type": "wizard-progress",
|
|
14660
14039
|
"currentStep": "@entity.currentStep",
|
|
14661
|
-
"
|
|
14662
|
-
|
|
14040
|
+
"steps": [
|
|
14041
|
+
{
|
|
14042
|
+
"id": "0",
|
|
14043
|
+
"title": "Plan"
|
|
14044
|
+
},
|
|
14045
|
+
{
|
|
14046
|
+
"id": "1",
|
|
14047
|
+
"title": "Generate"
|
|
14048
|
+
},
|
|
14049
|
+
{
|
|
14050
|
+
"id": "2",
|
|
14051
|
+
"title": "Validate"
|
|
14052
|
+
},
|
|
14053
|
+
{
|
|
14054
|
+
"id": "3",
|
|
14055
|
+
"title": "Fix"
|
|
14056
|
+
},
|
|
14057
|
+
{
|
|
14058
|
+
"id": "4",
|
|
14059
|
+
"title": "Done"
|
|
14060
|
+
}
|
|
14061
|
+
]
|
|
14663
14062
|
},
|
|
14664
14063
|
{
|
|
14665
14064
|
"type": "button",
|
|
@@ -14748,8 +14147,28 @@
|
|
|
14748
14147
|
{
|
|
14749
14148
|
"type": "wizard-progress",
|
|
14750
14149
|
"currentStep": "@entity.currentStep",
|
|
14751
|
-
"
|
|
14752
|
-
|
|
14150
|
+
"steps": [
|
|
14151
|
+
{
|
|
14152
|
+
"id": "0",
|
|
14153
|
+
"title": "Plan"
|
|
14154
|
+
},
|
|
14155
|
+
{
|
|
14156
|
+
"id": "1",
|
|
14157
|
+
"title": "Generate"
|
|
14158
|
+
},
|
|
14159
|
+
{
|
|
14160
|
+
"id": "2",
|
|
14161
|
+
"title": "Validate"
|
|
14162
|
+
},
|
|
14163
|
+
{
|
|
14164
|
+
"id": "3",
|
|
14165
|
+
"title": "Fix"
|
|
14166
|
+
},
|
|
14167
|
+
{
|
|
14168
|
+
"id": "4",
|
|
14169
|
+
"title": "Done"
|
|
14170
|
+
}
|
|
14171
|
+
]
|
|
14753
14172
|
},
|
|
14754
14173
|
{
|
|
14755
14174
|
"type": "button",
|
|
@@ -14838,8 +14257,28 @@
|
|
|
14838
14257
|
{
|
|
14839
14258
|
"type": "wizard-progress",
|
|
14840
14259
|
"currentStep": "@entity.currentStep",
|
|
14841
|
-
"
|
|
14842
|
-
|
|
14260
|
+
"steps": [
|
|
14261
|
+
{
|
|
14262
|
+
"id": "0",
|
|
14263
|
+
"title": "Plan"
|
|
14264
|
+
},
|
|
14265
|
+
{
|
|
14266
|
+
"id": "1",
|
|
14267
|
+
"title": "Generate"
|
|
14268
|
+
},
|
|
14269
|
+
{
|
|
14270
|
+
"id": "2",
|
|
14271
|
+
"title": "Validate"
|
|
14272
|
+
},
|
|
14273
|
+
{
|
|
14274
|
+
"id": "3",
|
|
14275
|
+
"title": "Fix"
|
|
14276
|
+
},
|
|
14277
|
+
{
|
|
14278
|
+
"id": "4",
|
|
14279
|
+
"title": "Done"
|
|
14280
|
+
}
|
|
14281
|
+
]
|
|
14843
14282
|
},
|
|
14844
14283
|
{
|
|
14845
14284
|
"type": "button",
|