From adc1af9f16fa8c5afd5e132942dd81e6f95ab632 Mon Sep 17 00:00:00 2001 From: Joseph Doherty Date: Tue, 17 Mar 2026 18:19:31 -0400 Subject: [PATCH] docs: note CLI as preferred tool for non-UI system setup and control --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index f9162fd..d89dc6e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -147,3 +147,4 @@ There is no source code in this project — only design documentation in markdow ## Tool Usage - When consulting with the Codex MCP tool, use model `gpt-5.4`. +- When a task requires setting up or controlling system state (sites, templates, instances, data connections, deployments, security, etc.) and the Central UI is not needed, prefer the ScadaLink CLI over manual DB edits or UI navigation. See [`src/ScadaLink.CLI/README.md`](src/ScadaLink.CLI/README.md) for the full command reference.