All notable changes to the GitHub Issues Integration extension will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.0.0 - 2026-04-12
- Initial release of GitHub Issues Integration extension
/speckit.github-issues.importcommand to import GitHub Issues and generate spec.md/speckit.github-issues.synccommand to sync spec artifacts with issue updates/speckit.github-issues.linkcommand to add bidirectional traceability- Configuration file support for customizing behavior
- Automatic parsing of issue sections (problem, solution, alternatives)
- Comment preservation in spec Discussion Notes
- Label integration as spec tags
- Issue state tracking (open/closed)
- Metadata file (
.issue-link) for tracking linked issues - Comprehensive documentation and examples
- Import issues from any GitHub repository
- Support for both
owner/repo#123and#123formats - Automatic detection of current repository
- Bidirectional linking between specs and issues
- Sync detection based on issue update timestamps
- Batch sync for all linked issues
- Selective sync for specific features or issues
- User confirmation before applying updates
- Graceful error handling and permission checks