# ターミナルネイティブ AI Agent ワークフローのための Gemini CLI
ターミナルで Gemini を使い、コーディング支援、リポジトリ探索、ローカル作業を行えます。
Agent Readiness Score: 84/100
Useful as an AI coding CLI when shell and file permissions are scoped.
## Install

- npm: `npm install -g @google/gemini-cli`

## Structured output

Supported output formats: text, tool calls.
Prefer structured output flags such as `--json`, `--format json`, or equivalent when available.

## Safe commands

- Run a focused prompt: `gemini "summarize this repository"` — Asks for bounded analysis over local context.

## Commands requiring approval

- Start Gemini CLI: `gemini` — requires-review; require explicit user approval.

## Agent instructions

- Human developer: Use Gemini CLI for repo exploration and command assistance, then verify any suggested command before running it.

## Safety notes

- Treat shell execution, file edits, and remote operations as review-required actions.
- Use project-scoped instructions and avoid broad filesystem access for production work.

## Metadata

Official URL: https://github.com/google-gemini/gemini-cli
GitHub: https://github.com/google-gemini/gemini-cli
Docs: https://github.com/google-gemini/gemini-cli
