initial export
Some checks failed
Codex Worker / run-codex-worker (push) Has been cancelled

This commit is contained in:
devRaGonSa
2026-06-02 16:23:16 +02:00
commit 0cf98a1be9
311 changed files with 45086 additions and 0 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."