From 3fc313393d4da078e88f37157a8ed6f573d35b6b Mon Sep 17 00:00:00 2001 From: Seth Hobson Date: Thu, 15 Jan 2026 22:33:09 -0500 Subject: [PATCH] chore(conductor): add attribution to original Google project - Add acknowledgments section crediting gemini-cli-extensions/conductor - Credit @wshobson for Claude Code adaptation - Update license from MIT to Apache-2.0 to match original --- plugins/conductor/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/plugins/conductor/README.md b/plugins/conductor/README.md index 296457f..0ea9a46 100644 --- a/plugins/conductor/README.md +++ b/plugins/conductor/README.md @@ -104,6 +104,12 @@ claude --plugin-dir /path/to/conductor Or copy to your project's `.claude-plugin/` directory. +## Acknowledgments + +This plugin is based on [Conductor](https://github.com/gemini-cli-extensions/conductor) by Google, originally developed for Gemini CLI. + +Adapted for Claude Code by [@wshobson](https://github.com/wshobson). + ## License -MIT +Apache License 2.0 - See the [original project](https://github.com/gemini-cli-extensions/conductor) for license details.