This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ════════════════════════════════════════════════════════════════════════════ | |
| * ShiftWise — Secure Rota & AI Agent for IOM Care Homes | |
| * Single-file React application. Architecture: FIVE LAYERS + CROSS-CUTTING. | |
| * ───────────────────────────────────────────────────────────────────────────── | |
| * | |
| * THE ONE RULE THAT HOLDS EVERYTHING TOGETHER | |
| * ──────────────────────────────────────────── | |
| * Each layer only talks to the layer directly adjacent to it. | |
| * - Presentation (1) never reads the database (4) directly. | |
| * - AI Assistant (2) never mutates a shift — it emits an action plan that |