From 6373ca930c9948f58009e352762049b04feaa9e6 Mon Sep 17 00:00:00 2001 From: admin Date: Mon, 18 May 2026 12:05:54 +0800 Subject: [PATCH] docs: add README --- README.md | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 47 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7718dfa --- /dev/null +++ b/README.md @@ -0,0 +1,47 @@ +# AirEng + +**Scheduler dispatching isolated AirDo subagents** + +Version: 0.6.0 +Author: 14816 +License: MIT +Repository: http://git.airlongdian.fun/admin/aireng.git +Homepage: https://airlongdian.fun/plugins/aireng + +--- + +## Description + +AirEng is the sole public scheduler for the Air workflow. It reads AirArc execution artifacts from AirPlan, prepares isolated task handoffs, dispatches multiple AirDo worker subagents with bounded concurrency, monitors them every 5 minutes, repairs stalled flow when possible, and merges structured worker results. + +## Installation + +```bash +# Add the Air marketplace +claude plugin marketplace add http://git.airlongdian.fun/admin/airplan.git + +# Install this plugin +claude plugin install aireng +``` + +## Usage + +- `/aireng - Load AirArc artifacts and dispatch AirDo subagents` + +For detailed usage, see `commands/aireng.md` in this repository. + +## Requirements + +- Claude Code CLI or desktop app (latest version recommended) +- Python 3.8+ (for script-based plugins) +- Additional dependencies listed in the plugin's skill documentation + +## Part of Air Suite + +This plugin is part of the [Air workflow suite](http://git.airlongdian.fun/admin/airplan). See the [marketplace README](http://git.airlongdian.fun/admin/airplan) for the full plugin list and installation instructions. + +## Support + +- Repository: http://git.airlongdian.fun/admin/aireng.git +- Issues: Open an issue in this repository +- Homepage: https://airlongdian.fun/plugins/aireng