From e84f239cf149f21b7b7a9bb4d9215e2ec83ee1cb Mon Sep 17 00:00:00 2001 From: drjones Date: Wed, 20 May 2026 19:06:19 -0700 Subject: [PATCH] Detailed wiki content repair: Architecture --- Architecture.md | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) diff --git a/Architecture.md b/Architecture.md index e69de29..9556c4b 100644 --- a/Architecture.md +++ b/Architecture.md @@ -0,0 +1,57 @@ +# Architecture + +## Classification + +Automation / agent workspace. + +## Structure Signals + +- `components` (10 files) +- `(root)` (9 files) +- `services` (5 files) + +## File Type Signals + +- `.tsx` (12) +- `.ts` (7) +- `.json` (3) +- `.gitignore` (1) +- `.html` (1) + +## Build And Dependency Signals + +| Signal | Detail | +|---|---| +| package.json | name=ourtime; scripts=dev, build, preview; deps=uuid, react, framer-motion, lucide-react, react-dom, @google/genai, date-fns, @types/node, @vitejs/plugin-react, typescript | +| README files | README.md | + +## Project Tree Snapshot + +- .gitignore +- App.tsx +- components/AssistantView.tsx +- components/Button.tsx +- components/CalendarView.tsx +- components/Candle.tsx +- components/CosmicPulseModal.tsx +- components/EventModal.tsx +- components/FairyDust.tsx +- components/LoginScreen.tsx +- components/SettingsModal.tsx +- components/SpaceBackground.tsx +- index.html +- index.tsx +- metadata.json +- package.json +- services/aiService.ts +- services/geminiService.ts +- services/mcpService.ts +- services/ollamaService.ts +- services/storageService.ts +- tsconfig.json +- types.ts +- vite.config.ts + +## Interpretation + +Treat this page as the maintainer map. Replace inferred structure with exact module responsibilities once active code paths are confirmed.