You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
6c7aa08: Adds three major capability areas since v0.9.1. (1) Trusted-capability manifest tier (ADR-017): new HttpCapabilitySchema, SecretsCapabilitySchema (with NamedSecretSchema), and InvokeCapabilitySchema (with a named-command commands allowlist per D-06) let signed/builtin pkgs declare host-mediated HTTP proxying, Stronghold-resolved secret injection, and scoped Tauri-command passthrough; a top-level optional signature field is added to the manifest and IKENGA_API_VERSION is bumped to 3 (api=1/2 manifests parse unchanged). (2) Approve-gate draft contract (./pa-actions): new export path with DraftItem, ApproveGateMeta, PausedDraft, SendResult types, the fromDraftItem view-model derivation function, and draftPreview helper; extended in WP-02 with recipientsList, bodyFormat, replyTo, scheduledChip on DraftItem and a 'failed' status on PausedDraft for post-send-worker error surfacing. (3) Canvas a11y (./canvas): opt-in keyboardPan and ariaLabel props on CanvasProps, arrow-key pan + +/- zoom in use-pan-zoom, and role="img" + roving tabindex on placed widgets in the Canvas primitive — all additive and backwards-compatible with existing consumers.