@contractspec/bundle.product-intent
v3.7.25
Published
Product intent bundle with AI runner and evidence retriever
Maintainers
Readme
@contractspec/bundle.product-intent
Website: https://contractspec.io
Product intent bundle with AI runner and evidence retriever.
What It Provides
- Layer: bundle.
- Consumers: not yet wired into an app (standalone bundle).
- Related ContractSpec packages include
@contractspec/lib.contracts-spec,@contractspec/module.product-intent-core,@contractspec/tool.bun,@contractspec/tool.typescript. - Related ContractSpec packages include
@contractspec/lib.contracts-spec,@contractspec/module.product-intent-core,@contractspec/tool.bun,@contractspec/tool.typescript.
Installation
npm install @contractspec/bundle.product-intent
or
bun add @contractspec/bundle.product-intent
Usage
Import the root entrypoint from @contractspec/bundle.product-intent, or choose a documented subpath when you only need one part of the package surface.
Architecture
src/-- AI runner and product-intent service.src/__tests__/-- unit tests.src/index.tsis the root public barrel and package entrypoint.
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 testbun 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.
Notes
- Uses the Vercel AI SDK (
ai) for LLM interactions; keep provider-agnostic patterns. - Depends on
lib.contracts-specandmodule.product-intent-core; spec changes upstream affect this bundle. - AI runner prompts and tool definitions should remain deterministic and testable.
