Back to changelog index

0.2.18

Aug 05, 2026 · 1 packages · 2 unique changes · 1 release entry

modules

This release affects the solutions family.

Run contractspec connect adoption resolve --family solutions to see how it impacts your project.

Release summaries

  • reviewready-module

    Add the ReviewReady app-submission-readiness module with runtime-driven report, rejection, and admin-rule surfaces.

    integrator

    A new reusable module renders app-submission readiness reports, a resubmission assistant, and an admin rule surface. All view-models are derived from @lssm-tech/lib.app-submission-readiness-runtime audit output, not hardcoded data.

    maintainer

    The module composes design-system primitives only and exposes core view-model builders, presentation components, and deterministic fixtures for downstream web/mobile product proofs.

Upgrade steps

  • Compose the ReviewReady module in a host app

    assisted

    Build view-models from runReadinessAudit output and render them with the module's design-system components.

    Packages: @lssm-tech/module.app-submission-readiness

    1. Call runReadinessAudit and pass the report into buildReadinessReportViewModel.
    2. Render ReadinessReportView / AdminRuleManager / RejectionAssistantView from the module.
    3. Keep connect / manual-entry / run-audit interactivity in the host app shell.

Unique release changes

  • - Add the ReviewReady app-submission-readiness module with runtime-driven report, rejection, and admin-rule surfaces.

    1 packages · 1 occurrences

  • - Build view-models from runReadinessAudit output and render them with the module's design-system components.

    1 packages · 1 occurrences

Impacted packages

  • @lssm-tech/module.app-submission-readiness

    Layer: modules · 2 changes