docs: Add core principle - development only, no deployment
Some checks failed
DSS Project Analysis / dss-context-update (push) Has been cancelled

- 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 <noreply@anthropic.com>
This commit is contained in:
DSS
2025-12-10 22:53:21 -03:00
parent 2cfe10d4aa
commit 280b5ee7a8

View File

@@ -22,6 +22,17 @@
"philosophy": "DSS structure is sacred - external systems adapt TO DSS, not reverse" "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": { "canonical_structure": {
"tokens": ["colors", "spacing", "typography", "borders", "shadows", "motion"], "tokens": ["colors", "spacing", "typography", "borders", "shadows", "motion"],
"components": "59 shadcn/ui components - see .dss/components/shadcn-registry.json", "components": "59 shadcn/ui components - see .dss/components/shadcn-registry.json",