Uh oh!
There was an error while loading. Please reload this page.
chore(spec-kit): upgrade 0.16.2 → 0.16.5 - #16
Merged
Conversation
Refreshes three Claude skills and the checklist template via the
manifest-aware path (specify integration upgrade claude):
- checklist/implement: custom checklists are now reviewer-owned artifacts;
[x] means a requirements-quality criterion was reviewed and satisfied, not
that implementation is done. /speckit-implement reads checkbox state as a
read-only gate and must not modify markers.
- taskstoissues: task-ID regex widened from \bT\d{3}\b to \bT\d{3,}\b, so
four-digit IDs are neither silently skipped nor deduplicated wrongly.
The customized plan/tasks templates (Constitution Check gates, TDD mandate)
are preserved untouched. The bash scripts were already byte-identical to
0.16.5 -- the 0.16.3-0.16.5 script fixes were PowerShell-only.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>Uh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Routine spec-kit patch upgrade (0.16.3, 0.16.4, 0.16.5), applied via the manifest-aware path (
specify integration upgrade claude). Small diff — 8 files, +44/−26.Behavioural changes worth knowing:
speckit-checklist,speckit-implement,checklist-template.md) — custom checklists are now explicitly reviewer-owned requirements-quality artifacts.[x]means a reviewer determined the requirements-quality criterion is satisfied, not that implementation work is complete./speckit-implementnow treats checkbox state as a read-only gate and must not modify markers; its status table renames Completed/Incomplete → Checked/Unchecked to match.speckit-taskstoissues— task-ID regex widened from\bT\d{3}\bto\bT\d{3,}\b. With the old pattern a title containingT1000matched nothing at all (the trailing\bcan't fall between two digits), so such a task would be silently neither deduplicated nor created. Not currently reachable for us — slices run to ~T036 — but a correctness fix.Verification
plan-template.mdandtasks-template.md(concrete Constitution Check gates, TDD-mandatory clause) are byte-identical to a backup taken before the upgrade. The CLI reported "Preserved 2 customized shared infrastructure file(s)", and they remain the only intentional drift against the 0.16.5 manifest.--forceneeded.check-prerequisites.sh --jsonresolves FEATURE_DIR and AVAILABLE_DOCS correctly against the upgraded scripts.Landing before slice 3 starts, so tooling stays separate from feature work.
🤖 Generated with Claude Code