honjo-hiroaki-gtt
537332725b
Resolve merge conflicts integrating Codexsupport with upstream Windsurf updates
2025-09-20 23:42:36 +09:00
honjo-hiroaki-gtt
65ccbb62ca
Enhance Codex support by auto-syncing prompt files, allowing spec generation without git, and documenting clearer /specify usage.
2025-09-20 22:44:44 +09:00
Den Delimarsky 🌺
5659c869b5
Consistency tweaks
2025-09-20 00:24:06 -07:00
Den Delimarsky 🌺
d8bf98a88d
Consistent step coloring
2025-09-20 00:21:01 -07:00
Den Delimarsky 🌺
e482072520
Update __init__.py
2025-09-20 00:17:10 -07:00
Den Delimarsky 🌺
aaa6df9653
Update __init__.py
2025-09-20 00:11:27 -07:00
Den Delimarsky 🌺
8c3e9db3bf
Quick UI tweak
2025-09-19 18:24:29 -07:00
Den Delimarsky 🌺
d1d5c82a8e
Update package release
2025-09-19 18:07:18 -07:00
Den Delimarsky 🌺
0889635e66
Update with Windsurf support
v0.0.45
2025-09-19 18:01:47 -07:00
Den Delimarsky
2825bb1247
Merge pull request #243 from zryfish/dev/add_authentication_when_download_template
...
add github auth headers if there are GITHUB_TOKEN/GH_TOKEN set
2025-09-19 17:29:59 -07:00
honjo-hiroaki-gtt
3a0ae75bfb
Limit workspace command seeding to Codex init and update Codex documentation accordingly.
2025-09-19 17:53:16 +09:00
honjo-hiroaki-gtt
312703260c
Clarify Codex-specific README note with rationale for its different workflow.
2025-09-19 16:40:41 +09:00
Den Delimarsky 🌺
919ba00198
Update specify.md
v0.0.44
2025-09-18 23:21:26 -07:00
Den Delimarsky 🌺
4e869cb11a
Update __init__.py
2025-09-18 23:13:38 -07:00
Den Delimarsky 🌺
32c933c960
Update with support for /implement
v0.0.43
2025-09-18 23:03:01 -07:00
Den Delimarsky 🌺
46ba4d57e9
Update constitution.md
v0.0.42
2025-09-18 22:25:21 -07:00
Den Delimarsky 🌺
692fd34697
Update constitution.md
v0.0.41
2025-09-18 22:17:23 -07:00
Den Delimarsky 🌺
2f043ef682
Update constitution command
v0.0.40
2025-09-18 22:13:38 -07:00
Den Delimarsky 🌺
d90cc16786
Cleanup
v0.0.39
2025-09-18 11:22:30 -07:00
Den Delimarsky
5fc1d0b939
Merge pull request #330 from Mingholy/main
...
fix: commands format for qwen
2025-09-18 10:29:19 -07:00
Den Delimarsky
fb9bc613a5
Merge pull request #341 from TheArKaID/patch-1
...
Fix template path in update-agent-context.sh
v0.0.38
2025-09-18 09:33:59 -07:00
Arifia Kasastra R
ebd99bc11b
Fix template path in update-agent-context.sh
...
The `if` check is checking in the `$REPO_ROOT/.specify/template/.....`, but the next `cp` commands has a different path
2025-09-18 20:45:59 +07:00
honjo-hiroaki-gtt
286ad553fd
Bump to 0.0.7 and document Codex support
2025-09-18 15:39:30 +09:00
honjo-hiroaki-gtt
a39185c8be
Normalize Codex command templates to the scripts-based schema and auto-upgrade generated commands.
2025-09-18 15:39:30 +09:00
honjo-hiroaki-gtt
e29488d91f
Fix remaining merge conflict markers in __init__.py
2025-09-18 15:39:30 +09:00
honjo-hiroaki-gtt
95fba17d20
Add Codex CLI support with AGENTS.md and commands bootstrap
2025-09-18 15:39:30 +09:00
mingholy.lmh
7c13281d34
fix: commands format for qwen
2025-09-18 14:21:32 +08:00
Den Delimarsky
8bd155b9f5
Merge pull request #326 from pluo/proof-read
...
docs: fix grammar mistakes in markdown files
2025-09-17 22:18:19 -07:00
Den Delimarsky
f6e4714ba0
Merge pull request #321 from ahmet-cetinkaya/fix/qwen-release-assets
...
fix: add missing Qwen support to release workflow and agent scripts
v0.0.37
2025-09-17 22:17:00 -07:00
Pengkui Luo
919bda2355
docs: fix grammar mistakes in markdown files
2025-09-17 20:36:30 -07:00
Ahmet Çetinkaya
1414bcb1b2
fix: add missing Qwen support to release workflow and agent scripts
...
- Add Qwen template assets to release workflow for proper distribution
- Include qwen case in bash/powershell agent context update scripts
- Fix missing spec-kit-template-qwen-sh/ps release assets issue
- Ensure Qwen support consistency across all tooling components
Resolves critical release problem where Qwen templates were generated
but not included in GitHub releases, causing initialization failures.
2025-09-18 01:46:10 +03:00
Den Delimarsky
ec47ecfd16
Merge pull request #64 from aemr3/main
...
feat: Add Opencode support to Spec Kit CLI
v0.0.36
2025-09-17 13:41:25 -07:00
Emre
c5f7582470
feat: Add opencode ai agent
2025-09-17 13:12:56 -07:00
Den Delimarsky
87d4998b9d
Merge pull request #303 from gaatjeniksaan/main
...
Fix --no-git argument resolution.
2025-09-17 11:53:29 -07:00
Den Delimarsky
10e56aa67c
Merge pull request #182 from ahmet-cetinkaya/feature/add-qwen-support
...
feat: add Qwen Code support to Spec Kit
v0.0.35
2025-09-17 11:52:23 -07:00
gaatjeniksaan
cc686c6621
Fix --no-git argument resolution.
...
The --no-git argument was superfluous as it was set to True
by default.
This commit flips this, and assumes
git is not available, and will check and update only if the user
asks for it (--no-git == False).
To make this more clear I have renamed the variable to
should_init_git.
2025-09-17 11:28:52 +02:00
zhangrenyu
b1688b9633
expose token as an argument through cli --github-token
2025-09-17 17:05:49 +08:00
Ahmet Çetinkaya
8b49d5d0fb
chore(release): bump version to 0.0.5 and update changelog
...
Add entry for Qwen Code support as new AI assistant option
2025-09-17 11:39:03 +03:00
Ahmet Çetinkaya
66688dffa3
Merge branch 'main' into feature/add-qwen-support
2025-09-16 10:31:50 +03:00
Den Delimarsky 🌺
b18ef208cb
Update template.
v0.0.34
2025-09-15 19:08:26 -07:00
Den Delimarsky 🌺
5828e58f84
Update scripts
v0.0.33
2025-09-15 17:44:18 -07:00
Den Delimarsky 🌺
dd57e9d444
Update template paths
v0.0.32
2025-09-15 17:29:50 -07:00
Den Delimarsky 🌺
558e682865
Update for Cursor rules & script path
v0.0.31
2025-09-15 17:16:18 -07:00
Ahmet Çetinkaya
c5e0c1840b
chore: address review feedback - remove comment and fix numbering
2025-09-15 11:45:24 +03:00
Den Delimarsky
63bc6b495d
Merge pull request #258 from github/readme-fix
...
Update Specify definition
2025-09-14 21:18:44 -07:00
Den Delimarsky 🌺
70b3db27db
Update Specify definition
2025-09-14 21:11:13 -07:00
Den Delimarsky
6e94588615
Merge pull request #245 from github/readme-fix
...
Update README.md
2025-09-14 09:10:35 -07:00
Den Delimarsky 🌺
ad9c93c13b
Update README.md
2025-09-14 09:09:58 -07:00
Den Delimarsky
f979b64338
Merge pull request #244 from github/readme-fix
...
Update with video header
2025-09-14 09:09:30 -07:00
Den Delimarsky 🌺
b1591282f6
Update with video header
2025-09-14 09:08:37 -07:00