@contractspec/lib.evolution
v3.7.29
Published
AI-powered contract evolution engine
Maintainers
Readme
@contractspec/lib.evolution
Website: https://contractspec.io
AI-powered contract evolution engine.
What It Provides
- Layer: lib.
- Consumers: example-shared-ui, bundles.
- Key dependencies: ai-agent, contracts-spec, lifecycle, observability, schema.
- Related ContractSpec packages include
@contractspec/lib.ai-agent,@contractspec/lib.ai-providers,@contractspec/lib.contracts-integrations,@contractspec/lib.contracts-spec,@contractspec/lib.lifecycle,@contractspec/lib.observability, ...
Installation
npm install @contractspec/lib.evolution
or
bun add @contractspec/lib.evolution
Usage
Import the root entrypoint from @contractspec/lib.evolution, or choose a documented subpath when you only need one part of the package surface.
Architecture
src/analyzeris part of the package's public or composition surface.src/approvalis part of the package's public or composition surface.src/generatoris part of the package's public or composition surface.src/index.tsis the root public barrel and package entrypoint.src/types.tsis shared public type definitions.
Public Entry Points
- Export
.resolves through./src/index.ts.
Local Commands
bun run dev— contractspec-bun-build devbun run build— bun run prebuild && bun run build:bundle && bun run build:typesbun run test— bun test --pass-with-no-testsbun run lint— bun lint:fixbun run lint:check— biome check .bun run lint:fix— biome check --write --unsafe --only=nursery/useSortedClasses . && biome check --write .bun run typecheck— tsc --noEmitbun run publish:pkg— bun publish --tolerate-republish --ignore-scripts --verbosebun run publish:pkg:canary— bun publish:pkg --tag canarybun run clean— rimraf dist .turbobun run build:bundle— contractspec-bun-build transpilebun run build:types— contractspec-bun-build typesbun run prebuild— contractspec-bun-build prebuild
Recent Updates
- Replace eslint+prettier by biomejs to optimize speed.
- Add changesets and apply pending fixes.
- Resolve lint, build, and type errors across nine packages.
- Add AI provider ranking system with ranking-driven model selection.
Notes
- Evolution strategies affect contract migration paths; changes can break existing migrations.
- Depends on multiple core libs — verify compatibility when updating any dependency.
- Strategy selection logic must remain deterministic and auditable.
