den (work)
4522fb4c44
Update create-new-feature.sh
2025-10-14 11:54:48 -07:00
den (work)
36ff7e6505
Update files
2025-10-14 11:52:26 -07:00
den (work)
defb1870da
Update files
2025-10-14 11:47:00 -07:00
den (work)
b61f04c898
Create .gitattributes
2025-10-14 11:43:51 -07:00
den (work)
64745162df
Update wording
2025-10-14 11:28:47 -07:00
den (work)
97df98b9a0
Update logic for arguments
2025-10-14 11:03:57 -07:00
den (work)
36383b411f
Update script logic
2025-10-14 10:55:54 -07:00
den (work)
3e476c2ba6
Update README.md
2025-10-14 10:38:40 -07:00
den (work)
654a00aac9
Update tasks.md
v0.0.64
2025-10-14 10:33:58 -07:00
Den Delimarsky
4690d13f88
Merge pull request #868 from benzyc/patch-1
...
Update README.md
2025-10-14 07:36:05 -07:00
Den Delimarsky
e7bb98de42
Merge pull request #873 from zidoshare/main
...
fix: update CODEBUDDY file path in agent context scripts
v0.0.63
2025-10-14 07:35:13 -07:00
hongxuww
d4f5c75519
fix: update CODEBUDDY file path in agent context scripts
2025-10-14 09:30:43 +00:00
benzyc
09f57a87fa
Update README.md
...
Currently spec-kit is compatible with windows directly, therefore change the prerequisites from Linux/masos to linux/macos/windows.
This is quite important for windows users
2025-10-14 09:59:27 +08:00
Den Delimarsky
b702fcbbc0
Merge pull request #861 from uberspeck/docs/add-speckit-tasks-step
...
docs: add /speckit.tasks walkthrough step
2025-10-13 17:47:36 -07:00
Brian Campbell
2c1de4202e
docs(readme): add /speckit.tasks step and renumber walkthrough
2025-10-13 10:18:08 -06:00
Den Delimarsky
e65660ffc3
Merge pull request #831 from ben-edgar/bugfix/cursor-package-name-update
...
fix: align Cursor agent naming to use 'cursor-agent' consistently
v0.0.62
2025-10-11 09:05:49 -07:00
Ben Greene
f7ae5781b7
A few more places to update from code review
2025-10-10 21:12:06 -04:00
Ben Greene
d09552fc63
fix: align Cursor agent naming to use 'cursor-agent' consistently
...
The Python CLI was configured to use "cursor-agent" as the agent key in
AGENT_CONFIG, causing it to search for release packages with the pattern
"spec-kit-template-cursor-agent-sh-*.zip". However, the release build
scripts were generating packages named "spec-kit-template-cursor-sh-*.zip",
resulting in a mismatch that prevented successful template downloads.
This commit updates the release scripts to use "cursor-agent" consistently
throughout, aligning with the AGENT_CONFIG key and the documented best
practice of using actual CLI tool names as dictionary keys.
Changes:
- Update ALL_AGENTS array in create-release-packages.sh
- Update case statement for cursor-agent in build_variant()
- Update release asset paths in create-github-release.sh
- Update documentation in README.md and AGENTS.md to reflect correct usage
This ensures that `specify init --ai cursor-agent` correctly finds and
downloads the matching release package from GitHub.
Fixes the bug where cursor-agent initialization would fail with "No matching
release asset found" error.
**Written with the help of a cursor agent**
2025-10-10 20:43:20 -04:00
Den Delimarsky
ed5dbf197f
Merge pull request #828 from github/localden/updates
...
Update clarify.md
v0.0.61
2025-10-10 13:19:10 -07:00
den (work)
df4d7fa062
Update clarify.md
2025-10-10 13:09:11 -07:00
Den Delimarsky
b4ecd14ffa
Merge pull request #800 from technoch1ef/patch-1
...
feat: add documentation for upgrading specify installation
2025-10-10 13:03:59 -07:00
Den Delimarsky
26fde7cfda
Merge pull request #827 from github/localden/updates
...
Update vscode-settings.json
v0.0.60
2025-10-10 12:30:16 -07:00
den (work)
8abc812c57
Update vscode-settings.json
2025-10-10 12:29:46 -07:00
Den Delimarsky
940714df0a
Merge pull request #826 from github/localden/updates
...
Hot Fix
2025-10-10 11:58:36 -07:00
den (work)
f393ae9825
Update instructions and bug fix
2025-10-10 11:58:10 -07:00
Den Delimarsky
97dee3e4bf
Merge pull request #825 from github/localden/updates
...
Spec Kit Updates (0.0.19)
v0.0.59
2025-10-10 11:50:47 -07:00
den (work)
aec568949c
Update __init__.py
2025-10-10 11:49:51 -07:00
den (work)
ed9044345b
Consolidate Cursor naming
2025-10-10 11:45:51 -07:00
den (work)
058ee510a7
Update CHANGELOG.md
2025-10-10 11:35:48 -07:00
den (work)
e91aca54ee
Git errors are now highlighted.
2025-10-10 11:35:05 -07:00
den (work)
9c87fdd5bb
Update __init__.py
2025-10-10 11:22:57 -07:00
den (work)
301a556110
Merge branch 'localden/updates' of https://github.com/github/spec-kit into localden/updates
2025-10-10 11:15:22 -07:00
den (work)
bb9ec8e638
Refactor agent configuration
2025-10-10 11:12:54 -07:00
Den Delimarsky
e83d2c777d
Update src/specify_cli/__init__.py
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-10 11:07:45 -07:00
Den Delimarsky
68809bdacb
Update scripts/powershell/update-agent-context.ps1
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-10 11:07:21 -07:00
Den Delimarsky
3cc545243b
Update AGENTS.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-10 11:07:12 -07:00
Den Delimarsky
9ef389baba
Update templates/commands/implement.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-10 11:05:38 -07:00
Den Delimarsky
426ac8ab2e
Update templates/commands/implement.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-10-10 11:05:16 -07:00
den (work)
4de1b6b6c3
Merge branch 'localden/updates' of https://github.com/github/spec-kit into localden/updates
2025-10-10 11:04:28 -07:00
den (work)
199c63901f
Update CHANGELOG.md
2025-10-10 11:04:25 -07:00
Den Delimarsky
369ed643d7
Merge pull request #462 from lispking/codebuddy
...
feat: support codebuddy ai
2025-10-10 11:04:10 -07:00
Den Delimarsky
6c947cc8d8
Merge branch 'main' into codebuddy
2025-10-10 11:03:13 -07:00
den (work)
07d506feb5
Update changelog
2025-10-10 10:53:21 -07:00
Den Delimarsky
0124a0f32e
Merge pull request #816 from sigent-amazon/feature/add-ignore-file-verification
...
Add ignore file(s) verification step to /speckit.implement command
2025-10-10 10:51:48 -07:00
Den Delimarsky
e7936c3fd0
Merge pull request #808 from hsin19/feature/escape-toml-backslashes
...
fix: correctly escape backslashes in TOML slash command outputs
2025-10-10 10:47:26 -07:00
den (work)
583d556677
Update plan.md
2025-10-10 10:43:31 -07:00
Simon Gent
72ed39d8a1
Add ignore file verification step to /speckit.implement command
...
- Added step 4 for project setup verification
- Detects and creates/verifies ignore files based on project setup
- Includes patterns for .gitignore, .dockerignore, .eslintignore, .prettierignore, .npmignore, .terraformignore, .helmignore
- Provides technology-specific patterns (Node.js, Python, Java, C#/.NET, Go)
- Includes tool-specific patterns (Docker, ESLint, Prettier, Terraform)
- Renumbered subsequent steps 5-9
2025-10-10 10:11:06 +01:00
Eric Yeh
7c4c1edd85
Escape backslashes in TOML outputs
2025-10-10 06:09:38 +08:00
Oleksandr Ovcharov
5846a38c68
add how to upgrade specify installation
2025-10-09 16:19:36 +02:00
Den Delimarsky
89f4b0b38a
Merge pull request #784 from outp1/escape-quotes
...
Add escaping guidelines to command templates #783
v0.0.58
2025-10-08 09:39:34 -07:00