docs(claude): update repository overview to include all subprojects and their details

main
Million_MacMini 2026-06-23 15:12:32 +08:00
parent bcf6830814
commit 94c2469f56
1 changed files with 10 additions and 3 deletions

View File

@ -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