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,11 @@
# Dependency Analysis
## Purpose
Analyze dependencies and execution assumptions before changing scripts, automation or future backend design notes.
## Rules
- Identify whether the task affects frontend-only, documentation-only or platform-only areas.
- Avoid importing template assumptions from unrelated stacks.
- When in doubt, preserve the current lightweight structure and document the dependency instead of implementing it.