docs: update CHANGELOG, ARCHITECTURE and AGENTS for post-0.2.0 fixes

- CHANGELOG: add [Unreleased] section with all fixes and perf improvements
  since the 0.2.0 tag
- ARCHITECTURE: note that GetItemContent also returns ay (no base64)
- AGENTS: update D-Bus method summary -- GetItemContent returns (s, ay),
  SetFocusedApp removed

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Eduard Tolosa 2026-05-25 04:02:07 -05:00
parent f9826c63a8
commit 375f50e962
3 changed files with 41 additions and 3 deletions

View file

@ -102,7 +102,9 @@ creating a duplicate row.
### Wire format
`SubmitItem` takes `ay` (D-Bus byte array) directly. No base64 encoding
in JS, no decode step in Rust.
in JS, no decode step in Rust. Likewise `GetItemContent` returns `(s, ay)` --
mime type plus raw bytes -- so paste-back requires no base64 decode on the
compositor thread either.
### Mime allowlist