From 869ba4fca53a010720e035d9df0cc9e9646b8ffa Mon Sep 17 00:00:00 2001 From: znetsixe Date: Tue, 14 Apr 2026 07:47:28 +0200 Subject: [PATCH] docs: add CLAUDE.md with S88 classification and superproject rule reference References the flow-layout rule set in the EVOLV superproject (.claude/rules/node-red-flow-layout.md) so Claude Code sessions working in this repo know the S88 level, colour, and placement lane for this node. Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..a0ebf91 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,23 @@ +# dashboardAPI — Claude Code context + +InfluxDB telemetry and FlowFuse chart endpoints. +Part of the [EVOLV](https://gitea.wbd-rd.nl/RnD/EVOLV) wastewater-automation platform. + +## S88 classification + +| Level | Colour | Placement lane | +|---|---|---| +| **Utility (no S88 level)** | `none` | n/a | + +## Flow layout rules + +When wiring this node into a multi-node demo or production flow, follow the +placement rule set in the **EVOLV superproject**: + +> `.claude/rules/node-red-flow-layout.md` (in the EVOLV repo root) + +Key points for this node: +- Place on lane **n/a** (x-position per the lane table in the rule). +- Stack same-level siblings vertically. +- Parent/children sit on adjacent lanes (children one lane left, parent one lane right). +- Wrap in a Node-RED group box coloured `none` (Utility (no S88 level)).