docs: separate device-specific implementation notes - #808
Draft
MaxRink wants to merge 9 commits into
Draft
Conversation
MaxRink
marked this pull request as ready for review
September 5, 2026 22:34
MaxRink
marked this pull request as draft
September 5, 2026 22:36
MaxRink
force-pushed
the
docs/device-specific-notes
branch
from
September 6, 2026 18:32
3678967 to
292643e
Compare
Move named-device protocols, firmware quirks, simulator behavior, and hardware troubleshooting out of the general AI and device-management references. This keeps cross-device architecture concise while preserving hardware guidance under a discoverable doc/device-notes index and updates all affected pointers. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Active-GHC DE1 firmware requires dangerous operations to start at the group head for UL compliance. Remote start requests only arm the white ready indication, while remote stop remains supported.\n\nRecord the device-specific constraint and the required caller behavior in the DE1 agent notes so future control integrations do not attempt to bypass or misrepresent it.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document that remembered and discovered inventory entries do not carry connection-scoped scale metadata, which belongs to the connected-scale role-info endpoint. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Document inventory-only device surfaces and connected scale metadata responses. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
MaxRink
force-pushed
the
docs/device-specific-notes
branch
from
September 13, 2026 11:36
0f3c6ec to
ecd4ed6
Compare
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
doc/device-notes/.examples/plugins/AGENTS.mdguidance for BLEcreate()versus sensor registration, per-instance ownership, session fencing, settings routing, and staged verification. Initial single-device drivers require zero/one-device, reconnect, and quota rejection checks; concurrent-device and dosing checks apply when those capabilities are introduced.doc/plans/archive/skale-grinder-feature-series/design-rationale.md.The archived rationale now explicitly delivers #846 first on #844 and brewing-only #845, then adds concurrent Skales with #843/#834 in a separate follow-up. Generic settings remain a later independent step.
Linked Issue
N/A - repository documentation maintenance.
Verification
git diff --checkpassed.Impact
Documentation-only guidance and rationale archive. No runtime, API, compatibility, migration, or security impact.
Contributor Responsibility
AI-assisted development is allowed. The submitter remains responsible for the submitted work.