Files
AirPlan-V2/.claude-plugin/plugin.json
AirPlan Team 2c4b3340bf AirPlan V2 initial release — unified scheduler with 12 sub-modes
Merges 8 V1 plugins into 1 unified plugin, adds 4 new components (dep, tst, sec, rvr).
12 sub-modes: arc, eng, do, dbg, xdb, sdb, ndb, ctx, dep, tst, sec, rvr.
L1 code-level guarantees: atomic writes, file locks, evidence gating, forced debug routing,
3-phase arc gate, evidence-first debug gate, Chinese language lock, scheduler boundary.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-10 16:24:26 +08:00

67 lines
3.0 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"name": "airplan-v2",
"version": "2.0.0",
"description": "AirPlan V2 — 统一制品驱动开发调度器。单一插件整合规划(arc)、执行(do)、调试(dbg)、GUI验证(xdb)、静态分析(sdb)、网络调试(ndb)、部署(dep)、测试(tst)、安全扫描(sec)、需求审查(rvr)。L1代码级保障。",
"author": {
"name": "AirPlan Team",
"email": "noreply@airlongdian.fun",
"url": "https://airlongdian.fun"
},
"homepage": "https://airlongdian.fun/plugins/airplan-v2",
"repository": "https://airlongdian.fun/plugins/airplan-v2",
"license": "MIT",
"keywords": [
"airplan",
"scheduler",
"orchestrator",
"debugger",
"static-analysis",
"deployment",
"testing",
"security",
"v2"
],
"skills": "./skills/",
"commands": "./commands/",
"interface": {
"displayName": "AirPlan V2",
"shortDescription": "统一制品驱动开发调度器 (12子模式)",
"longDescription": "V2 将 V1 的 8 个独立插件合并为 1 个统一插件,新增 4 个组件(部署/测试/安全/需求审查),共 12 个子模式arc(架构)、eng(调度)、do(执行)、dbg(调试)、xdb(GUI)、sdb(静态)、ndb(网络)、ctx(上下文)、dep(部署)、tst(测试)、sec(安全)、rvr(需求)。L1代码级保障不依赖LLM自觉。",
"developerName": "AirPlan Team",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write",
"Bash"
],
"websiteURL": "https://airlongdian.fun/plugins/airplan-v2",
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
"defaultPrompt": [
"使用 AirPlan V2 初始化项目规划上下文",
"使用 AirPlan V2 运行架构规划 (arc)、调度引擎 (eng)、任务执行 (do)",
"使用 AirPlan V2 进行调试 (dbg)、GUI验证 (xdb)、静态分析 (sdb)",
"使用 AirPlan V2 部署 (dep)、测试 (tst)、安全扫描 (sec)、需求审查 (rvr)"
],
"brandColor": "#6366F1",
"screenshots": []
},
"modes": {
"arc": "架构规划器 — 分析依赖、写集冲突、产出执行计划",
"eng": "调度引擎 — 波次派发、监控、合并、修复编排",
"do": "任务执行器 — 单任务切片执行与结果生成",
"dbg": "调试器 — 7步调试工作流、根因分析、修复回滚",
"xdb": "GUI验证器 — 截图取证、GUI操作验证、DRM/KMS截图",
"sdb": "静态分析器 — 多语言静态分析、diff模式",
"ndb": "网络调试器 — 抓包分析、TLS解密、远程探测",
"ctx": "上下文管理器 — 压缩、Token估算、锁检测",
"dep": "部署器 — SSH远程构建、部署、systemd管理",
"tst": "测试运行器 — 统一测试执行与结果报告",
"sec": "安全扫描器 — 敏感数据检测与脱敏",
"rvr": "需求审查器 — 交付物与需求一致性验证"
},
"requirements": {
"python": ">=3.10",
"system": ["git", "fcntl"]
}
}