Skip to content

Commit 2203673

Browse files
authored
Remove Maintainers section from README.md (#1618)
1 parent c78f842 commit 2203673

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
- [📖 Learn More](#-learn-more)
3232
- [📋 Detailed Process](#-detailed-process)
3333
- [🔍 Troubleshooting](#-troubleshooting)
34-
- [👥 Maintainers](#-maintainers)
3534
- [💬 Support](#-support)
3635
- [🙏 Acknowledgements](#-acknowledgements)
3736
- [📄 License](#-license)
@@ -637,11 +636,6 @@ echo "Cleaning up..."
637636
rm gcm-linux_amd64.2.6.1.deb
638637
```
639638

640-
## 👥 Maintainers
641-
642-
- Den Delimarsky ([@localden](https://github.com/localden))
643-
- John Lam ([@jflam](https://github.com/jflam))
644-
645639
## 💬 Support
646640

647641
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.

scripts/bash/update-agent-context.sh

Lines changed: 2 additions & 3 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|codebuddy|amp|shai|q|agy|bob|qoder
3939
# Leave empty to update all existing agent files
4040

4141
set -e
@@ -723,7 +723,6 @@ update_all_existing_agents() {
723723
update_agent_file "$AGY_FILE" "Antigravity"
724724
found_agent=true
725725
fi
726-
727726
if [[ -f "$BOB_FILE" ]]; then
728727
update_agent_file "$BOB_FILE" "IBM Bob"
729728
found_agent=true
@@ -753,7 +752,7 @@ print_summary() {
753752

754753
echo
755754

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

759758
#==============================================================================

0 commit comments

Comments
 (0)