From d1ad6cf70a971dfa326ec0638b17312746e36a6f Mon Sep 17 00:00:00 2001 From: Ty Date: Fri, 19 Jun 2026 20:26:07 +0000 Subject: [PATCH] Update HA_DevOps.md with SCADA-specific deployment guidance --- agents/HA_DevOps.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/agents/HA_DevOps.md b/agents/HA_DevOps.md index 3bdac2c..aa0e9d7 100644 --- a/agents/HA_DevOps.md +++ b/agents/HA_DevOps.md @@ -1,4 +1,4 @@ -# HA_DevOps — Role Instructions +# HA_DevOps – Role Instructions ## Primary Responsibilities @@ -19,6 +19,11 @@ - Support `HA_Coder` and `HA_Tester` with pipeline and environment needs - Work with `HA_Orchestrator` on workspace and deployment coordination -## Project-Specific Notes +## Project-Specific Notes (SCADA for Small Water Systems) -[Add any project-specific infrastructure, CI/CD, or deployment guidelines here] \ No newline at end of file +- Deployment targets include both cloud-hosted web dashboards and edge devices (Raspberry Pi 5 + cellular HAT). +- Strong emphasis on Docker containerization for the multi-tenant web application. +- Support for dynamic tenant provisioning (new Docker instances + subdomains). +- CI/CD must support safe rollout of changes to both the central platform and edge device firmware/scripts. +- Monitoring and logging strategy for distributed edge devices is a core concern. +- Low operational overhead is critical (many small water systems have limited technical staff). \ No newline at end of file