540098347d6e8ab37fe1d9c4cb420c5a84d308fb
4 sub-agent MEMORY append S32 wrap entry FIFO top: - Investigator (20.6KB): S32 startup verify spawn + NamGroup audit pre-flight hit limit + em main solo audit fallback findings + Plan G 11 module DOCUMENTED. Pending S33 spawn: Plan G-H1 NamGroup TblNhanVien* audit (priority high). - Implementer (29.2KB): S32 startup verify spawn + em main proxy curate 5 entries S25-S29 -> q2. Patterns 1-19+12-bis+16-bis foundation preserved. Pending S33 spawn: Plan G-H1 6-entity scaffold + Plan B-Wrap BW1-BW7 codegen + Plan G-O2 BookingCalendar + Plan G-O3-O6 workflow apps mirror PE V2. - Reviewer (26.5KB): S32 startup verify spawn (self-curated S27 retro dropped). Smart Friend 4x cumulative preserved. Pending S33 spawn: Plan B-Wrap test bundle adversarial review + Plan G-H1 Mig 34 schema pre-commit + Phase 9 UAT hard blocker security audit. - CICD Monitor (26KB): S32 startup verify spawn + Run #231 PARTIAL detail archived q2. No new Run S32 (5 commits docs-only CI skip). 3 prod endpoint smoke 200 OK preserved. cert notAfter 2026-07-23 verified. Pending S33 spawn: Phase 10.1 G-H1 first code commit Run verify + Plan B-Wrap test count delta + V2 contract create flow UAT smoke. Re-ingest stats: 166 files -> 2991 chunks (+3 delta S32 wrap content). Cache hit 11.4s vs initial 75.7s = 6.6x speedup post Plan A2. RAG eval v1.1 verify: recall@5=1.000 (11/11) PASS, avg_rerank ~0.84 preserves S31 baseline. Negatives q12-q14 correctly excluded (rerank 0.40-0.43 < 0.7). Refs: docs/STATUS.md S32 wrap. docs/HANDOFF.md S32. migration-todos.md §Phase 10 + §D-Bis + §A + §E. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
SOLUTION_ERP
Hệ thống quản lý Hợp đồng Nhà cung cấp / Thầu phụ / Tổ đội cho Công ty TNHH Xây dựng Solutions.
📘 AI context:
CLAUDE.md(pointer) →docs/CLAUDE.md(full)
Quick start (dev)
Yêu cầu: .NET 10 SDK, Node 20+, SQL Server (local hoặc qua Docker).
# 1. DB — chạy SQL Server qua Docker (nếu chưa có local)
docker compose up -d
# 2. Backend — migration + run Api (port 5443)
dotnet ef database update --project src/Backend/SolutionErp.Infrastructure --startup-project src/Backend/SolutionErp.Api
dotnet run --project src/Backend/SolutionErp.Api
# 3. Frontend admin (port 8082) — terminal mới
cd fe-admin
npm install
npm run dev
# 4. Frontend user (port 8080) — terminal mới
cd fe-user
npm install
npm run dev
Admin mặc định (sẽ seed sau Phase 1): admin@solutionerp.local / Admin@123456
Architecture
fe-admin (:8082) fe-user (:8080)
│ │
└────── /api proxy ──────┘
▼
SolutionErp.Api (:5443)
│
┌──────────────┼──────────────┐
▼ ▼ ▼
Application Domain Infrastructure ── SQL Server
Tech stack
- Backend: .NET 10 + Clean Architecture + CQRS (MediatR) + FluentValidation + AutoMapper + EF Core + ASP.NET Identity + JWT
- Frontend: React 18 + Vite + TypeScript + Tailwind + shadcn/ui + TanStack Query
- DB: SQL Server 2022
- Deploy: Windows Server + IIS
Roadmap
| Phase | Tuần | Focus |
|---|---|---|
| 0 Draft | T1 | Scaffold, parse FORM + QUY_TRINH |
| 1 Alpha Core | T2-4 | Auth, Permission, CRUD master |
| 2 Form Engine | T5-6 | Render template docx/xlsx |
| 3 Workflow | T7-9 | State machine 9 phase |
| 4 Report + Polish | T10-11 | Dashboard + Excel export |
| 5 Production | T12-13 | CI/CD IIS, UAT, go-live |
Chi tiết ở docs/changelog/migration-todos.md.
License
Proprietary — Công ty TNHH Xây dựng Solutions.
Description
Languages
C#
54.9%
TypeScript
42.7%
PowerShell
1.4%
JavaScript
0.3%
CSS
0.3%
Other
0.3%