BACH Tool: policy_control
==================================================
Generiert: 2026-01-23 10:36
Quelle: tools/policy_control.py

BESCHREIBUNG
----------------------------------------
policy_control.py - Zentrale Code-Snippet Injection

Injiziert standardisierte Code-Policies in Python-Projekte.
Unterstützt inline-Injection (kleine Snippets) und externe Dateien (grosse).

Usage:
    python policy_control.py <datei.py> --inject emoji_safe
    python policy_control.py <datei.py> --set standardfixer
    python policy_control.py <datei.py> --check emoji_safe
    python policy_control.py <ordner> --set standardfixer --recursive
    python policy_control.py --list
    python policy_control.py --list-sets

Autor: Claude
Version: 1.0

VERWENDUNG
----------------------------------------
python bach.py tools run policy_control [args]
oder direkt: python tools/policy_control.py [args]

HINWEISE
----------------------------------------
- Automatisch generiert aus Docstring
- Bei Fragen: bach tools show policy_control
