Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
github
/
spec-kit
Public
Notifications
You must be signed in to change notification settings
Fork
12.3k
Star
137k
Code
Issues
147
Pull requests
175
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
feat(workflows): align CLI commands with extension/preset pattern
- #2353
#2353
Closed
mnriem
wants to merge 26 commits into
github:main
github/spec-kit:main
from
mnriem:feat/workflow-cli-alignment-2342
mnriem/spec-kit:feat/workflow-cli-alignment-2342
Copy head branch name to clipboard
Conversation
Commits
26
(26)
Checks
Findings
Files changed
Closed
feat(workflows): align CLI commands with extension/preset pattern
#2353
mnriem
wants to merge 26 commits into
github:main
github/spec-kit:main
from
mnriem:feat/workflow-cli-alignment-2342
mnriem/spec-kit:feat/workflow-cli-alignment-2342
Copy head branch name to clipboard
Commits
Commits on Apr 24, 2026
feat(workflows): align CLI commands with extension/preset pattern
Show description for 89a62b2
mnriem
committed
89a62b2
View commit details
Copy full SHA for 89a62b2
Browse repository at this point
fix: address PR review feedback from Copilot
Show description for 317830c
mnriem
committed
317830c
View commit details
Copy full SHA for 317830c
Browse repository at this point
fix: address second round of PR review feedback
Show description for 9d07773
mnriem
committed
9d07773
View commit details
Copy full SHA for 9d07773
Browse repository at this point
fix: address third round of PR review feedback
Show description for 605f710
mnriem
committed
605f710
View commit details
Copy full SHA for 605f710
Browse repository at this point
fix: address fourth round of PR review feedback
Show description for 71c5171
mnriem
committed
71c5171
View commit details
Copy full SHA for 71c5171
Browse repository at this point
fix: harden WorkflowRegistry against corrupted JSON
Show description for d2588e7
mnriem
committed
d2588e7
View commit details
Copy full SHA for d2588e7
Browse repository at this point
fix: validate source URL scheme in _download_validated before opening
Show description for 4a7cf52
mnriem
committed
4a7cf52
View commit details
Copy full SHA for 4a7cf52
Browse repository at this point
fix: reorder validation, safe tempdir prefix, fix test coverage
Show description for 3906918
mnriem
committed
3906918
View commit details
Copy full SHA for 3906918
Browse repository at this point
fix: KeyboardInterrupt safety, corrupted entry repair, disabled run guard
Show description for cca84b7
mnriem
committed
cca84b7
View commit details
Copy full SHA for cca84b7
Browse repository at this point
fix: check disabled before load, streaming download, tolerate cleanup
Show description for 7414b5f
mnriem
committed
7414b5f
View commit details
Copy full SHA for 7414b5f
Browse repository at this point
fix: reject non-HTTPS redirects before following, validate workflow ID format
Show description for bc6ee95
mnriem
committed
bc6ee95
View commit details
Copy full SHA for bc6ee95
Browse repository at this point
fix: remove unused import, reject source+--from, broaden version parsing
Show description for ea2c732
mnriem
committed
ea2c732
View commit details
Copy full SHA for ea2c732
Browse repository at this point
fix: atomic registry save, registry snapshot rollback, hidden backup dir
Show description for 6dcb3fb
mnriem
committed
6dcb3fb
View commit details
Copy full SHA for 6dcb3fb
Browse repository at this point
fix: tighten test assertion for --dev missing path
Show description for f18e5a3
mnriem
committed
f18e5a3
View commit details
Copy full SHA for f18e5a3
Browse repository at this point
fix: check disabled by definition.id, reload registry after rollback, reuse _ID_PATTERN
Show description for 8a4dbaf
mnriem
committed
8a4dbaf
View commit details
Copy full SHA for 8a4dbaf
Browse repository at this point
fix: temp file cleanup on download failure, rollback without backup
Show description for fbc6001
mnriem
committed
fbc6001
View commit details
Copy full SHA for fbc6001
Browse repository at this point
fix: expose public is_valid_workflow_id() instead of importing private _ID_PATTERN
Show description for 77b6db0
mnriem
committed
77b6db0
View commit details
Copy full SHA for 77b6db0
Browse repository at this point
fix: prevent SSRF via redirect to loopback, preserve description on update
Show description for 7c232c2
mnriem
committed
7c232c2
View commit details
Copy full SHA for 7c232c2
Browse repository at this point
fix: surface catalog errors in update, clean up save() imports
Show description for 15beca8
mnriem
committed
15beca8
View commit details
Copy full SHA for 15beca8
Browse repository at this point
fix: preserve file permissions on atomic registry save
Show description for 16509cb
mnriem
committed
16509cb
View commit details
Copy full SHA for 16509cb
Browse repository at this point
fix: deepcopy fields in Registry.update(), ensure installed_at exists
Show description for 5da3a39
mnriem
committed
5da3a39
View commit details
Copy full SHA for 5da3a39
Browse repository at this point
fix: validate absolute redirect URL, raise KeyError on missing workflow
Show description for 28309a4
mnriem
committed
28309a4
View commit details
Copy full SHA for 28309a4
Browse repository at this point
fix: descriptive KeyError, preserve installed_at unconditionally, carry catalog description
Show description for 9d8de6e
mnriem
committed
9d8de6e
View commit details
Copy full SHA for 9d8de6e
Browse repository at this point
fix: address review — single timestamp, descriptive URL error, skipped count
Show description for 94415a0
mnriem
committed
94415a0
View commit details
Copy full SHA for 94415a0
Browse repository at this point
fix: normalize installed_at timestamp, guard .backup against symlinks
Show description for d925baf
mnriem
committed
d925baf
View commit details
Copy full SHA for d925baf
Browse repository at this point
fix: update error messages to say localhost/loopback
Show description for 6c0351d
mnriem
committed
6c0351d
View commit details
Copy full SHA for 6c0351d
Browse repository at this point
You can’t perform that action at this time.