Fixed
- PowerShell Python Quoting Bug (Issue #26) – Fixed SyntaxError in PowerShell scripts caused by double-quote conflicts in embedded Python code. Changed all Python strings in
common.ps1to use single quotes to avoid PowerShell string parsing conflicts.
Added
- PowerShell Syntax Guide – Created comprehensive
templates/POWERSHELL_SYNTAX.mdwith bash vs PowerShell syntax comparison table, common mistakes, and debugging tips for AI agents. - Conditional PowerShell Reference – Enhanced
agent-file-template.mdto conditionally include PowerShell syntax reminders only for PowerShell projects, keeping bash contexts clean.
Changed
- AI Agent Context – PowerShell-specific guidance now provided via separate reference document instead of cluttering bash-focused templates.