53 lines
2.5 KiB
JSON
53 lines
2.5 KiB
JSON
{
|
|
"name": "airdbg",
|
|
"version": "0.1.4",
|
|
"description": "Debug-first repair workflow for reproducing defects, requiring GUI evidence for local or remote GUI validation, using local or remote AirNDB for packet-capture evidence, and using local or remote AirSDB for static-analysis evidence when needed, while finding root causes, applying focused fixes, verifying behavior, and maintaining AGENTS.md, ADR, and C4 module context.",
|
|
"author": {
|
|
"name": "14816",
|
|
"email": "noreply@example.com",
|
|
"url": "https://airlongdian.fun/plugins/airdbg"
|
|
},
|
|
"homepage": "https://airlongdian.fun/plugins/airdbg",
|
|
"repository": "http://git.airlongdian.fun/admin/airdbg.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"airdbg",
|
|
"debug",
|
|
"bugfix",
|
|
"root-cause",
|
|
"adr",
|
|
"c4",
|
|
"airxdb",
|
|
"airndb",
|
|
"gui-debug",
|
|
"screenshot",
|
|
"packet-capture",
|
|
"pcap",
|
|
"airsdb",
|
|
"cppcheck",
|
|
"static-analysis"
|
|
],
|
|
"skills": "./skills/",
|
|
"interface": {
|
|
"displayName": "AirDbg",
|
|
"shortDescription": "Debug-first repair with graphical, packet, and static-analysis evidence",
|
|
"longDescription": "AirDbg guides Codex through reproducible debugging: load project context, initialize missing AGENTS.md/ADR/C4 docs, discuss symptoms with the user, require AirXDB or equivalent GUI or screen evidence for every GUI validation instead of trusting process liveness, call local or remote AirNDB for tcpdump or WinDump packet capture, remote tcpdump or dumpcap capture, pcap summaries, BPF filters, DNS, TCP, UDP, TLS, HTTP connectivity and network evidence when needed, call local or remote AirSDB for cppcheck static analysis, staticanalysis.md summaries, and static-analysis documentation when needed, isolate root cause, apply focused fixes, verify behavior, and keep architecture context current.",
|
|
"developerName": "14816",
|
|
"category": "Productivity",
|
|
"capabilities": [
|
|
"Interactive",
|
|
"Write"
|
|
],
|
|
"websiteURL": "https://airlongdian.fun/plugins/airdbg",
|
|
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
|
|
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
|
|
"defaultPrompt": [
|
|
"Use AirDbg to reproduce the current bug, isolate the root cause, and apply the smallest safe fix.",
|
|
"Use AirDbg to repair a failing test and keep AGENTS.md, ADR, and C4 context in sync.",
|
|
"Use AirDbg to investigate a GUI, network, or C/C++ quality issue and collect the right evidence before changing code."
|
|
],
|
|
"brandColor": "#D97706",
|
|
"screenshots": []
|
|
}
|
|
}
|