gsxdsm
b07f207b00
FN-8403: extract automation and plugin route registrars
Move automation and plugin HTTP handlers out of the routes aggregator into focused domain modules.
- Extract live automation streaming and step-execution helpers
- Register automation, routine, webhook, and plugin handlers through the domain registrar
- Document plugin route ordering and update modular-route baselines
Files changed:
packages/dashboard/src/routes.ts | 2779 ++------------------
packages/dashboard/src/routes/README.md | 3 +-
.../dashboard/src/routes/automation-live-run.ts | 322 +++
.../src/routes/automation-step-execution.ts | 445 ++++
.../src/routes/plugin-bundled-runtimes.ts | 88 +
.../src/routes/register-plugins-automation.ts | 1540 ++++++++++-
scripts/lib/routes-modular-baseline.json | 2 +-
scripts/line-count-baseline.json | 2 +-
8 files changed, 2604 insertions(+), 2577 deletions(-)
Fusion-Task-Id: FN-8403
Fusion-Task-Lineage: 2072d39b-6335-4163-a56a-7d418edc9095
Co-authored-by: Fusion (runfusion.ai) <noreply@runfusion.ai>
2026-07-19 17:25:02 -07:00
..
2026-07-14 23:18:55 -07:00
2026-07-13 23:00:25 -07:00
2026-06-23 23:30:32 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 14:08:51 -07:00
2026-07-17 15:46:31 -07:00
2026-07-10 13:26:23 -07:00
2026-07-13 01:21:33 -07:00
2026-06-24 19:25:38 -07:00
2026-07-16 10:33:47 -07:00
2026-06-18 16:47:09 -07:00
2026-07-08 09:00:47 -07:00
2026-06-15 02:30:41 -07:00
2026-07-19 17:25:02 -07:00
2026-06-25 22:41:18 -07:00
2026-07-14 23:18:55 -07:00
2026-06-03 19:12:28 -07:00
2026-07-19 14:14:12 -07:00
2026-06-14 15:29:35 -07:00
2026-06-25 17:04:30 -07:00
2026-06-19 05:13:39 -07:00