diff --git a/CLAUDE.md b/CLAUDE.md index 37eb56f..6abae20 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,9 +4,16 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ## Repository Overview -This is a monorepo containing two main applications: -- **AML_Backend**: ASP.NET Core backend using ABP (ASP.NET Boilerplate) framework -- **AML_Frontend**: Angular 11 frontend using ABP Angular framework +This is a monorepo composed of four subprojects, each maintained as its own git repository under `gitea.iconsz.com/iCON/`: + +| Subproject | Tech stack | Repository | +|------------|-----------|------------| +| **AML_Backend** | ASP.NET Core backend using the ABP (ASP.NET Boilerplate) framework | `https://gitea.iconsz.com/iCON/AML_Backend.git` | +| **AML_Frontend** | Angular 11 frontend using the ABP Angular framework | `https://gitea.iconsz.com/iCON/AML_Frontend.git` | +| **justsolutionsWeb** | Angular 16 web app (`justsolutions-web` v1.2.0, Angular CLI 16.2.14) | `https://gitea.iconsz.com/iCON/justsolutionsWeb.git` | +| **justsolutionsWebV2** | Node.js + Express hosted static site (`justsolutions-web` v2.0.0); supports one-click API switching across `test`/`dev`/`stag`/`prod` (default `test` uses a local mock) | `https://gitea.iconsz.com/iCON/justsolutionsWebV2.git` | + +The sections below focus on the two primary applications, **AML_Backend** and **AML_Frontend**. ## Build Commands