Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

Releases: effectorHQ/effector-types

v1.0.0 — Stable: @effectorhq/types (renamed from effector-types)

18 Mar 17:08

Choose a tag to compare

What's in this release

Standard capability type library for AI agent tools — the lib.d.ts for Effectors.

Key capabilities

  • 35+ standard types across input, output, and context roles — grounded in analysis of 13,729 real-world skills
  • types.json — machine-readable catalog consumable by any language (JS, Python, Go, Rust)
  • Registry APIisKnownType(), getTypeRole(), isNameCompatible(), subtype relations
  • Structural subtypingSecurityReport <: ReviewReport, SlackMessage <: Notification
  • Name-based compatibility — exact match, alias resolution, wildcard matching

Install

npm install @effectorhq/types

Note

This release renames the package from effector-types to @effectorhq/types. No breaking API changes.

Full changelog: CHANGELOG.md