diff --git a/README.md b/README.md index f5bf09d..f6c62a6 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ Chrome Extension

-

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.

+

New v2.2.0 Release! — See what's changed

+ ### 🌟 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.