chore: integrate AI development platform into HLL Vietnam project

This commit is contained in:
devRaGonSa
2026-03-19 10:57:24 +01:00
parent 8a35ed02f9
commit a82a90a1b4
28 changed files with 874 additions and 17 deletions

View File

@@ -0,0 +1,20 @@
# Component Discovery
## Purpose
Identify the real repository areas affected by a request before any task is executed.
## Repository Areas
- Root docs: repository purpose and rules
- `docs/`: scope, roadmap and decisions
- `frontend/`: current live product surface
- `backend/`: future Python backend foundation
- `ai/`: orchestration and task workflow
- `scripts/`: local platform automation
## Rules
- Read the smallest relevant set of files first.
- Prefer extending existing documents and scripts instead of duplicating them.
- Do not assume framework layers that do not exist in this repository.