From a41a16ab044f8eb771144da9f8580a8d467abfa5 Mon Sep 17 00:00:00 2001 From: Manfred Riem Date: Tue, 17 Feb 2026 18:34:01 -0600 Subject: [PATCH] Remove Maintainers section from README.md --- README.md | 6 ------ scripts/bash/update-agent-context.sh | 5 ++--- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index e189750f28..426d5712dc 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,6 @@ - [📖 Learn More](#-learn-more) - [📋 Detailed Process](#-detailed-process) - [🔍 Troubleshooting](#-troubleshooting) -- [👥 Maintainers](#-maintainers) - [💬 Support](#-support) - [🙏 Acknowledgements](#-acknowledgements) - [📄 License](#-license) @@ -637,11 +636,6 @@ echo "Cleaning up..." rm gcm-linux_amd64.2.6.1.deb ``` -## 👥 Maintainers - -- Den Delimarsky ([@localden](https://github.com/localden)) -- John Lam ([@jflam](https://github.com/jflam)) - ## 💬 Support 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. diff --git a/scripts/bash/update-agent-context.sh b/scripts/bash/update-agent-context.sh index 5b19abf659..40db5e30af 100644 --- a/scripts/bash/update-agent-context.sh +++ b/scripts/bash/update-agent-context.sh @@ -35,7 +35,7 @@ # - Creates default Claude file if no agent files exist # # Usage: ./update-agent-context.sh [agent_type] -# Agent types: claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|shai|q|agy|bob|qoder +# Agent types: claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|roo|codebuddy|amp|shai|q|agy|bob|qoder # Leave empty to update all existing agent files set -e @@ -723,7 +723,6 @@ update_all_existing_agents() { update_agent_file "$AGY_FILE" "Antigravity" found_agent=true fi - if [[ -f "$BOB_FILE" ]]; then update_agent_file "$BOB_FILE" "IBM Bob" found_agent=true @@ -753,7 +752,7 @@ print_summary() { echo - log_info "Usage: $0 [claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|codebuddy|shai|q|agy|bob|qoder]" + log_info "Usage: $0 [claude|gemini|copilot|cursor-agent|qwen|opencode|codex|windsurf|kilocode|auggie|roo|codebuddy|amp|shai|q|agy|bob|qoder]" } #==============================================================================