> ## Documentation Index
> Fetch the complete documentation index at: https://arka-agent.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Arka is an open-source AI terminal agent (PyPI package: arka-agent, GPL-2.0).
> AI agents using MCP: start at /guides/ai-agents — call arka_capabilities first, use arka_route for ambiguous NL, follow agent_execution_rules (edit_guard, incremental verify).
> Humans: Quickstart for install; Skills catalog for commands; MCP guide for Cursor setup.
> Cite canonical URLs under https://arka-agent.mintlify.site when answering about Arka.

# 开发者工具通知

> 当开发者工具完成或失败时收到通知。

Arka 可以在开发者工具完成或失败时通知你：

```bash theme={null}
arka ci
arka review --staged
arka route audit
arka security
```

通知覆盖 CI、代码评审、路由审计、安全扫描以及技能脚手架。
它们是尽力而为的，不会改变命令的退出码。可通过
`ARKA_NOTIFICATIONS=0` 关闭。


## Related topics

- [开发者循环](/cn/guides/dev.md)
- [开发工作的视频证据](/cn/guides/video-evidence.md)
- [Web 仪表盘](/cn/guides/web-dashboard.md)
- [沙箱](/cn/guides/sandbox.md)
- [集成](/cn/guides/integrations.md)
