P Proteus
Framework Core

Proteus 是框架,不是控制平面。

它通过文件为仓库提供 durable shared brain:governance、memory、contract scaffold,以及保持轻量的 tool entrypoints。当前框架内核已经足以支撑 external beta 评估,但也明确承认自己还没到 public-ready。

Why it matters

让 AI 工程协作的稳定部分留在仓库里

Proteus 要解决的不是“再写一层 prompt”,而是把 AI-assisted engineering 中真正需要长期保留的部分落到 repo-local truth surface 里。

它是什么

repo-local governance 与 memory

Proteus 生成 `.proteus/` surface,把规则、上下文、决策历史和复用流程变成多个 AI 工具都能共享的文件层。

它不是什么

不是 runtime scheduler

Proteus 不声称自己是 worker pool、credentials backend、orchestration daemon,或任何产品特定的 control plane。

为什么用文件

人和工具都能检查

框架偏好 plain files 而不是 hidden state,让维护者和 agent 能看到同一份真相源。

为什么做这个站

展示层不抢夺真理层

本站负责组织与解释框架,但 canonical contract 和 assessment artifacts 仍然留在 `docs/`。