Den Delimarsky
7c4294b163
Merge pull request #1137 from lshgdut/pr
...
fix: incorrect logic to create release packages
v0.0.82
2025-11-14 15:34:18 -08:00
Den Delimarsky
2f58f4b9f0
Merge pull request #1187 from devantler/fix-tasktoissues-tools
...
Fix tasktoissues.md to use the 'github/github-mcp-server/issue_write' tool
v0.0.81
2025-11-14 15:30:48 -08:00
Nikolai Emil Damm
7777e145d9
Fix tasktoissues.md to use the 'github/github-mcp-server/issue_write' tool
2025-11-14 22:01:43 +01:00
Den Delimarsky
7e568c1201
Merge pull request #986 from github/localden/vscode
...
(feat): Enhancements to Spec Kit
v0.0.80
2025-11-14 11:32:21 -08:00
den (work)
f4fcd82920
Merge branch 'localden/vscode' of https://github.com/github/spec-kit into localden/vscode
2025-11-07 13:17:39 -08:00
den (work)
3dcbb6e3a9
Refactor feature script logic and update agent context scripts
...
Refactored both Bash and PowerShell create-new-feature scripts to modularize and deduplicate logic for determining the next feature number, including new helper functions for extracting the highest number from specs and branches. Improved branch name cleaning and generation. In update-agent-context scripts, removed redundant updates to AGENTS.md for Copilot, streamlining agent update logic.
2025-11-07 13:17:35 -08:00
Den Delimarsky
392f8b7dfa
Update templates/commands/taskstoissues.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-07 11:59:07 -08:00
den (work)
24b6d31471
Merge branch 'localden/vscode' of https://github.com/github/spec-kit into localden/vscode
2025-11-07 11:58:31 -08:00
den (work)
960e4c0a32
Update CHANGELOG.md
2025-11-07 11:58:20 -08:00
Den Delimarsky
df15b8e2a2
Merge branch 'main' into localden/vscode
2025-11-07 11:46:55 -08:00
den (work)
161a415274
Update agent configuration
2025-11-07 11:41:54 -08:00
Den Delimarsky
e20d79e78b
Update scripts/powershell/create-new-feature.ps1
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-07 11:22:10 -08:00
Den Delimarsky
a26ee578ae
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-11-07 11:21:57 -08:00
hua
bcd3f8468a
fix: incorrect logic to create release packages with subset AGENTS or SCRIPTS
2025-11-07 12:08:40 +08:00
Den Delimarsky
e6d6f3cdee
Merge pull request #1019 from sigent-amazon/feature/check-remote-branches-for-numbering
...
Check remote branches to prevent duplicate branch numbers
v0.0.79
2025-10-23 10:11:38 -07:00
Simon Gent
598148ca67
docs: restore important note about JSON output in specify command
2025-10-23 12:29:53 +01:00
Simon Gent
b40b41cf50
fix: improve branch number detection to check all sources
...
- Use git ls-remote for more reliable remote branch detection
- Check remote branches, local branches, AND specs directories
- Match exact short-name pattern to avoid false positives
- Ensures no duplicate numbers across all sources
2025-10-23 12:25:31 +01:00
Simon Gent
1f3d9b5fdd
feat: check remote branches to prevent duplicate branch numbers
...
- Add --number parameter to create-new-feature scripts (bash & PowerShell)
- Add check_existing_branches() function to fetch and scan remote branches
- Update branch numbering logic to check remotes before creating new branches
- Update /speckit.specify command to document remote branch checking workflow
- Prevents duplicate branch numbers when branches exist on remotes but not locally
- Maintains backward compatibility with existing workflows
- Falls back to local directory scanning when Git is not available
2025-10-23 12:14:48 +01:00
den (work)
f7fe48bd6a
Create create-release-packages.ps1
2025-10-22 13:17:14 -07:00
den (work)
d6136cb22f
Script changes
2025-10-21 20:53:56 -07:00
den (work)
dafab39483
Update taskstoissues.md
2025-10-21 20:10:21 -07:00
den (work)
09274437fc
Merge branch 'localden/vscode' of https://github.com/github/spec-kit into localden/vscode
2025-10-21 20:09:47 -07:00
den (work)
5f1fc6b445
Create taskstoissues.md
2025-10-21 20:09:45 -07:00
Den Delimarsky
779e1f8afd
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 19:38:19 -07:00
den (work)
177dcadd8c
Update CONTRIBUTING.md
2025-10-21 19:37:50 -07:00
Den Delimarsky
ba861cd165
Merge pull request #1003 from github/main
...
Sync changes
2025-10-21 19:36:30 -07:00
Den Delimarsky
926836e0fc
Merge pull request #1001 from TCoherence/fix/place-short-name-in-the-right-position
...
fix: make "short-name" argument to be used correctly for create-new-feature.sh
v0.0.78
2025-10-21 19:28:25 -07:00
Den Delimarsky
af88930ffc
Merge pull request #1002 from harikrishnan83/local_testing_documentation
...
docs: add steps for testing template and command changes locally
2025-10-21 19:27:48 -07:00
Den Delimarsky
89f5f9c0b9
Update CONTRIBUTING.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 19:27:38 -07:00
Hari Krishnan
9809b1a4ab
docs: add steps for testing template and command changes locally
2025-10-22 07:42:37 +05:30
Hanzhi Yang
7b536b578d
update specify to make "short-name" argu for create-new-feature.sh in the right position
2025-10-21 18:54:38 -07:00
Den Delimarsky
7522eb3f9d
Potential fix for code scanning alert no. 3: Workflow does not contain permissions
...
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
2025-10-21 16:56:34 -07:00
Den Delimarsky
d550634d8e
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-21 16:32:29 -07:00
den (work)
72cb885eb7
Update CHANGELOG.md
2025-10-21 16:22:40 -07:00
den (work)
a877af5575
Fixes #970
2025-10-21 16:21:15 -07:00
den (work)
2508d926c0
Fixes #975
2025-10-21 16:11:03 -07:00
Den Delimarsky
9f123e013a
Merge pull request #795 from tinesoft/fix/gh-releases
...
fix: include the latest changelog in the `GitHub Release`'s body
v0.0.77
2025-10-21 16:00:23 -07:00
Den Delimarsky
60bd9dc849
Merge pull request #598 from valdezm/fix/update-agent-context-missing-sections
...
Fix update-agent-context.sh to handle files without required sections
v0.0.76
2025-10-21 15:57:06 -07:00
den (work)
e77d99abd2
Support for version command
2025-10-21 15:54:10 -07:00
Den Delimarsky
eb030dab19
Merge pull request #902 from DFilipeS/main
...
feat: Added support for Amp code agent.
v0.0.75
2025-10-21 15:29:16 -07:00
Den Delimarsky
be06a23fd7
Merge branch 'main' into main
2025-10-21 15:29:08 -07:00
den (work)
d4d3139d5f
Exclude generated releases
2025-10-21 15:21:30 -07:00
den (work)
65f8787b48
Merge branch 'localden/vscode' of https://github.com/github/spec-kit into localden/vscode
2025-10-21 15:19:29 -07:00
den (work)
9786e588b7
Lint fixes
2025-10-21 15:12:33 -07:00
Den Delimarsky
0ac76c8c7e
Merge branch 'main' into localden/vscode
2025-10-21 15:06:44 -07:00
Den Delimarsky
79328aa38d
Merge pull request #958 from DasBen/feature/add-markdownlint
...
feat(ci): add markdownlint-cli2 for consistent markdown formatting
v0.0.74
2025-10-21 15:06:16 -07:00
Den Delimarsky
f7903192a8
Merge branch 'main' into feature/add-markdownlint
2025-10-21 15:05:18 -07:00
den (work)
115b4335d9
Prompt updates
2025-10-21 14:44:17 -07:00
den (work)
37e87c78a0
Hand offs with prompts
2025-10-21 14:34:19 -07:00
den (work)
14a574a6a8
Chatmodes are back in vogue
2025-10-21 14:29:45 -07:00