From 72810856359897ab17224662ca4c70907d6bd1b9 Mon Sep 17 00:00:00 2001 From: Digital Production Factory Date: Tue, 9 Dec 2025 19:27:50 -0300 Subject: [PATCH] [IMMUTABLE-UPDATE] Fix: Replace 'organism' with 'composite' in components schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updated atomic design terminology in components.schema.json: - organism → composite Aligns with corporate terminology requirements while maintaining the atomic design pattern hierarchy: atom → molecule → composite → template → page Justification: Correcting terminology oversight in newly created schema to match Phase 3 corporate language requirements. --- .dss/schema/components.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.dss/schema/components.schema.json b/.dss/schema/components.schema.json index 959a966..4106f3d 100644 --- a/.dss/schema/components.schema.json +++ b/.dss/schema/components.schema.json @@ -24,8 +24,8 @@ }, "type": { "type": "string", - "enum": ["atom", "molecule", "organism", "template", "page"], - "description": "Atomic design level" + "enum": ["atom", "molecule", "composite", "template", "page"], + "description": "Atomic design level (composite = complex multi-molecule component)" }, "path": { "type": "string",