Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 742 Bytes

File metadata and controls

16 lines (13 loc) · 742 Bytes

API / SDK Roadmap

Status-driven roadmap for the protocol crates. The SDK is stable; changes land only when the core or the ecosystem needs them.

Done

  • xfetch-plugin-api — info providers and logo animations
  • xfetch-extension-api — config providers
  • xfetch-effect-api — intro effects
  • Versioned protocol constants (PROTOCOL_VERSION, kind constants)
  • Timeout contract: with_timeout/TimedOut as the single enforcement point (see docs/timeouts.md)
  • SDK documentation: docs/getting-started.md, docs/protocol.md, docs/plugin-sdk.md, docs/extension-sdk.md, docs/effect-sdk.md, docs/examples.md
  • Local CI (fmt, clippy, tests + Windows cross-target) via scripts/