3cb54e032ef8f270dd3442a51b866cdf2f36cd04
Anh chốt 2 decisions cuối session sau commit bf93abd:
1. Approach B distributed RAG bootstrap — em main SOLUTION_ERP chỉ build
INFRASTRUCTURE + DOCS, KHÔNG bootstrap data hộ 4 dự án khác. Em main
NamGroup/DH Y Dược/Ashico/Vipix tự bootstrap khi anh mở session project đó.
Lý do: Cognition "writes single-threaded" boundary + sensitivity per project
+ self-ownership re-bootstrap + knowledge propagation natural qua shared_global.
2. Option 4a manual PowerShell scripts thay Phase 6b Task Scheduler auto-start.
Anh OWN control qua aliases rag-start/rag-stop/rag-status/rag-dashboard
+ Qdrant dashboard built-in FREE http://localhost:6333/dashboard.
Bug fix bootstrap.py glob extra_corpus — import glob.glob(recursive=True)
thay Path manual parsing (out-of-tree D:\.claude-rag, không commit project).
Re-bootstrap: 2,421 → 2,628 chunks (+207 user-level memory 23 file).
Cache SHA256 hit perfect — 2nd run 6.5s vs initial 60.9s (10× speedup).
+1 memory user-level NEW feedback_rag_distributed_ownership.md ~200 lines
documenting 2 decisions + setup-once scale-distributed pattern reusable.
RAG indexing + rerank verify S26 content: 5/6 query hit rerank 0.498-0.926.
Best hit "em main project X build infrastructure docs không bootstrap project Y"
→ rerank 0.926 — semantic search Anthropic Contextual Retrieval working PERFECT.
Pending S27+ updated:
- Phase 5 SKIP em (distributed approach chốt)
- Phase 6 Option 4a — 4 PowerShell scripts (start/stop/status/dashboard) + $PROFILE aliases (~30 phút)
- Phase 7 rag-onboarding-guide.md 13 section (11 outline cũ + §12 monitoring + §13 distributed) (~40 phút)
- 4 em main project khác tự setup ~10 phút khi anh mở session
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#
55%
TypeScript
42.7%
PowerShell
1.3%
JavaScript
0.3%
CSS
0.3%
Other
0.3%