Use verify-tasks new v1.1.0 to catch spec-kit phantom task completions #4576
davesharpe13
started this conversation in
Show and tell
Replies: 1 comment
|
Thank you for showing! I would like to understand what the difference to the existing |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
The verify-tasks skill has a new v1.1.0. Install it as:
specify extension add verify-tasks --from https://github.com/datastone-inc/spec-kit-verify-tasks/archive/refs/tags/v1.1.0.zipAfter /speckit.implement is done: tasks are marked complete [X] but some are only "phantom completed". Finding such cases is the problem that verify-tasks is designed for. In my own projects, it happened on about 0.36% of ~830 tasks: rare, but each one is a false "done" and that can be catastrophic. Finding the rare but recurring failure in the wall of text that is spec-kit is hard as a human.
I wrote up why it happens and how the verify-tasks checks work here.
All reactions