chore(changelog): trim 1.4.0 telemetry entry [skip-runtime-e2e]#62
Merged
Conversation
Two prescriptive additions to prevent agent-runtime hallucinations observed in 2026-05-08 Cursor IDE GUI evidence (#1982): 1. "Invoke the tool directly — do not pre-flight-check." The Cursor agent invented an "auth required" error path before the MCP tool ever returned. The MCP server's response is authoritative; agents shouldn't speculate about auth or descriptor-file state before making the call. 2. "Reporting integrity." If the user prompt asks for a SMOKE_RESULT marker, derive it from the actual tool response, never from a guess at the response shape. The Cursor agent in the captured run wrote a SMOKE_RESULT for an upgrade envelope when the tool actually returned decisions, and vice versa — substituting one shape for the other corrupts both UX integrity and any release-prep test harness reading the marker. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.com>
…runtime-e2e] Trims the v1.4.0 telemetry section to the project's standard 2-bullet / 5-line compact format at end of release entry. Same wire-shape contract documented; just shorter prose. Sibling to axonflow-openclaw-plugin#120 + axonflow-claude-plugin#74. Signed-off-by: Saurabh Jain <saurabhjain1592@gmail.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.
Summary
Trims the v1.4.0 telemetry CHANGELOG section to the project's standard 2-bullet / 5-line compact format at end of release entry. Same wire-shape contract documented; just shorter prose. Sibling to axonflow-openclaw-plugin#120 + axonflow-claude-plugin#74.
Skip-runtime-e2e justification
Documentation-only change. Runtime contract unchanged from #60 (heartbeat-real-stack 15/15). Only
CHANGELOG.mdprose.Definition of Done
Addedbullet preserved as-is. Telemetry pulled into a compact### Telemetrysubsection at end of v1.4.0 entry: 2 bullets, 5 lines.Linked