chore: push all design docs, V2 plan specs, and current working state
Includes AirPlan design documents, AircOding-alpha1-plan, AirPlanV2, AirPlan-ParaV2, AirPlan-Para V1 reference docs, and all working code changes across packages. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
87
AirPlan/docs/spec/AirPlanV2/README.md
Executable file
87
AirPlan/docs/spec/AirPlanV2/README.md
Executable file
@@ -0,0 +1,87 @@
|
||||
# AirPlan V2
|
||||
|
||||
Claude Code 统一开发调度插件,整合 8 个 V1 插件为 1 个,支持 12 种开发模式。
|
||||
|
||||
## 功能特性
|
||||
|
||||
- **Arc** - 架构规划器,产出执行计划和 DAG
|
||||
- **Eng** - 调度引擎,波次派发、监控、合并
|
||||
- **Do** - 任务执行器,单任务切片运行
|
||||
- **Dbg** - 调试器,7 步工作流强制追踪
|
||||
- **Xdb** - GUI 验证器,截图取证
|
||||
- **Sdb** - 静态分析器,多语言支持
|
||||
- **Ndb** - 网络调试器,抓包分析
|
||||
- **Ctx** - 上下文管理器,Token 估算
|
||||
- **Dep** - 部署器,SSH 远程构建
|
||||
- **Tst** - 测试运行器,统一多框架
|
||||
- **Sec** - 安全扫描器,敏感数据检测
|
||||
- **Rvr** - 需求审查器,交付物一致性
|
||||
|
||||
## L1 代码级保障
|
||||
|
||||
- 原子写入 + 文件锁
|
||||
- 证据门控强制
|
||||
- 三阶段架构门控
|
||||
- 调试先读后写
|
||||
- 边界测试强制
|
||||
- 高风险审计
|
||||
- UI Skill 路由
|
||||
|
||||
## 安装
|
||||
|
||||
```bash
|
||||
# 克隆插件
|
||||
cd ~/.claude/skills
|
||||
git clone http://git.airlongdian.fun/admin/AirPlan-V2.git airplan-v2
|
||||
|
||||
# 或使用安装脚本
|
||||
bash ~/.claude/skills/airplan-v2/scripts/install.sh
|
||||
```
|
||||
|
||||
## 使用
|
||||
|
||||
```bash
|
||||
# 架构规划
|
||||
/arc
|
||||
|
||||
# 调度引擎
|
||||
/eng
|
||||
|
||||
# 任务执行
|
||||
/do
|
||||
|
||||
# 调试模式
|
||||
/dbg
|
||||
|
||||
# GUI 验证
|
||||
/xdb
|
||||
|
||||
# 静态分析
|
||||
/sdb
|
||||
|
||||
# 网络调试
|
||||
/ndb
|
||||
|
||||
# 上下文管理
|
||||
/ctx
|
||||
|
||||
# 部署
|
||||
/dep
|
||||
|
||||
# 测试
|
||||
/tst
|
||||
|
||||
# 安全扫描
|
||||
/sec
|
||||
|
||||
# 需求审查
|
||||
/rvr
|
||||
```
|
||||
|
||||
## 版本
|
||||
|
||||
v2.0.0 - 统一插件版本
|
||||
|
||||
## 许可证
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user