style: apply oxfmt cleanup

This commit is contained in:
Peter Steinberger
2026-04-10 23:09:29 +01:00
parent 6281dd7379
commit a73dc477d7
10 changed files with 35 additions and 46 deletions

View File

@@ -2,7 +2,6 @@
name: taskflow
description: Use when work should span one or more detached tasks but still behave like one job with a single owner context. TaskFlow is the durable flow substrate under authoring layers like Lobster, ACPX, plugins, or plain code. Keep conditional logic in the caller; use TaskFlow for flow identity, child-task linkage, waiting state, revision-checked mutations, and user-facing emergence.
metadata: { "openclaw": { "emoji": "🪝" } }
---
# TaskFlow