This commit is contained in:
8
install-ai-platform.ps1
Normal file
8
install-ai-platform.ps1
Normal 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."
|
||||
Reference in New Issue
Block a user