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>
1.4 KiB
Executable File
1.4 KiB
Executable File
AirPlan-ParaV2 Deployment Bundle
This bundle packages the Air workflow suite plus the standalone AirContext component for deployment on another computer.
Included components
Air workflow suite
- plugins: airarc, aireng, airdo, airdbg, airxdb, airndb, airsdb
lib/air_runtime.agents/skills/*.agents/plugins/marketplace.jsoninstall_to_home.ps1init_project_airplan.ps1
AirContext
AirContextServer/install_aircontext_local.ps1aircontext-settings-snippet.json
Quick install
Install the Air workflow suite
Run in PowerShell from this extracted folder:
.\install_to_home.ps1
Stage AirContext on the target machine
Run:
.\install_aircontext_local.ps1
This copies AirContextServer to %USERPROFILE%\AirContextServer and prints the settings snippet path to enable the plugin in Claude Code.
Install everything in one step
Run:
.\install_all.ps1
Notes
airengis packaged from the current updated implementation and no longer keepsair-engineas a public entrypoint.- AirContext is shipped as a separate component because it is not part of the
plugins/development tree. - The bundled
aircontext-settings-snippet.jsonshows the Claude settings shape needed to enable the local AirContext marketplace.