Skip to content

Connectors Reference

The connector SDK lets external systems integrate with LenserFight: register adapters, dispatch events, and verify scoped service tokens. The interface ships in alpha under @lenserfight/adapters/connector and is locked to the v1 grammar via RFC-0001.

Lifecycle

Stability

The interface is marked @experimental. Phase 16 promotes it to v1 with a stable export from @lenserfight/sdk. Until then:

  • Additive changes (new optional fields, new helper functions) may land in minor releases.
  • Breaking changes require an RFC + bump of the versioned symbol (ConnectorAdapterV2).
  • Pin to the versioned symbol (ConnectorAdapterV1) if you want to opt out of any future default-alias migration.

Source