mirror of
https://github.com/mindfold-ai/Trellis.git
synced 2026-04-25 01:55:54 +03:00
[PR #49] [MERGED] Feat/gemini #59
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Trellis#59
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mindfold-ai/Trellis/pull/49
Author: @taosu0216
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @taosu0216
Base:
main← Head:feat/gemini📝 Commits (8)
4b59007feat(gemini): add Gemini CLI to platform type definitions and registryf6e9eb1feat(gemini): add TOML command templates and path resolution653e86dfeat(gemini): add configurator, CLI flag, and platform registration5f00905feat(gemini): add Gemini CLI support to Python cli_adapter94295c0test(gemini): add comprehensive tests for Gemini CLI platform7b9699adocs: add Gemini CLI to supported platforms and update specc5d3203docs(spec): add mandatory test checklist and cli_adapter method guided3330a1chore: record session and archive gemini task📊 Changes
40 files changed (+2518 additions, -35 deletions)
View changed files
📝
.claude/agents/research.md(+9 -1)📝
.trellis/spec/backend/platform-integration.md(+77 -14)📝
.trellis/spec/guides/code-reuse-thinking-guide.md(+31 -0)➕
.trellis/tasks/archive/2026-02/02-26-gemini-cli-support/check.jsonl(+6 -0)➕
.trellis/tasks/archive/2026-02/02-26-gemini-cli-support/debug.jsonl(+2 -0)➕
.trellis/tasks/archive/2026-02/02-26-gemini-cli-support/implement.jsonl(+15 -0)➕
.trellis/tasks/archive/2026-02/02-26-gemini-cli-support/prd.md(+94 -0)➕
.trellis/tasks/archive/2026-02/02-26-gemini-cli-support/task.json(+41 -0)📝
.trellis/workspace/taosu/index.md(+4 -2)📝
.trellis/workspace/taosu/journal-2.md(+140 -0)📝
README.md(+5 -2)📝
README_CN.md(+4 -1)📝
scripts/copy-templates.js(+2 -0)📝
src/cli/index.ts(+1 -0)📝
src/commands/init.ts(+1 -0)➕
src/configurators/gemini.ts(+59 -0)📝
src/configurators/index.ts(+12 -0)📝
src/templates/extract.ts(+35 -0)➕
src/templates/gemini/commands/trellis/before-backend-dev.toml(+17 -0)➕
src/templates/gemini/commands/trellis/before-frontend-dev.toml(+17 -0)...and 20 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.