From e4fae56509d49869f36c7d1d3500b595a9de740b Mon Sep 17 00:00:00 2001
From: Timo <6156589+Shik3i@users.noreply.github.com>
Date: Mon, 8 Jun 2026 21:16:23 +0200
Subject: [PATCH] fix: README - New Release unter Beschreibung, Git-Regeln in
AI_INIT.md
---
README.md | 4 ++--
docs/AI_INIT.md | 9 +++++++++
2 files changed, 11 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index f5bf09d..f6c62a6 100644
--- a/README.md
+++ b/README.md
@@ -12,10 +12,10 @@
New v2.2.0 Release! — See what's changed
-KoalaSync is a lightweight Browser Extension and Relay Server for synchronized video playback on almost any website with a video element—YouTube, Twitch, Netflix, Emby, Jellyfin, and beyond. Built with a focus on Data Sovereignty and Performance.
+ + ### 🌟 Why KoalaSync? * **🛡️ Security-First**: Volatile RAM-based relay with built-in brute-force protection and zero-persistence architecture. We keep no logs of your sessions or synchronizations. *We don't track you. We only track our server* (relying on the [aggregated, anonymous, non-personal metrics](https://syncserver.koalastuff.net/health) provided under `/health`). diff --git a/docs/AI_INIT.md b/docs/AI_INIT.md index 34f2482..a0955d2 100644 --- a/docs/AI_INIT.md +++ b/docs/AI_INIT.md @@ -100,6 +100,15 @@ The following features are critical and must not be removed or fundamentally alt ## 10. Common Workflows +## CRITICAL: Git & Release Rules + +- **NEVER** push, commit, tag, or release without explicit user instruction. +- **NEVER** retag or force-push without explicit instruction. +- **NEVER** create tags for documentation-only or README changes. +- **NEVER** run `git push`, `git tag`, `git commit` unless the user says "push", "commit", or "tag". +- Only the user decides when to commit, push, tag, or release. +- Ask before any git write operation. + ### ⚠️ Pre-Session Git Sync (MANDATORY) Before starting any task, committing, or pushing, you **MUST** run `git pull --rebase` to ensure your local branch is up-to-date with `origin/main`. CI pipelines and other agents may push commits concurrently. Skipping this step will cause merge conflicts and rejected pushes.