mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-25 16:06:02 +03:00
[PR #88] [MERGED] fix: check-complete.ps1 fails to parse on PowerShell #84
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/planning-with-files#84
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/OthmanAdi/planning-with-files/pull/88
Author: @raykuo998
Created: 2/27/2026
Status: ✅ Merged
Merged: 2/27/2026
Merged by: @OthmanAdi
Base:
master← Head:fix/check-complete-ps1-parsing📝 Commits (1)
7cfa786fix: check-complete.ps1 fails to parse on PowerShell due to special characters📊 Changes
12 files changed (+84 additions, -84 deletions)
View changed files
📝
.adal/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.codebuddy/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.codex/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.continue/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.gemini/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.kiro/scripts/check-complete.ps1(+7 -7)📝
.mastracode/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.openclaw/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.opencode/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
.pi/skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📝
scripts/check-complete.ps1(+7 -7)📝
skills/planning-with-files/scripts/check-complete.ps1(+7 -7)📄 Description
Summary
check-complete.ps1is completely non-functional on PowerShell due to special characters inside double-quoted strings[interpreted as array index,()interpreted as subexpressionsWrite-Hoststrings with single-quoted strings + concatenation, and em-dashes with ASCII--Errors before fix
Root cause
—(U+2014 em-dash)[planning-with-files]($COMPLETE/$TOTAL ...)phase(s)Fix
Test plan
Verified on Windows 11 with PowerShell 5.1:
ALL PHASES COMPLETE (3/3)[complete]format: fallback regex worksinit-session.ps1checked — no issues foundCloses #87
🤖 Generated with Claude Code
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.