Skip to content

v0.12.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 19:05
· 22 commits to main since this release
52845b1

Minor Changes

  • 0d67fd0: Add optional social/media fields to DraftItem (channelId, firstComment, media) plus SocialMedia and ThreadPost types, in lockstep with the send-worker's media-capable Buffer adapter (royalti-co social-outbound-unification). All fields are optional, so non-Buffer channels and existing consumers are unaffected.
  • fff5fec: Add the multi-window G-WINDOW-MODEL contract: a new ./window export with Zod
    schemas for WindowDescriptor (label / kind / surface_set / project_id /
    layout_key) and the cross-window event envelope (WindowEventEnvelope,
    WindowEventTarget, WINDOW_TOPICS, WINDOW_TARGETED_CHANNELS). Mirrors the
    Rust structs in royalti-io/ikenga (src-tauri/src/window/) — round-trip tested
    against shared canonical fixtures on both sides. Additive; no existing export
    changes.