Files
a0_software_orchestrator/prompts/project_templates/optional/permissions.yaml
T
Software Orchestrator 5769c1cd22 Initial commit: a0_software_orchestrator v1.0
- Auto-Registration-Bug behoben (register_project/get_project_id/resolve_project Trennung)
- 25 Tests gruen (Pytest)
- block_compactor-Tool refactored (Option B: Soft-Check statt Hard-Block)
- 4 Restbaustellen gefixt
- DB-Schema: plugin_settings-Tabelle hinzugefuegt
- 3 Schattenprojekte aus DB geloescht
- Plan v3 + Refactor-Plan + Worklog dokumentiert
2026-06-16 22:13:06 +00:00

24 lines
448 B
YAML

# Permissions
allow:
- "read:source"
- "read:docs"
- "read:templates"
- "read:non_secret_config"
- "git:status"
- "git:diff"
ask:
- "git:commit"
- "git:push"
- "deploy:*"
- "read:large_logs_for_runtime_errors"
restricted:
- "live_secret_files"
- "runtime_environment_dumps"
- "credential_stores"
- "shell_history"
- "credential_value_searches"
- "credential_discovery_commands"
- "destructive_terminal_commands"