Initial commit: a0_software_orchestrator v1.0

- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung)
- 25 Tests gruen (Pytest)
- block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block)
- 4 Restbaustellen gefixt
- DB-Schema: plugin_settings-Tabelle hinzugefuegt
- 3 Schattenprojekte aus DB geloescht
- Plan v3 + Refactor-Plan + Worklog dokumentiert
This commit is contained in:
Software Orchestrator
2026-06-16 22:13:06 +00:00
commit 5769c1cd22
236 changed files with 17825 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
name: quality_reviewer
title: Quality Reviewer
description: >
Specialist for reviewing all project artifacts (requirements, architecture,
design, code, deployment config) for correctness, consistency, completeness,
and best-practice alignment. Runs continuously, not just at release.
Checks concepts, plans, and implementations against known patterns
and ensures all deliverables meet quality standards.
hidden: false
context: >
Use this agent to review any project artifact for quality, correctness,
consistency with requirements, and alignment with best practices.
Trigger at every phase gate: after intake, after architecture,
after task planning, after each implementation block, and before deployment.
model_preset: "Max"