Back to changelog index

4.10.0

Jun 07, 2026 · 2 packages · 2 unique changes · 1 release entry

appsbundles

This release affects the solutions family.

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

Release summaries

  • can-help-capability-discovery

    Add the `can-help` offline capability-discovery surface (CLI command + workspace service) over a two-tier capability corpus.

    maintainer

    bundle.workspace ships a new `canHelp` service (buildCapabilityCorpus, queryCanHelp, rankCapabilities, vectorize/cosine) that composes the adoption catalog and a local workspace overlay into a two-tier capability corpus and ranks free-text intents with a model-free offline term-vector blended with lexical tag overlap, returning have-it/can-help/gap verdicts. The CLI exposes it as `can-help`/`ask`.

    integrator

    Consumers and agents can call `contractspec can-help "<intent>" --json` (scope all|local|ecosystem, optional --family) to discover whether ContractSpec already provides a capability before reinventing it. Fully offline; no model or network required.

    customer

    Teams adopting ContractSpec across many verticals get a guided way to find and reuse existing capabilities instead of rebuilding them, improving velocity and consistency.

Upgrade steps

  • Discover ContractSpec capabilities from the CLI

    manual

    Run `contractspec can-help "<what you want to do>"` (or `contractspec ask ...`) to get a have-it/can-help/gap verdict and the canonical surface to adopt. Add `--json` for agents and CI. No configuration required.

    Packages: @lssm-tech/bundle.workspace, @lssm-tech/app.cli-contractspec

Unique release changes

  • - Add the `can-help` offline capability-discovery surface (CLI command + workspace service) over a two-tier capability corpus.

    2 packages · 2 occurrences

  • - Run `contractspec can-help "<what you want to do>"` (or `contractspec ask ...`) to get a have-it/can-help/gap verdict and the canonical surface to adopt. Add `--json` for agents and CI. No configuration required.

    2 packages · 2 occurrences

Impacted packages

  • @lssm-tech/app.cli-contractspec

    Layer: apps · 2 changes

  • @lssm-tech/bundle.workspace

    Layer: bundles · 2 changes