[workspace]
value_file = "value.json"
[[action]]
name = "process_point"
command = "echo {directory}"
[action.group]
# ANCHOR: sort
sort_by = ["/x"]
# ANCHOR_END: sort
[[action.group.include]]
condition = ["/type", "==", "point"]
[[action]]
name = "process_letter"
command = "echo {directory}"
[[action.group.include]]
condition = ["/type", "==", "letter"]