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:
46
AirPlan/docs/spec/AirPlan-ParaV2/plugins/airsdb/.codex-plugin/plugin.json
Executable file
46
AirPlan/docs/spec/AirPlan-ParaV2/plugins/airsdb/.codex-plugin/plugin.json
Executable file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "airsdb",
|
||||
"version": "0.1.1",
|
||||
"description": "Cppcheck static-analysis workflow for local and remote C/C++ code quality, security-relevant findings, exhaustive branch-analysis detail, AirDbg or AirDo handoff reports, and staticanalysis.md maintenance.",
|
||||
"author": {
|
||||
"name": "14816",
|
||||
"email": "noreply@example.com",
|
||||
"url": "https://airlongdian.fun/plugins/airsdb"
|
||||
},
|
||||
"homepage": "https://airlongdian.fun/plugins/airsdb",
|
||||
"repository": "https://airlongdian.fun/plugins/airsdb",
|
||||
"license": "MIT",
|
||||
"keywords": [
|
||||
"airsdb",
|
||||
"cppcheck",
|
||||
"static-analysis",
|
||||
"c",
|
||||
"cpp",
|
||||
"code-quality",
|
||||
"security",
|
||||
"airdbg",
|
||||
"airdo"
|
||||
],
|
||||
"skills": "./skills/",
|
||||
"interface": {
|
||||
"displayName": "AirSDB",
|
||||
"shortDescription": "Cppcheck static analysis with exhaustive local and remote reports",
|
||||
"longDescription": "AirSDB helps Codex run cppcheck static analysis for C or C++ projects, detect or auto-configure cppcheck on first startup, run local scans using compile_commands.json when available, default local and remote scans to --check-level=exhaustive for maximum branch-analysis detail, run remote scans over SSH with remote cppcheck auto-configuration when possible, write detailed XML or JSON artifacts under AirPlan/state/airsdb/reports, maintain concise AirPlan/docs/staticanalysis.md reports for AI context, and hand static-analysis evidence to AirDbg and AirDo.",
|
||||
"developerName": "14816",
|
||||
"category": "Productivity",
|
||||
"capabilities": [
|
||||
"Interactive",
|
||||
"Write"
|
||||
],
|
||||
"websiteURL": "https://airlongdian.fun/plugins/airsdb",
|
||||
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
|
||||
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
|
||||
"defaultPrompt": [
|
||||
"Use AirSDB to run cppcheck and capture detailed static-analysis evidence for a local C or C++ codebase.",
|
||||
"Use AirSDB to prepare or run a remote cppcheck scan over SSH and bring the findings back into the project context.",
|
||||
"Use AirSDB to provide static-analysis evidence to AirDbg or AirDo before we change C or C++ code."
|
||||
],
|
||||
"brandColor": "#0F766E",
|
||||
"screenshots": []
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user