Files
AirCoding ae44be31d5 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>
2026-06-12 17:12:29 +08:00

32 lines
780 B
Markdown
Executable File
Raw Permalink 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.
---
description: "AirPlan ndb mode - network debugger for packet capture and analysis"
argument-hint: "[enter|status]"
allowed-tools: "[Read, Glob, Grep, Bash, Write, Edit]"
---
# /ndb
AirNDB 是网络调试器。抓包分析、TLS 解密、pcapng 支持。
## 子命令
### enter — 初始化网络调试器
```bash
python scripts/airplan.py --mode ndb --project . --sub enter
```
返回 `{state_path}`。初始化 `AirPlan/state/airndb/` 目录结构。
### status — 查看调试器状态
```bash
python scripts/airplan.py --mode ndb --project . --sub status
```
制品:`AirPlan/state/airndb/captures/`
## 集成路径
**Dbg 取证**Dbg 在 `locate_root_cause` 步骤可调 ndb 获取网络证据。涉及 network/rtsp/http/tcp 的任务需要抓包证据。