Skip to content

fix(feedback): align SDK and CLI with legacy wire contract - #25

Merged
routeplane-ops merged 1 commit into
mainfrom
fix/feedback-wire-contract
Sep 6, 2026
Merged

fix(feedback): align SDK and CLI with legacy wire contract#25
routeplane-ops merged 1 commit into
mainfrom
fix/feedback-wire-contract

Conversation

@routeplane-ops

Copy link
Copy Markdown
Collaborator

Closes #24.

Preserves the existing SDK/CLI argument and return shapes while sending trace_id and integer value. Scores must be integers from -10 through 10 without rescaling; invalid scores and unsupported nonempty comments fail before dispatch. Empty/null/omitted comments are omitted. CLI acknowledgement no longer claims durable recording.

The unmodified published CLI 0.5.3 was reproduced against both acceptance profiles before implementation: streaming completed, then feedback returned HTTP 400 for missing trace_id. Baseline wire evidence is retained in the programme lab.

Validation: 41 of 42 new SDK regression tests failed against old source. Final forced builds and lint pass across the monorepo; 126 SDK and 63 CLI tests pass without cached results. Independent security review approved exact head c78d5e5. The unchanged MCP helper is outside this SDK/CLI patch.

Package publication and installed-package acceptance remain tracked by routeplane-core/docs#563 and routeplane-core/routeplane-ce#66. No workflow, dependency or runtime transport changes.

@routeplane-ops
routeplane-ops merged commit 700503c into main Sep 6, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix legacy feedback wire in the official SDK and CLI

2 participants