From 0ae8f5d7f4962a93d30ba0b78c3f6bc2c2b9c9ec Mon Sep 17 00:00:00 2001 From: Fusion Date: Thu, 14 May 2026 07:03:25 +0200 Subject: [PATCH] =?UTF-8?q?feat(FN-002):=20complete=20Step=205=20=E2=80=94?= =?UTF-8?q?=20Documentation=20Structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fusion-Task-Id: FN-002 Fusion-Task-Lineage: 49cb7077-d805-4d39-9a27-ae50744f2839 --- README.md | 1 + docs/development.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 528cc4b..f486034 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repository is an initial scaffold (FN-002). It provides: ├── apps/ │ ├── web/ # React frontend │ └── api/ # FastAPI backend +├── packages/ # Shared packages (future) ├── docs/ # Architecture, development, and deployment docs ├── deploy/ # Portainer/Traefik deployment examples ├── docker-compose.yml diff --git a/docs/development.md b/docs/development.md index 9f7c824..736509c 100644 --- a/docs/development.md +++ b/docs/development.md @@ -163,6 +163,7 @@ pnpm build ├── apps/ │ ├── web/ # Vite React TypeScript frontend │ └── api/ # FastAPI Python backend +├── packages/ # Shared packages (future) ├── docs/ # Documentation ├── deploy/ # Deployment skeleton files ├── docker-compose.yml