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