Skip to content

Commit 2303a07

Browse files
committed
Merge changes from main
1 parent 7727345 commit 2303a07

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@
3131
- [📖 Learn More](#-learn-more)
3232
- [📋 Detailed Process](#-detailed-process)
3333
- [🔍 Troubleshooting](#-troubleshooting)
34-
- [👥 Maintainers](#-maintainers)
35-
- [💬 Support](#-support)
34+
- [ Support](#-support)
3635
- [🙏 Acknowledgements](#-acknowledgements)
3736
- [📄 License](#-license)
3837

@@ -644,12 +643,7 @@ echo "Cleaning up..."
644643
rm gcm-linux_amd64.2.6.1.deb
645644
```
646645

647-
## 👥 Maintainers
648-
649-
- Den Delimarsky ([@localden](https://github.com/localden))
650-
- John Lam ([@jflam](https://github.com/jflam))
651-
652-
## 💬 Support
646+
## Support
653647

654648
For support, please open a [GitHub issue](https://github.com/github/spec-kit/issues/new). We welcome bug reports, feature requests, and questions about using Spec-Driven Development.
655649

scripts/bash/update-agent-context.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
# - Creates default Claude file if no agent files exist
3636
#
3737
# Usage: ./update-agent-context.sh [agent_type]
38-
# Agent types: claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|shai|q|agy|bob|qoder
38+
# Agent Types: claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|roo|shai|q|agy|bob|qoder
3939
# Leave empty to update all existing agent files
4040

4141
set -e
@@ -753,7 +753,7 @@ print_summary() {
753753

754754
echo
755755

756-
log_info "Usage: $0 [claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|codebuddy|shai|q|agy|bob|qoder]"
756+
log_info "Usage: $0 [claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|roo|codebuddy|shai|q|agy|bob|qoder]"
757757
}
758758

759759
#==============================================================================

0 commit comments

Comments
 (0)