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>
50 lines
1.4 KiB
Markdown
Executable File
50 lines
1.4 KiB
Markdown
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.json`
|
|
- `install_to_home.ps1`
|
|
- `init_project_airplan.ps1`
|
|
|
|
### AirContext
|
|
- `AirContextServer/`
|
|
- `install_aircontext_local.ps1`
|
|
- `aircontext-settings-snippet.json`
|
|
|
|
## Quick install
|
|
|
|
### Install the Air workflow suite
|
|
Run in PowerShell from this extracted folder:
|
|
|
|
```powershell
|
|
.\install_to_home.ps1
|
|
```
|
|
|
|
### Stage AirContext on the target machine
|
|
Run:
|
|
|
|
```powershell
|
|
.\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:
|
|
|
|
```powershell
|
|
.\install_all.ps1
|
|
```
|
|
|
|
## Notes
|
|
|
|
- `aireng` is packaged from the current updated implementation and no longer keeps `air-engine` as 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.json` shows the Claude settings shape needed to enable the local AirContext marketplace.
|