diff --git a/design-os b/design-os new file mode 160000 index 0000000..5f773b4 --- /dev/null +++ b/design-os @@ -0,0 +1 @@ +Subproject commit 5f773b4158e518fd050b1dfcdb022c5544cce8f8 diff --git a/product/design-system/colors.json b/product/design-system/colors.json deleted file mode 100644 index 54a18f8..0000000 --- a/product/design-system/colors.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "colors": { - "primary": "lime", - "secondary": "stone", - "neutral": "stone", - "background": "white", - "foreground": "stone-950" - }, - "typography": { - "sans": "Inter", - "mono": "JetBrains Mono" - } -} \ No newline at end of file diff --git a/product/product-overview.md b/product/product-overview.md deleted file mode 100644 index 0953ae2..0000000 --- a/product/product-overview.md +++ /dev/null @@ -1,20 +0,0 @@ -# CA Grow Ops Manager - -## Vision - -The CA Grow Ops Manager is a comprehensive facility management system for cannabis cultivation operations. It unifies environment tracking, plant lifecycle management, task delegation, compliance auditing, and visitor management into a single, intuitive interface. - -## Core Pillars - -1. **Facility Visualization**: 3D Digital Twin of the facility for intuitive navigation and monitoring. -2. **Compliance & Audit**: Rigorous tracking of all actions (SOPs, logs, visitor access) to meet regulatory standards. -3. **Operational Efficiency**: Task management, batch tracking, and automated schedules (IPM, feeding). -4. **Data-Driven Insights**: Real-time environmental metrics and historical reporting. - -## Key Features - -- **3D Facility Viewer**: Interactive "Time Machine" to view plant states at any point in history. -- **Batch Tracking**: From clone to harvest, integrated with METRC. -- **Visitor Kiosk**: Self-service check-in with badge printing. -- **SOP Library**: Document version control and acknowledgement tracking. -- **Audit Log**: Immutable record of all system activities. diff --git a/product/types.ts b/product/types.ts deleted file mode 100644 index e6f3b32..0000000 --- a/product/types.ts +++ /dev/null @@ -1,7 +0,0 @@ -export interface DesignToken { - colors: { - primary: string; - secondary: string; - neutral: string; - } -}