-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requesttier:knowledge-storeRelates to unit documentation storeRelates to unit documentation storevariant:dxSpecific to Bluefin DX (developer) variantSpecific to Bluefin DX (developer) variant
Description
Scenario
You switched to the DX image but docker commands still require sudo. The AI needs to confirm you are on the DX variant and then explain the group-membership mechanism that normally makes sudo unnecessary — and why it may not have taken effect yet.
Tools that serve this scenario today
get_variant_info— confirms the DX variant is active.get_unit_docs("bluefin-dx-groups.service")— returns the knowledge-store entry explaining that this service adds everywheelgroup member to thedockerandincus-admingroups on boot.
What to verify / improve
- Does the seed entry for
bluefin-dx-groups.serviceexplicitly mention: (a) thewheelgroup prerequisite, (b) that the effect only applies after the next boot (or re-login), and (c) what to check if the service failed (e.g.systemctl status bluefin-dx-groups.service)? - If the entry is missing any of those three facts, it should be updated so the AI can give a complete, actionable response without additional lookups.
- Verify that
get_variant_infodistinguishesbluefin-dxfrombluefinclearly enough for the AI to know the DX service set is present.
Acceptance criteria
-
get_unit_docs("bluefin-dx-groups.service")returns an entry covering: wheel group requirement, reboot/re-login requirement, and a diagnostic command. -
get_variant_infounambiguously identifies DX variants. - An AI given only these two tools can resolve the "docker still needs sudo" scenario without asking the user to run any unlisted commands.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttier:knowledge-storeRelates to unit documentation storeRelates to unit documentation storevariant:dxSpecific to Bluefin DX (developer) variantSpecific to Bluefin DX (developer) variant