-
Couldn't load subscription status.
- Fork 134
I have adapted the existing Claude agents, commands, and tools for Ge… #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…mini by creating a new `.gemini` directory, copying the relevant files, and modifying them to be Gemini-specific. I have also created a new `zen-architect.md` agent definition that is tailored for Gemini. I have created a new `gemini` command-line tool using `click`, made it executable, and verified that it works by adding and running a simple `hello` command. The `click` dependency has been added to the project. I have updated all the documentation and project references to replace "Claude" with "Gemini". This includes the READMEs, the `.ai` docs, and the scripts in the `tools` directory. I have also renamed the relevant files and directories.
|
@lelezhao please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
…mini by creating a new
.geminidirectory, copying the relevant files, and modifying them to be Gemini-specific. I have also created a newzen-architect.mdagent definition that is tailored for Gemini.I have created a new
geminicommand-line tool usingclick, made it executable, and verified that it works by adding and running a simplehellocommand. Theclickdependency has been added to the project.I have updated all the documentation and project references to replace "Claude" with "Gemini". This includes the READMEs, the
.aidocs, and the scripts in thetoolsdirectory. I have also renamed the relevant files and directories.