v0.1 · Filesystem as Source of Truth

Your filesystem is the prompt.

RabbitDocs 把整个项目目录交给 Claude Agent —— 你已经写好的 Markdown 与 Git 仓库,就是 AI 唯一需要的事实之源。

~/projects/rabbitdocs
$ rabbitdocs init
 scanning 247 files in /docs + 1 git repo
 indexing code graph via GitNexus
 ready · claude-sonnet-4 attached

$ rabbitdocs ask "Create a README from /docs"
claude ▌ thinking
 read 12 files · 1,847 tokens · 1.2s
 wrote /README.md (3 sections, 412 words)
powered by Claude Agent SDK

三个等价式,定义我们的方法论。

01 / Context

项目 = 上下文

打开项目,Claude Agent 立刻看到你的全部 Markdown 与 Git 仓库代码,无需手动喂知识。

02 / Truth

文件 = 真相

文档以真实文件存储于文件系统,可被 Git 跟踪、可被任意外部工具读写,告别黑盒数据库。

03 / Action

沙箱 = 执行

选中的代码片段可在隔离的云沙箱中安全执行,结果回传到对话,完成完整回路。

完整的能力矩阵。

把 AI 协作需要的每一块拼图都放在你的文件系统里。

Core

Extended Thinking 可视化

Claude 的思考过程完整展示 —— 你看到的不只是答案,还有推理的每一步。

MCP 工具扩展

接入 GitHub、Jira、Notion 或任何 MCP Server,AI 能力按需扩展,不锁死在单一供应商。

Beta

云沙箱一键执行

代码片段在隔离环境运行,产出回传对话,AI 不再是嘴炮工程师。

对话转文档

任何对话可一键保存为 Markdown 入库;反向,任何文档可作为 Chat 上下文。

Passkey 无密码登录

WebAuthn 现代化认证,告别密码管理烦恼,登录只需指纹或面容。

Token 用量透明

TPM/RPM 1h 到 30d 趋势图,Token 成本清晰可见,套餐选择心中有数。

01 · Filesystem as Source of Truth

你的 Markdown,就是 AI 看到的事实。

传统知识库把文档锁在数据库里,既不能被 Git 跟踪,也不能被 VS Code 编辑。RabbitDocs 走另一条路 —— 文档以 .md 文件存在,Claude Agent 直接读这些文件作为上下文。

  • Markdown 文档是项目目录下的真实文件
  • 可被任意外部编辑器、Git 工具、CI 流水线处理
  • 删除、移动、改名都会通过 Git 历史保留,永不丢失
.project.json# .project.json (auto-generated, source of truth)
{
  "name": "rabbitdocs",
  "root": "/Users/you/projects/rabbitdocs",
  "git": { "remote": "git@github.com:you/rabbitdocs" },
  "agent": { "model": "claude-sonnet-4", "extendedThinking": true }
}
~/projects/rabbitdocs
$ rabbitdocs init
 scanning 247 files in /docs + 1 git repo
 indexing code graph via GitNexus
 ready · claude-sonnet-4 attached

$ rabbitdocs ask "Create a README from /docs"
claude ▌ thinking
 read 12 files · 1,847 tokens · 1.2s
 wrote /README.md (3 sections, 412 words)
powered by Claude Agent SDK

02 · Extended Thinking

AI 的思考过程,完整可见。

默认开启 Extended Thinking。Claude 在给出答案前,先把它读到的文件、推理的步骤、考虑的方案全部展开 —— 你不只看到结果,还能审计推理链。

  • 思考过程默认展开,折叠可手动收起
  • Token 用量分阶段展示,理解成本结构
  • 支持重新生成、追问、修改,对话不是单行道
chat · thinking visible> How should I structure the auth middleware?

<thinking>
The user wants advice on auth middleware structure.
Let me check their existing codebase patterns first...
- They use Next.js 16 middleware
- They have proxy.ts already
- jose is already a dependency
</thinking>

I see you're using proxy.ts. Here's a minimal
auth wrapper that validates the JWT and forwards
user context to your route handlers...
claude · extended thinking
How should I structure the auth middleware?
▸ thinking
The user wants advice on auth middleware structure. Let me check their existing codebase patterns first...
I see you're using proxy.ts. Here's a minimal auth wrapper...

早期使用者的反馈

< 2s

平均首 token 延迟

12k+

已索引文件数

99.9%

ACP 会话可用性

以前要把代码喂给 AI 得复制粘贴,现在打开项目它自己就看到了。Filesystem as Source of Truth 这个理念让我的工作流彻底不一样了。
CM

陈明

独立开发者 / SaaS 创始人

我们 5 人的小团队用 Workspace 共享同一套仓库和 MCP 配置,新人第一天就能上手,MCP 工具也只配一次全队复用。
LK

Lina K.

Engineering Lead @ 早期初创

做技术写作时最痛苦的是代码示例与文档脱节,这里对话里跑的代码片段能直接保存为文档,源永远对得上。
YS

Yuki S.

Developer Advocate

停止与剪贴板搏斗。开始用上下文交付。

免费开始,无需信用卡。30 秒注册即可把项目变成 Claude 的工作区。