Benjamin Pahl
33a07969c3
feat(ci): add markdownlint-cli2 for consistent markdown formatting
...
Add automated markdown linting to ensure consistent formatting across
all markdown files in the repository.
Changes:
- Add .markdownlint-cli2.jsonc configuration
- Create .github/workflows/lint.yml for CI/CD integration
- Fix all 908 existing markdown errors across 27 files
- Enforce ATX-style headings and asterisk emphasis
- Set consistent 2-space list indentation
This prevents markdown errors after project initialization and
maintains high documentation quality standards.
2025-10-20 00:49:15 +02:00
Lutz Roeder
ed0fa8fffe
Update README.md
2025-10-17 10:25:36 -07:00
Den Delimarsky
3b000fce4d
Merge pull request #881 from github/localden/fixes
...
Updates to templates and scripts
2025-10-15 10:56:49 -07: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
Jarren San Jose
7ca792509b
docs: fix heading capitalization for consistency
2025-10-14 18:48:47 -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)
64745162df
Update wording
2025-10-14 11:28:47 -07:00
den (work)
3e476c2ba6
Update README.md
2025-10-14 10:38:40 -07: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
Brian Campbell
2c1de4202e
docs(readme): add /speckit.tasks step and renumber walkthrough
2025-10-13 10:18:08 -06: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
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 (work)
ed9044345b
Consolidate Cursor naming
2025-10-10 11:45:51 -07:00
Den Delimarsky
6c947cc8d8
Merge branch 'main' into codebuddy
2025-10-10 11:03:13 -07:00
Oleksandr Ovcharov
5846a38c68
add how to upgrade specify installation
2025-10-09 16:19:36 +02:00
den (work)
719ba762bc
Update README.md
2025-10-07 17:07:25 -07:00
den (work)
d4cce17f66
Update README.md
2025-10-07 17:05:15 -07:00
den (work)
15e5572a1d
Update command reference
2025-10-06 22:16:48 -07:00
Den Delimarsky
efe4edc3b1
Merge pull request #763 from github/main
...
Sync changes
2025-10-06 21:17:31 -07:00
den (work)
0037a3f484
Update template and docs
2025-10-06 21:11:52 -07:00
Emanuel Turis
e81c3b3c8d
Merge branch 'main' into patch-1
2025-10-03 16:35:04 +03:00
Emanuel Turis
3ee225f624
Remove Codex named args limitation from README.md
2025-10-01 12:09:41 +03:00
Brian Anderson
12b823e4c2
docs(readme): link Amazon Q slash command limitation issue
2025-10-01 02:57:40 -06:00
Brian Anderson
f430138895
docs: clarify Amazon Q limitation and update init docstring
2025-10-01 02:57:38 -06:00
Brian Anderson
de1db34b08
feat(agent): Added Amazon Q Developer CLI Integration
2025-09-25 21:13:26 -06:00
King
aa599b8af1
Merge branch 'main' into codebuddy
2025-09-26 09:12:09 +08:00
Den Delimarsky
9ff9c9fd8d
Merge pull request #570 from brunoborges/specify_init_period
...
feat: support 'specify init .' for current directory initialization
2025-09-25 12:50:17 -07:00
Tine Kondo
6a3e81f813
docs: fix the paths of generated files (moved under a .specify/ folder)
2025-09-25 10:05:08 +02:00
Bruno Borges
68eba52a40
feat: support 'specify init .' for current directory initialization
...
Adds '.' as shorthand equivalent to --here flag while maintaining
full backward compatibility. Updates documentation and bumps to v0.0.18.
2025-09-24 22:41:50 -07:00
Den Delimarsky
f1063321c6
Merge pull request #502 from amondnet/docs-remove-constitution_update_checklist
...
docs: remove constitution_update_checklist from README
2025-09-23 13:48:48 -07:00
Minsu Lee
62f20c601c
docs: remove constitution_update_checklist from README
2025-09-23 12:09:19 +00:00
King
2b2f5a7c2a
Merge branch 'main' into codebuddy
2025-09-23 12:00:46 +08:00
Den Delimarsky 🌺
c7b61f4bfd
Update with extra commands
2025-09-22 19:35:45 -07:00
den (work)
9319f0425e
Update with --force flag
2025-09-22 14:45:35 -07:00
lispking
8b09559690
update CodeBuddy to international site
2025-09-23 05:22:35 +08:00
Shayne Boyer
1db65aa6aa
feat: add uv tool install instructions to README
...
- Add persistent installation option using 'uv tool install'
- Keep existing 'uvx' one-time usage option
- Add benefits section explaining advantages of persistent installation
- Reorganize installation section with clear option headers
Fixes #476
2025-09-22 11:08:25 -04:00
lispking
318b76de50
feat: support codebuddy ai
2025-09-22 14:34:43 +08:00
King
a85fdd4051
Merge branch 'main' into codebuddy
2025-09-22 14:23:00 +08:00
lispking
92621bca7d
feat: support codebuddy ai
2025-09-22 14:20:31 +08:00
Den Delimarsky 🌺
9348c45f9e
Update with Roo Code support
2025-09-21 19:56:17 -07:00
Den Delimarsky 🌺
ceba130e52
Add support for Auggie
2025-09-21 12:48:58 -07:00
Den Delimarsky 🌺
bc896086f1
Merge branch 'spec-kit-vnext' of https://github.com/github/spec-kit into spec-kit-vnext
2025-09-21 12:32:19 -07:00
Den Delimarsky 🌺
dceb903804
Updates with Kilo Code support
2025-09-21 12:32:16 -07:00
Den Delimarsky
39b33ebd22
Update README.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:52:10 -07:00
Den Delimarsky 🌺
cef4e8f495
Update README.md
2025-09-21 11:45:33 -07:00
Den Delimarsky
385d17c83c
Merge pull request #441 from Lucien-Liu/update-readme-check-command
...
docs: Update README for codex in check command and --ai option
2025-09-21 01:52:33 -07:00
lucien
8c4f348ac1
docs: Update README with codex in check command
2025-09-21 16:15:11 +08:00
Den Delimarsky 🌺
7c0f0a4627
Consolidate scripts
2025-09-20 11:19:47 -07:00