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:
AirCoding
2026-06-12 17:12:29 +08:00
parent 8f55c962bb
commit ae44be31d5
364 changed files with 46779 additions and 2812 deletions

View File

@@ -0,0 +1,43 @@
{
"name": "airxdb",
"version": "0.2.2",
"description": "Midscene-based GUI debugging workflow for browser, desktop, and remote SSH GUI issues, with screenshot evidence for AirDbg, model-family gates, Computer MCP smoke tests, remote device screenshot setup, Windows screenshot repair, and reports.",
"author": {
"name": "14816",
"email": "noreply@example.com",
"url": "https://airlongdian.fun/plugins/airxdb"
},
"homepage": "https://airlongdian.fun/plugins/airxdb",
"repository": "https://airlongdian.fun/plugins/airxdb",
"license": "MIT",
"keywords": [
"airxdb",
"midscene",
"gui",
"ui-debug",
"playwright",
"mcp"
],
"skills": "./skills/",
"interface": {
"displayName": "AirXDB",
"shortDescription": "Midscene GUI debug workflow with local and remote screenshot evidence",
"longDescription": "AirXDB helps debug graphical interfaces with Midscene.js. It captures screenshot evidence for AirDbg even without model configuration, checks Midscene model and model-family configuration for semantic actions, smoke-tests Computer MCP, uses a remote device helper over SSH for remote GUI evidence and auto-configures missing remote screenshot tools when possible, repairs known Windows screenshot asset gaps, works with AirDbg to reproduce browser, desktop, and remote UI issues visually, generate reports, choose the right Midscene mode, and keep AGENTS.md, ADR, C4 module, and GUI debug logs current.",
"developerName": "14816",
"category": "Productivity",
"capabilities": [
"Interactive",
"Write"
],
"websiteURL": "https://airlongdian.fun/plugins/airxdb",
"privacyPolicyURL": "https://openai.com/policies/row-privacy-policy/",
"termsOfServiceURL": "https://openai.com/policies/row-terms-of-use/",
"defaultPrompt": [
"Use AirXDB with AirDbg to reproduce a browser, desktop, or remote GUI problem visually.",
"Use AirXDB to check the Midscene setup and choose the right GUI automation mode before acting.",
"Use AirXDB to capture screenshot evidence and a reproducible visual report for the current issue."
],
"brandColor": "#0EA5A4",
"screenshots": []
}
}