Record that AlchemyDiag is permanent, not temporary instrumentation - #70
Open
MMagTech wants to merge 1 commit into
Open
Record that AlchemyDiag is permanent, not temporary instrumentation#70MMagTech wants to merge 1 commit into
MMagTech wants to merge 1 commit into
Conversation
Both the AlchemyDiag header and setupDebugGesture carried "remove once the investigation concludes" notes. The decision is to keep them, so those notes are now a trap -- a future reader would strip a tool that is relied on. Rewrites both to say why it stays: the failures it catches happen on one device, while backgrounded, intermittently, and leave no server-side trace. Reasoning from source produced several confident wrong answers where the log produced the right one immediately, and the iOS behaviour it probes is undocumented and changes between releases. Also notes that on the installed PWA the long-press gesture is the only route to the log, since there is no address bar and Safari reads a different storage partition. Comments only -- no behaviour change, so no cache version bump needed. Co-Authored-By: Claude Opus 5 <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.
Both the
AlchemyDiagheader andsetupDebugGesturecarried "remove once the investigation concludes" notes. The decision is to keep them, so those notes are now a trap — a future reader would strip a tool that's relied on.Rewrites both to record why it stays:
Also notes that on the installed PWA the long-press gesture is the only route to the log — no address bar to type
/?debug=1into, and Safari reads a different storage partition.Comments only. No behaviour change, so no cache version bump — a browser serving the previously cached file loses nothing.
🤖 Generated with Claude Code