From 280b5ee7a82378316841115b91569bc5a1f9e23b Mon Sep 17 00:00:00 2001 From: DSS Date: Wed, 10 Dec 2025 22:53:21 -0300 Subject: [PATCH] docs: Add core principle - development only, no deployment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - DSS runs only in dev mode, no production deployment - dss.overbits.luz.uy points to dev server - Removed build step from setup (not needed) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .knowledge/DSS_CORE.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.knowledge/DSS_CORE.json b/.knowledge/DSS_CORE.json index 27e33aa..490c1ae 100644 --- a/.knowledge/DSS_CORE.json +++ b/.knowledge/DSS_CORE.json @@ -22,6 +22,17 @@ "philosophy": "DSS structure is sacred - external systems adapt TO DSS, not reverse" }, + "core_principles": { + "no_deployment": { + "rule": "DSS runs ONLY in development mode - there is no production deployment", + "environment": "Single development instance serves all purposes", + "url": "dss.overbits.luz.uy points to dev server, NOT a production build", + "implication": "Always use 'npm run dev', never deploy dist/ to production" + }, + "single_source_of_truth": "All design tokens flow through DSS canonical structure", + "figma_authority": "Figma is the source of truth for design decisions" + }, + "canonical_structure": { "tokens": ["colors", "spacing", "typography", "borders", "shadows", "motion"], "components": "59 shadcn/ui components - see .dss/components/shadcn-registry.json",