mirror of
https://github.com/OthmanAdi/planning-with-files.git
synced 2026-04-26 00:16:01 +03:00
[GH-ISSUE #45] The implementation of the script check-complete.sh is not complete. #33
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#33
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?
Originally created by @amazingchow on GitHub (Jan 20, 2026).
Original GitHub issue: https://github.com/OthmanAdi/planning-with-files/issues/45
Phases in my task_plan.md,
I must make the following corrections to successfully check task_pan.md.
Obviously, my implementation is also incomplete. I hope the official team can provide a universal solution.
@OthmanAdi commented on GitHub (Jan 22, 2026):
You're Right - The Script Needs to Support Multiple Formats
Thank you @amazingchow for this detailed report! You've identified a real limitation.
The Problem
The current script only checks for:
But users also use inline format:
The Fix
Here's the corrected logic that supports both formats:
Supported Status Formats
**Status:** complete### Phase 1: Name [complete]- [x] Phase 1(future)I'll include this fix in the next release. Your suggested approach is correct!
Thanks for the contribution! 🙏
@OthmanAdi commented on GitHub (Feb 4, 2026):
The fix has now been applied to master — thanks again @amazingchow!
Both
check-complete.shandcheck-complete.ps1now support:**Status:** complete(bold format)### Phase 1: Name [complete](inline bracket format)Updated all 21 script copies across every IDE folder.