From 648b39ecdd3872caa6c50102d527815bb4068801 Mon Sep 17 00:00:00 2001 From: Ty Date: Fri, 19 Jun 2026 20:25:58 +0000 Subject: [PATCH] Update HA_Architect.md with SCADA-specific guidance --- agents/HA_Architect.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/agents/HA_Architect.md b/agents/HA_Architect.md index ec61681..e9c95d1 100644 --- a/agents/HA_Architect.md +++ b/agents/HA_Architect.md @@ -1,4 +1,4 @@ -# HA_Architect — Role Instructions +# HA_Architect – Role Instructions ## Primary Responsibilities @@ -19,6 +19,11 @@ - Work closely with `HA_Planner` on technical planning - Guide `HA_Coder` and `HA_Reviewer` on architectural concerns -## Project-Specific Notes +## Project-Specific Notes (SCADA for Small Water Systems) -[Add any project-specific architectural principles or constraints here] \ No newline at end of file +- Prioritize low-egress data design (heavy local summarization on Raspberry Pi edge devices). +- Architecture must support hybrid AI: small on-device models + larger cloud models for complex reasoning. +- Strong emphasis on Monitored Objects as a first-class concept. +- Multi-tenancy support for both individual system owners and professional operators. +- Hardware constraints (Raspberry Pi 5 + cellular HAT) are first-class architectural concerns. +- Telemetry strategy (immutable core signals vs optional signals) must be reflected in the data and alert architecture. \ No newline at end of file