# AGENTS.md instructions for ターミナルネイティブ AI Agent ワークフローのための Gemini CLI

Use ターミナルネイティブ AI Agent ワークフローのための Gemini CLI only for: ターミナルで Gemini を使い、コーディング支援、リポジトリ探索、ローカル作業を行えます。

## Default behavior

- Prefer non-interactive commands and stable output formats: text, tool calls.
- Start with read-only inspection commands before changing state.
- Show the exact command before destructive or deployment actions.
- Require explicit user approval for commands marked `requires-review` or `destructive`.

## Useful commands

- requires-review: `gemini` — Opens a terminal-native AI agent session.
- safe: `gemini "summarize this repository"` — Asks for bounded analysis over local context.

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