feat(sidecar): protocol 12 — POST /titles (phase 17) #12

Merged
whitlocktech merged 1 commits from feat/phase-17-integrations into edge 2026-09-25 23:31:26 +00:00
Member

Module-rust phase 17 (docs PLAN.md §33).

  • POST /titles → titles.set, a thin forward through forward_object. The markup inside each text passes byte for byte, and a test holds that.
  • PROTOCOL_VERSION = 12. The new fields on perm.sync and chat.say pass through untouched, like the rest of those bodies.
  • The README gains one row for every forward after protocol 1, which the route table had stopped listing.

cargo fmt --check, clippy -D warnings and cargo test (57) are green. A musl build ran inside both rig containers for the phase-17 walk.

  • AI-assisted: Claude Code (Claude Opus 5.5)

🤖 Generated with Claude Code

https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY

Module-rust phase 17 (docs PLAN.md §33). - **`POST /titles`** → `titles.set`, a thin forward through `forward_object`. The markup inside each `text` passes byte for byte, and a test holds that. - **`PROTOCOL_VERSION = 12`.** The new fields on `perm.sync` and `chat.say` pass through untouched, like the rest of those bodies. - **The README** gains one row for every forward after protocol 1, which the route table had stopped listing. `cargo fmt --check`, `clippy -D warnings` and `cargo test` (57) are green. A musl build ran inside both rig containers for the phase-17 walk. - [x] AI-assisted: Claude Code (Claude Opus 5.5) 🤖 Generated with [Claude Code](https://claude.com/claude-code) https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY
wtclaude added 1 commit 2026-09-25 23:26:46 +00:00
feat(sidecar): protocol 12 — POST /titles (phase 17)
Some checks failed
PR Checks / rust-gates (pull_request) Failing after -35s
46ba35d89a
One more thin forward: the chat titles each player has earned, as a whole
set the plugin swaps in and BetterChat reads on the chat path. perm.sync's
BetterChat styles and chat.say's delivery and format pass through untouched
like the rest of their bodies. PROTOCOL_VERSION moves to 12.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01E14m6SuuY6i1vASFeGDBeY
whitlocktech merged commit 6aa6cdcf97 into edge 2026-09-25 23:31:26 +00:00
whitlocktech deleted branch feat/phase-17-integrations 2026-09-25 23:31:27 +00:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: RunicGateway/Rust-Link#12
No description provided.