@synergenius/flow-weaver-pack-weaver 0.9.83 → 0.9.84
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.
|
@@ -3589,7 +3589,7 @@ function SwarmDashboard() {
|
|
|
3589
3589
|
description: "Profiles define how bots behave. Start the swarm to create defaults, or create one below."
|
|
3590
3590
|
}),
|
|
3591
3591
|
// ── Routing / Decision Log (inside scrollable area) ──
|
|
3592
|
-
|
|
3592
|
+
React11.createElement(decision_log_default, {
|
|
3593
3593
|
decisions: orchestratorDecisions
|
|
3594
3594
|
})
|
|
3595
3595
|
),
|
package/package.json
CHANGED
|
@@ -648,7 +648,7 @@ function SwarmDashboard() {
|
|
|
648
648
|
}),
|
|
649
649
|
|
|
650
650
|
// ── Routing / Decision Log (inside scrollable area) ──
|
|
651
|
-
|
|
651
|
+
React.createElement(DecisionLog, {
|
|
652
652
|
decisions: orchestratorDecisions as unknown[],
|
|
653
653
|
}),
|
|
654
654
|
),
|
|
@@ -770,3 +770,4 @@ function SwarmDashboard() {
|
|
|
770
770
|
export { SwarmDashboard };
|
|
771
771
|
export default SwarmDashboard;
|
|
772
772
|
module.exports = SwarmDashboard;
|
|
773
|
+
// auto-upgrade test marker: 1774634347
|