367 Commits

Author SHA1 Message Date
Den Delimarsky 39bf3e4d9a Merge pull request #894 from tennc/main
update codebuddy to codebuddy cli
v0.0.66
2025-10-15 10:52:25 -07:00
Den Delimarsky 045696641a Merge pull request #895 from zidoshare/main
Fix: incorrect command formatting in agent context file
v0.0.65
2025-10-15 10:51:34 -07:00
hongxuww 8c9e586662 Fix: Fix incorrect command formatting in agent context file
The issue is that `sed` treats `&&` as a placeholder instead of a regular character. So in the CLAUDE.md file's "Commands" section, it incorrectly shows:

`npm test [ONLY COMMANDS FOR ACTIVE TECHNOLOGIES][ONLY COMMANDS FOR ACTIVE TECHNOLOGIES] npm run lint`

instead of the correct:

`npm test && npm run lint`
2025-10-15 14:04:22 +00:00
root ce844c6259 Update CodeBuddy agent name to 'CodeBuddy CLI' 2025-10-15 21:52:59 +08:00
root 84b46cd1b9 Rename CodeBuddy to CodeBuddy CLI in update script 2025-10-15 21:50:11 +08:00
root 0cca67fcd2 Update AI coding agent references in installation guide 2025-10-15 21:47:36 +08:00
root 66fc4c292d Rename CodeBuddy to CodeBuddy CLI in AGENTS.md 2025-10-15 21:42:08 +08:00
root 2baae57b26 Update README.md 2025-10-15 21:38:16 +08:00
root 514b0548fe Update CodeBuddy link in README.md 2025-10-15 21:36:01 +08:00
root be7db635cc update codebuddyCli 2025-10-15 21:34:40 +08:00
Den Delimarsky 7b55522213 Merge pull request #886 from jarrensj/docs/fix-heading-capitalization-consistency
docs: fix heading capitalization for consistency
2025-10-14 23:39:23 -07:00
Jarren San Jose 7ca792509b docs: fix heading capitalization for consistency 2025-10-14 18:48:47 -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