From 27469da5d63276db2078747623675a0c118c75e6 Mon Sep 17 00:00:00 2001 From: Marcel Wege Date: Sun, 17 May 2026 19:05:58 +0200 Subject: [PATCH] chore(profiles): translate German descriptions to English MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Picked up from the now-closed #42 — the description-translation half of that PR was missed in my close. The YAML-quoting half of #42 was already folded into PR #44 via #44's commit 0bcb1fd, and the byte5 channel plugin IDs were already in main (only the @omadia/* entries needed quoting for YAML semantics; de.byte5.* don't start with a reserved char). This commit only translates the human-readable description strings — no plugin list changes, no behavioural changes. Tests still green. --- middleware/profiles/minimal-dev.yaml | 2 +- middleware/profiles/production.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/middleware/profiles/minimal-dev.yaml b/middleware/profiles/minimal-dev.yaml index 1cf79713c..ba42de319 100644 --- a/middleware/profiles/minimal-dev.yaml +++ b/middleware/profiles/minimal-dev.yaml @@ -1,7 +1,7 @@ schema_version: 1 id: minimal-dev name: Minimal Dev -description: In-Memory-KG, ohne Verifier, nur Teams-Channel. Embeddings sind eingebunden weil orchestrator-extras embeddingClient@^1 zwingend benötigt. +description: In-memory knowledge graph, no verifier. Embeddings are included because orchestrator-extras requires embeddingClient@^1. Add channel plugins via the admin UI after the profile applies. plugins: - "@omadia/memory" - "@omadia/knowledge-graph-inmemory" diff --git a/middleware/profiles/production.yaml b/middleware/profiles/production.yaml index 4c885b761..b01c4737b 100644 --- a/middleware/profiles/production.yaml +++ b/middleware/profiles/production.yaml @@ -1,7 +1,7 @@ schema_version: 1 id: production name: Recommended Production -description: Neon-KG + Verifier + Orchestrator-Stack + Teams + Telegram. Operator setzt DATABASE_URL + ANTHROPIC_API_KEY + Channel-Secrets nach Profile-Apply. +description: Postgres-backed knowledge graph + verifier + full orchestrator stack. Operator sets DATABASE_URL + ANTHROPIC_API_KEY before profile apply, then installs channel plugins via the admin UI. plugins: - "@omadia/memory" - "@omadia/knowledge-graph-neon"