You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds `gemini` to the supported agent-install targets. Gemini CLI reads
project-level context from a GEMINI.md file in the repo root, which is
loaded at the start of every session (always-on, no on-demand mode).
Because all installed skills share a single GEMINI.md file in the project
root, the target uses managed-section mode -- the same approach as the
codex/AGENTS.md target -- writing only a sentinel-delimited section so
any existing user content in GEMINI.md is never clobbered.
The landing path is GEMINI.md (repo root). Both testsprite-verify and
testsprite-onboard are aggregated into one managed section, consistent
with how codex aggregates skills into AGENTS.md.
Slots into the existing TARGETS machinery: agent list, setup --agent,
and skill-nudge install-detection all pick it up automatically. Updates
the AgentTarget union, pathFor, TARGETS, agent command description,
help text, unit tests, e2e matrix guards, and the help snapshot.
Contributes to CONTRIBUTING.md accepted target: gemini
0 commit comments