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

8
install-ai-platform.ps1 Normal file
View File

@@ -0,0 +1,8 @@
param(
[string]$RepositoryRoot = (Get-Location).Path
)
Write-Host "HLL Vietnam AI platform is already integrated in this repository."
Write-Host "This script is kept as a platform utility placeholder inherited from the template approach."
Write-Host "Repository root: $RepositoryRoot"
Write-Host "If platform files drift, compare them against the project task workflow before replacing anything."