Files
openclaw/docs
Omar Shahine 0ff888bb48 feat(plugin-sdk): surface the RFC 0027 identifier authentication primitive
Export IdentifierAuthentication and the SubjectIdentifierAuthentication
per-message strength map through plugin-sdk/channel-ingress-runtime, so a
downstream email channel can map its transport auth (DKIM/SPF) onto the graded
scale by name. PR 2 kept the kernel surface-free; these are the two exports the
SDK surface budget deferred to PR 3.

The `dangerous` and `mutableIdentifierMatching` deprecations already landed with
PR 2 (JSDoc on already-public fields, no new export). Bumps the public-exports
budget by 2 and adds SDK-barrel tests: the primitive is reachable, and the
graded minIdentifierAuthentication takes precedence over the deprecated
mutableIdentifierMatching boolean.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01WxM7Yy33nFJM71NCaBqhyz
2026-07-31 17:23:46 -07:00
..