LabKit MATLAB Workbench

history

Multi-app launcher packages

id: LK-20260709-multi-app-launcher-packages
date: 2026-07-09
sequence: 42
type: feat
compatibility: compatible
component: `labkit_launcher` | `1.2.7 -> 1.3.0`
scope: Multi-app launcher packages

Context

The deployment tool could package one app, but laboratory workflows often used a small related set. Creating one ZIP per app duplicated the shared LabKit runtime, while manually merging ZIP files risked inconsistent entry files and manifests. The launcher's selected row also could not double as a multi-select without making Open and Debug ambiguous.

Decision and rationale

Add a separate Package checkbox to each launcher row. Keep the ordinary row selection for Open and Debug, and let checked rows produce one bundle with one entry file per app and a manifest describing the complete package.

Changes

User and data impact

Users could distribute a related group of apps in one source or P-code ZIP without including the rest of the workbench. Opening and debugging still acted on the highlighted app, so preparing a package did not change normal launcher navigation.

Compatibility and migration

Validation

The commit expanded deployment unit tests, launcher packaging GUI coverage, selection helpers, changed-file routing, and build-task efficiency checks. The exact historical command was not recorded.

Evidence

Known limitations and follow-up

Bundles intentionally included selected apps and their LabKit dependencies, not tests, full documentation, or unrelated private workspaces. P-code packages still required a compatible MATLAB runtime.