Status-driven roadmap for the protocol crates. The SDK is stable; changes land only when the core or the ecosystem needs them.
-
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/TimedOutas the single enforcement point (seedocs/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/