9 lines
402 B
PowerShell
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."
|