A Harbor for starting other Lanes and aggregating their results into this Lane.
- Select targets: Choose lanes on the Edit page (checkboxes). Optionally enable Follow Charter to include each target lane's downstream followups/salvage plans.
- Start shipments: On
work(), it starts shipments for the selected lanes, using the samestarttimestamp so each run is tracked independently. - Track completion: It observes the target lanes' shipments for that
startvalue, then ends this lane's shipment once everything has finished. - Exit code:
0only if every tracked shipment exits0; otherwise non-zero.
npm run lint
npm run lint:fix
npm test
