Name aICentral: README neu, sichtbare Titel umgestellt

README trägt jetzt aICentral mit der Tagline "Get Claude Code organized"
als eigene Zeile, dazu ein Hinweis auf die Unabhängigkeit von Anthropic
(Claude/Claude Code als fremde Marken, rein beschreibend genannt).

Sichtbare Stellen mitgezogen: Hauptfenster-Titel, Überschrift der
Verwaltung, Seitentitel, Linux-Tray-Titel und der AppImage-Hinweis
unter GNOME. Technische Bezeichner bleiben ai-control — Binary,
Identifier, SNI-Id und der Popup-Fenstertitel, auf den KWin-Script und
GNOME-Extension matchen.

Außerdem im README: deploy-macos.sh und deploy-windows.ps1 ergänzt, die
Installationswege pro OS beschrieben (macOS nach ~/Applications, das
Build-Bundle wandert danach nach macos.noindex), Panel-Tabs englisch
benannt und die Zweisprachigkeit der Oberfläche erwähnt.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
marcusH
2026-07-22 09:07:11 +02:00
parent e7f98dd072
commit 6b4afd2bc5
6 changed files with 27 additions and 14 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ async function toggleAutostart() {
<template>
<header data-tauri-drag-region>
<h1 data-tauri-drag-region>ai-control</h1>
<h1 data-tauri-drag-region>aICentral</h1>
<nav>
<button :class="{ active: tab === 'projects' }" @click="tab = 'projects'">
{{ $t("app.projects") }}