luanzhiwow
45d5176d07
fix the incorrect task-template file path
2025-11-17 20:46:43 +08: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
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
f7903192a8
Merge branch 'main' into feature/add-markdownlint
2025-10-21 15:05:18 -07:00
Den Delimarsky
f3ada747cf
Merge pull request #983 from isdaniel/add-more-common-patterns
...
Support more lang/Devops of Common Patterns by Technology
2025-10-21 10:16:51 -07:00
danielshih
e0e62f6757
revert vscode auto remove extra space
2025-10-21 21:31:37 +08:00
Jeff Li
6c22085214
fix: correct command references in implement.md
...
Update speckit.implement.md to correct the command for regenerating the task list from '/tasks' to '/speckit.tasks', ensuring accurate documentation for task breakdown requirements.
2025-10-21 21:30:52 +08:00
danielshih
02c1549f80
fix regarding copilot suggestion
2025-10-21 21:27:46 +08:00
Jeff Li
ab14090813
fix: correct command references in speckit.analyze.md
...
Update speckit.analyze.md to reflect changes in command references, ensuring consistency in the execution flow and clarity in the analysis process. The command now specifies `/speckit.tasks` and `/speckit.implement` for improved user guidance.
2025-10-21 21:27:05 +08:00
danielshih
546e9d6617
Support more lang/Devops of Common Patterns by Technology
...
- lang: TypeScript, Swift, R.
- Devops: Kubernetes/k8s
2025-10-21 21:18:57 +08:00
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
Den Delimarsky
3b000fce4d
Merge pull request #881 from github/localden/fixes
...
Updates to templates and scripts
2025-10-15 10:56:49 -07:00
danielshih
41690cd1d4
format content as copilot suggest
2025-10-15 23:55:00 +08:00
danielshih
e45c469709
Ruby, PHP, Rust, Kotlin, C, C++
2025-10-15 23:15:39 +08:00
den (work)
36ff7e6505
Update files
2025-10-14 11:52:26 -07:00
den (work)
97df98b9a0
Update logic for arguments
2025-10-14 11:03:57 -07:00
den (work)
654a00aac9
Update tasks.md
2025-10-14 10:33:58 -07:00
den (work)
df4d7fa062
Update clarify.md
2025-10-10 13:09:11 -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 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 (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
Daniil Sobolev
af2b14e9be
Add escaping guidelines to command templates
2025-10-08 18:00:14 +03:00
den (work)
15e5572a1d
Update command reference
2025-10-06 22:16:48 -07:00
den (work)
0037a3f484
Update template and docs
2025-10-06 21:11:52 -07:00
den (work)
a6be9bea31
Update checklist.md
2025-10-05 22:55:34 -07:00
den (work)
78638a9a37
Update templates
2025-10-05 22:10:47 -07:00
den (work)
5333409080
Cleanup redundancies
2025-10-05 19:59:17 -07:00
den (work)
08b2a0ae55
Update checklist.md
2025-10-05 19:29:46 -07:00
den (work)
9e0db01b6e
Update specify.md
2025-10-03 22:56:12 -07:00
den (work)
917f271d74
Prompt updates
2025-10-03 22:25:18 -07:00
den (work)
8374777206
Consistency updates to commands
2025-10-03 21:31:58 -07:00
den (work)
a172e4cb6e
Update commands.
2025-10-03 19:30:15 -07:00
den (work)
265534c5ad
Update logs
2025-10-03 17:18:01 -07:00
den (work)
5042c76558
Template cleanup and reorganization
2025-10-03 17:08:14 -07:00
Den Delimarsky 🌺
a4b86f7571
Merge branch 'quizme' of https://github.com/github/spec-kit into quizme
2025-09-22 21:14:53 -07:00
Den Delimarsky 🌺
adc1417b0f
Update analyze.md
2025-09-22 21:14:39 -07:00
Den Delimarsky
c4698b623b
Update templates/commands/analyze.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-22 21:12:51 -07:00
Den Delimarsky
2c373aa47a
Update templates/commands/clarify.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-22 21:12:36 -07:00
Den Delimarsky
a0faa222c8
Update templates/commands/plan.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-22 21:12:27 -07:00
Den Delimarsky 🌺
c7b61f4bfd
Update with extra commands
2025-09-22 19:35:45 -07:00
Den Delimarsky
e9aed2da44
Update templates/commands/implement.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 12:53:52 -07:00
Den Delimarsky
ef05d4846a
Update templates/commands/constitution.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:51:54 -07:00
Den Delimarsky
026aa69aad
Update templates/commands/implement.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:51:46 -07:00
Den Delimarsky
ebf53e10b3
Update templates/commands/plan.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:51:40 -07:00
Den Delimarsky
713af3c314
Update templates/commands/specify.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:51:32 -07:00
Den Delimarsky
33652bf143
Update templates/commands/tasks.md
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com >
2025-09-21 11:51:24 -07:00