From 122eee175ed00ab3ef991ea8ef5bdb9d2130bbe8 Mon Sep 17 00:00:00 2001 From: BOHA Date: Thu, 23 Apr 2026 21:36:49 +0200 Subject: [PATCH] docs: update CLAUDE.md release process and file count Co-Authored-By: Claude Opus 4.7 --- CLAUDE.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 19aeb01..7f91932 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -35,7 +35,7 @@ src/ ├── utils/ # totp.ts, pdf.ts, email.ts, audit.ts, formatters, etc. ├── config/ # env.ts (config singleton, Date.toJSON override) ├── types/ # index.ts (AuthData, JwtPayload, ApiResponse, re-exports from Prisma) -├── admin/ # React 18 frontend (56 .tsx files) +├── admin/ # React 18 frontend (57 .tsx files) │ ├── AdminApp.tsx # Router + lazy-loaded pages │ ├── contexts/ # AuthContext, AlertContext │ ├── components/ # Layout, modals, tables, editors @@ -288,8 +288,15 @@ When adding new features, add tests in `src/__tests__/`. Name test files `