docs: iCloud relay, iOS widget/Siri/Live Activity, and /ack endpoint - #9
Merged
Conversation
README, SKILL.md, and CHANGELOG were missing the features added in #7/#8. - README: cross-device iCloud relay in the pitch + Features; expanded iOS section (Control Center control, home-screen widget, Siri/Shortcuts, Live Activity, TestFlight, relay receiver + privacy note); /ack example; bumped tech stack to Swift 6.4 and added CloudKit/WidgetKit/App Intents/ActivityKit; fixed a user-specific absolute path in the iOS build instructions. - SKILL.md: documented the POST /ack endpoint (project_id required, agent_id scopes to one agent, relays to LAN peers, {"status":"acknowledged"}); added /ack to the 404 endpoint list. Verified semantics against HTTPRequestParser and the relayAck path. - CHANGELOG: added an Unreleased section for the relay + iOS additions and the two relay fixes (voice fidelity, dedup). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the features added in #7/#8 that the docs were missing.
README
POST /ackexample to Network ModeSKILL.md
POST /ack(project_id required, agent_id scopes to one agent, relays to LAN peers, returns{"status":"acknowledged"})/ackto the 404 endpoint listHTTPRequestParser.parseAckRequestand therelayAckpathCHANGELOG
Docs-only; no code changes.
🤖 Generated with Claude Code