LabKit MATLAB Workbench

history

v1.0: app-owned packages and a standard test platform

id: LK-20260606-v1-foundation
date: 2026-06-06
sequence: 5
type: refactor
compatibility: compatible
scope: historical project evolution

Context

The pre-release work had produced many useful apps and library functions, but the repository still carried large entry points, custom test routing, UI compatibility aliases, and helper ownership that was difficult to explain. Releasing that state as a stable foundation required more than assigning a version number.

Decision and rationale

Make each app package responsible for its runner, callbacks, presenters, and private workflow helpers. Use MATLAB's official test platform as the common runner, retain focused GUI gesture tests where automation was meaningful, and remove compatibility abstractions that no longer represented supported code.

Changes

User and data impact

The v1.0 foundation provided a coherent set of named apps backed by repeatable tests. Batch Image Crop joined the image family, while existing electrochem, DIC, curvature, focus, and ECG workflows retained their app entry points.

The release concentrated on ownership and validation. It did not introduce a single shared project-file format or combine the apps into one monolithic GUI.

Compatibility and migration

Repository code using removed UI aliases or dispatch routers needed to call the supported app and UI contracts. User-facing app entry points remained the intended launch mechanism.

Validation

MATLAB unit suites, architecture guardrails, GUI gesture tests, build-task checks, CI JUnit summaries, and scheduled coverage were present by the end of the stage. Tag v1.0 points to 0bb83a6e.

Evidence

Known limitations and follow-up

v1.0 still required users to know individual app commands and used the first generation of the UI runtime. The next major release added a launcher and migrated apps to UI 2.0.