From 1b5dab32bf80a733d303997526708ac1db231d25 Mon Sep 17 00:00:00 2001 From: Leopoldadmin Date: Tue, 16 Jun 2026 22:36:04 +0000 Subject: [PATCH] Initial commit: README + Hinweis auf v1.0.0 Release --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2e38da7 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# a0_software_orchestrator + +Agent Zero Software-Orchestrator Plugin. + +**Inhalt (Stand 2026-06-17):** +- 236 Dateien (siehe `a0_software_orchestrator-v1.0.tar.gz` im Release v1.0.0) +- Auto-Registration-Bugfix: 17 Dateien gepatcht, 25 Tests grün +- block_compactor-Tool refactored (Soft-Check statt Hard-Block) +- DB sauber (1 Projekt aktiv: `leocrm`) + +**Vollständiger Code:** Siehe Release v1.0.0 Asset `a0_software_orchestrator-v1.0.tar.gz`. + +**Installation:** +``` +tar -xzf a0_software_orchestrator-v1.0.tar.gz -C /a0/usr/plugins/ +```