当前页面已进入跨页知识网络层:不仅展示本页拓扑,还明确它在整站里的分类、被哪些页面引用、又继续指向哪些专题与证据页。
flowchart TD
classDef implemented fill:#dcfce7,stroke:#166534,color:#14532d,stroke-width:2px;
classDef partial fill:#ffedd5,stroke:#9a3412,color:#7c2d12,stroke-width:2px;
classDef planned fill:#dbeafe,stroke:#1d4ed8,color:#1e3a8a,stroke-width:2px,stroke-dasharray: 5 3;
classDef audit fill:#ede9fe,stroke:#6d28d9,color:#4c1d95,stroke-width:2px;
HumanGov["dao.html
proposal / vote / timelock / execute"] --> AITools["ai_control_plane.html
governance/* 原生 Agent API 待补齐"]
AITools --> AICap["ai_policy_capability.html
capability / approval / revoke"]
AICap --> AIProposal["AI proposal"]
AIProposal --> AIVote["AI vote"]
AIVote --> AIExecute["AI execute"]
AIExecute --> PolicyUpgrade["policy upgrade / constitutional boundary"]
PolicyUpgrade --> Verdict["当前边界
治理底座真实存在,但 AI 只能在 DAO / timelock / 宪法层约束内行权"]
class HumanGov implemented
class AITools,AICap partial
class AIProposal,AIVote,AIExecute,PolicyUpgrade planned
class Verdict audit