feat: introduce identity-backed goat

This commit is contained in:
Rijad Zuzo
2026-07-26 22:26:00 +02:00
parent 1f09ebe6b6
commit f79c2bb630
47 changed files with 1903 additions and 96 deletions
+4 -1
View File
@@ -22,7 +22,10 @@ func validate() -> Array[String]:
if (
target_type
not in [
SimulationIds.TARGET_RESOURCE, SimulationIds.TARGET_ACTIVITY, SimulationIds.TARGET_FREE
SimulationIds.TARGET_RESOURCE,
SimulationIds.TARGET_ACTIVITY,
SimulationIds.TARGET_ANIMAL,
SimulationIds.TARGET_FREE,
]
):
errors.append("target_type '%s' is invalid for '%s'" % [target_type, action_id])