From b0ac36394f8e1c8b5e0adba9ea71ad741b7aa591 Mon Sep 17 00:00:00 2001 From: Tom Elizaga Date: Thu, 27 Aug 2026 11:08:32 -0700 Subject: [PATCH] docs: add maintainers section to README The repository has a CODEOWNERS entry but nothing in the README identifies who maintains the project, so anyone landing on it has to check the contributors graph to find out. Also links the contributor list, since much of the adapter, platform and shell-integration surface came from outside contributions. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 68029ce..0d28408 100644 --- a/README.md +++ b/README.md @@ -542,6 +542,15 @@ Contributions welcome! Areas where help is appreciated: See [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines and [CODE_OF_CONDUCT.md](CODE_OF_CONDUCT.md) for community standards. +## Maintainers + +gtr was created and is maintained by [@helizaga](https://github.com/helizaga). + +Much of what gtr supports today came from outside contributors - editor and AI tool adapters, platform +fixes, shell integrations, and documentation. See the +[contributor list](https://github.com/coderabbitai/git-worktree-runner/graphs/contributors) for everyone +who has shipped something here. + ## License This project is licensed under the [Apache License 2.0](LICENSE.txt).