@contractspec/lib.content-gen
v3.7.10
Published
AI-powered content generation for blog, email, and social
Maintainers
Readme
@contractspec/lib.content-gen
Website: https://contractspec.io
AI-powered content generation for blog, email, and social.
What It Provides
- Layer: lib.
- Consumers: image-gen, voice, video-gen, bundles.
- Related ContractSpec packages include
@contractspec/lib.ai-providers,@contractspec/lib.contracts-integrations,@contractspec/lib.contracts-spec,@contractspec/tool.bun,@contractspec/tool.typescript. - Related ContractSpec packages include
@contractspec/lib.ai-providers,@contractspec/lib.contracts-integrations,@contractspec/lib.contracts-spec,@contractspec/tool.bun,@contractspec/tool.typescript.
Installation
npm install @contractspec/lib.content-gen
or
bun add @contractspec/lib.content-gen
Usage
Import the root entrypoint from @contractspec/lib.content-gen, or choose a documented subpath when you only need one part of the package surface.
Architecture
src/generatorsis part of the package's public or composition surface.src/i18nis part of the package's public or composition surface.src/index.tsis the root public barrel and package entrypoint.src/seois part of the package's public or composition surface.src/types.tsis shared public type definitions.
Public Entry Points
- Export
.resolves through./src/index.ts. - Export
./generatorsresolves through./src/generators/index.ts. - Export
./generators/blogresolves through./src/generators/blog.ts. - Export
./generators/emailresolves through./src/generators/email.ts. - Export
./generators/landing-pageresolves through./src/generators/landing-page.ts. - Export
./generators/socialresolves through./src/generators/social.ts. - Export
./i18nresolves through./src/i18n/index.ts. - Export
./i18n/catalogsresolves through./src/i18n/catalogs/index.ts. - Export
./i18n/catalogs/enresolves through./src/i18n/catalogs/en.ts. - Export
./i18n/catalogs/esresolves through./src/i18n/catalogs/es.ts. - The package publishes 17 total export subpaths; keep docs aligned with
package.json.
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.
- Resolve lint, build, and test failures across voice, workspace, library, and composio.
- Add first-class transport, auth, versioning, and BYOK support across all integrations.
- Add AI provider ranking system with ranking-driven model selection.
- Add full i18n support across all 10 packages (en/fr/es, 460 keys).
Notes
- Generator interface is shared across media libs (image-gen, voice, video-gen); keep it stable.
- i18n keys must stay in sync with consuming packages.
