docs(firmware): align after_confirmed docstring with (version, flavor) identity gate - #120
Merged
Conversation
…avor) identity The public flipperzero_firmware_install Returns block still described after_confirmed as a version-only change. #117 moved the gate to a (version, flavor) identity change against a known baseline; align the tool docstring with the helper. Closes #119 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This was referenced Jun 10, 2026
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
The public
flipperzero_firmware_installReturns block still describedafter_confirmedwith version-only semantics. PR #117 moved the gate (in_reconnect_and_classify) to a(version, flavor)identity change against a known baseline but left the tool docstring stale, so an agent reading the tool would wrongly conclude a same-version fork swap reportsafter_confirmed=False.Docstring-only change; matches the helper's existing wording. No behavior change, no new tests.
Test plan
ruff checkpassesCloses #119
🤖 Generated with Claude Code