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
This commit is contained in:
Seth Hobson
2026-01-15 22:33:09 -05:00
parent 58f4038326
commit 3fc313393d

View File

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