docs: correct false status claims — RELAY transport implemented, shared not static (W1.4)#28
Merged
Merged
Conversation
…ed not static (W1.4) STATUS-CLAIM §C2 burn. Every claim below is contradicted by the actual code: - relay/README.md + CLAUDE.md claimed 'WebSocket transport layer is not yet implemented -- all I/O methods are no-ops'. FALSE: there is a real IXWebSocket-backed transport (src/relay/websocket.cpp, client.cpp) — RelayClient::connect drives connect_plain/connect and a Blade/JSON-RPC session; call methods transmit real frames. Corrected to describe it. - README.md (x2), CLAUDE.md (x2), ARTIFACT_DENY_ALLOW.md claimed a 'static library libsignalwire.a' / 'add_library(signalwire STATIC)'. FALSE: CMakeLists.txt:58 is 'add_library(signalwire SHARED)' with an explicit 'SHARED (not STATIC)' comment. Corrected to shared throughout. Verified: STATUS-CLAIM gate clean; README-INCLUDE PASS. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_013DbkphxGZfj9bx9uyYDMFp
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.
Wave-1 STATUS-CLAIM §C2 burn. Both claims are contradicted by the code:
src/relay/websocket.cpp,client.cpp):RelayClient::connectdrives the Blade/JSON-RPC session, call methods transmit real frames. Corrected.add_library(signalwire STATIC)(README ×2, CLAUDE ×2, ARTIFACT_DENY_ALLOW) — FALSE.CMakeLists.txt:58isadd_library(signalwire SHARED)with an explicit 'SHARED (not STATIC)' comment. Corrected to shared throughout.Verified: STATUS-CLAIM gate clean · README-INCLUDE PASS · NO-LAUNDER clean.
🤖 Generated with Claude Code
https://claude.ai/code/session_013DbkphxGZfj9bx9uyYDMFp