Add Hardware Repair Companion coworker: appliance & machinery repair with live diagnostics - #593
Open
Hdhaidong wants to merge 3 commits into
Open
Conversation
A repair companion for home appliances and agricultural machinery. Walks structured symptom diagnosis with safety gates, reads live fault codes and telemetry from MHS-connected equipment when available, finds service manuals and part numbers from public sources, and keeps a per-device maintenance log. No API keys required - works from the web. - manifest with safety-first system prompt (licensed-professional gates, hardware writes gated behind explicit approval) - 5 skills: manual-lookup, symptom-diagnosis, parts-lookup, hardware-link, maintenance-log - hardware-link follows the Model Hardware Standard (MHS) pattern: read safety labels first, read telemetry as evidence, writes with approval - validated with the repo's own manifest parser and PersonaRegistry Created by Hdhaidong, custom business-agent creator.
Adds the domain-profiles skill: household, garden, outdoor, agriculture, laboratory, medical, private clinic, and dental - each with its own safety gates, documentation sources, and escalation posture. The working loop now classifies the domain first, and the maintenance registry carries a domain field with domain-appropriate usage counters (hours, cycles, seasons). Medical, clinic, and dental patient-contact equipment is triage-and-handoff by design: the persona documents and routes to certified service instead of walking users through regulated device repair.
Adds the domain-profiles skill: household, garden, outdoor, agriculture, laboratory, medical, private clinic, dental, and fire safety & protection - each with its own safety gates, documentation sources, and escalation posture. The working loop now classifies the domain first, and the maintenance registry carries a domain field with domain-appropriate usage counters (hours, cycles, seasons, inspection dates). Medical, clinic, and dental patient-contact equipment is triage-and-handoff by design: the persona documents and routes to certified service instead of walking users through regulated device repair. Fire safety and protection is the strictest hand-off domain: compliance tracking and immediate professional routing - extinguishers and suppression systems never get DIY-repaired.
4 tasks
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
Adds Hardware Repair Companion, a new built-in coworker for repairing home appliances and agricultural machinery — live diagnostics, manuals, parts, and maintenance tracking in one persona.
Design notes
manifest.md+skills/), likecloud-postureandsecurityfiles,search,shell,todo) plus thebrowserconnector — no API keys requiredparse_manifest/PersonaRegistryloaders — loads, surfaces in the picker, and skill folders match the declaredskills:listFiles
Created by Hdhaidong — custom business-agent creator. Happy to iterate on the prompt, skills, or tool grants based on maintainer feedback.