Install
openclaw skills install @wuritu/ai-cli-architectureopenclaw skills install @wuritu/ai-cli-architecture详细 patterns 和示例见 references/patterns.md:
| 主题 | 内容 |
|---|---|
| 渐进式开发 | V1→V4 阶段模型与决策框架 |
| Feature Flag | 环境变量控制、条件灰度、克制原则 |
| 多后端兼容 | Anthropic/Bedrock/Vertex/Azure 适配器 |
| 模块化架构 | entrypoints/core/tools/adapters/hooks/repl |
| Hook 系统 | pre/post tool 生命周期钩子 |
| 权限系统 | manual/plan/auto/yolo 四种模式 + 信任链 |
| 上下文管理 | 自动压缩策略与优先级 + 任务阶段动态暴露 |
| 会话恢复 | checkpoint 与 resume 机制 |
| 诊断系统 | Doctor 检查清单设计 |
| 审计追责 | 执行证据页设计 |
| 可观测性 | 每个 action 可追溯 |
| 状态机思维 | 状态流转 vs 页面集合 |
✅/⚠️/❌✅ 功能测试通过⚠️ 功能有条件说明