> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clawflow.daboluo.cc/llms.txt
> Use this file to discover all available pages before exploring further.

# ClawFlow 文档

> Issue 贴标签，PR 自己来。ClawFlow 自动化 GitHub / GitLab 流水线。

ClawFlow 自动化 **Issue → Fix → PR** 全流程：给 GitHub / GitLab Issue 打上
`ready-for-agent` 标签，ClawFlow 启动 Claude Code agent 定位问题、写修复、提交 PR。

<Card title="三步接入" icon="rocket" href="/getting-started">
  CLI 登录 → 启动 worker → 添加仓库，10 分钟跑通首次流水线
</Card>

## 核心概念

* **IDD（Issue-Driven Development）**：GitHub / GitLab 标签驱动状态机
  * `ready-for-agent` → `agent-evaluated` / `agent-failed` / `agent-skipped`
* **多租户隔离**：每个任务在独立容器执行；凭据 AES-256 加密，只在运行时注入内存
* **可行性预评分**：在调用模型前先评估 Issue 可修复性，低信心直接 skip 不计费

## 快速导航

* [Get Started](/getting-started) — 完整教程：登录、worker、仓库、webhook、计费、故障排查、自建对比
* 反馈：[GitHub Issues](https://github.com/daboluocc/clawflow-saas/issues)
