Skip to content

docs(firmware): align after_confirmed docstring with (version, flavor) identity gate - #120

Merged
millsmillsymills merged 1 commit into
phase1from
fix/119
Jun 10, 2026
Merged

docs(firmware): align after_confirmed docstring with (version, flavor) identity gate#120
millsmillsymills merged 1 commit into
phase1from
fix/119

Conversation

@millsmillsymills

Copy link
Copy Markdown
Contributor

Summary

The public flipperzero_firmware_install Returns block still described after_confirmed with 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 reports after_confirmed=False.

Docstring-only change; matches the helper's existing wording. No behavior change, no new tests.

Test plan

  • ruff check passes
  • pre-commit (ruff/ty/bandit) passes

Closes #119

🤖 Generated with Claude Code

…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>
@millsmillsymills
millsmillsymills merged commit 37f551b into phase1 Jun 10, 2026
5 checks passed
@millsmillsymills
millsmillsymills deleted the fix/119 branch June 10, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

firmware_install docstring still describes version-only after_confirmed semantics

1 participant