Files
comunidadhll/install-ai-platform.ps1
devRaGonSa 0cf98a1be9
Some checks failed
Codex Worker / run-codex-worker (push) Has been cancelled
initial export
2026-06-02 16:23:16 +02:00

9 lines
402 B
PowerShell

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."