This commit is contained in:
team3
2026-07-23 11:54:31 +02:00
parent f07ef9653d
commit 09f9ea74a6
18 changed files with 364 additions and 85 deletions

View File

@@ -34,7 +34,7 @@ def vorflug(wurzel: Path) -> str:
raise VorflugFehler(f"{wurzel} ist kein git-Repo — Anker brauchen Commit-Hashes (git init && commit)")
if not repo.working_tree_sauber(wurzel):
raise VorflugFehler(f"{wurzel} hat uncommittete Änderungen — erst committen, dann scannen")
if not os.getenv("PLANER_FAKE_AGENTS"):
if not config.fake_agents_aktiv():
for rolle in config.ROLLEN:
try:
provider, _ = config.resolve_role(rolle)