Updating agent context files

This commit is contained in:
Den Delimarsky 🌺
2025-09-20 11:05:08 -07:00
parent 6f1970a0bd
commit 219ad02e4a
2 changed files with 678 additions and 64 deletions

View File

@@ -66,7 +66,7 @@ function Update-AgentFile($targetFile, $agentName) {
}
$content = [regex]::Replace($content, 'Last updated: \d{4}-\d{2}-\d{2}', "Last updated: $(Get-Date -Format 'yyyy-MM-dd')")
$content | Set-Content $targetFile -Encoding UTF8
Write-Output " $agentName context file updated successfully"
Write-Output " $agentName context file updated successfully"
}
switch ($AgentType) {