@paradigma-inc/flywheel 0.1.77 → 0.1.78
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -93,7 +93,8 @@ Hook workflow-if contract (first version):
|
|
|
93
93
|
- Workflow-if operators: `all`, `any`, `not`, `event`, `any_artifact`; predicate operators: `eq`, `in`, `exists`.
|
|
94
94
|
- Canonical none-artifact expression: `not: { any_artifact: ... }`.
|
|
95
95
|
- Run cardinality is fixed at one run per `(hook_id, event_id)` (no artifact fanout).
|
|
96
|
-
- Submission-only matching is typically `any_artifact.field=metadata.
|
|
96
|
+
- Submission-only matching is typically `any_artifact.field=metadata.campaign_role` with `eq: submission`.
|
|
97
|
+
- Campaign submission artifacts are valid only on public attempt nodes; private and unlisted submissions do not count in campaign snapshots or dispatch submission hook runs.
|
|
97
98
|
- Workflow step types include `flywheel/http_request@v1`, `flywheel/http_poll@v1`, `flywheel/json_extract@v1`, `flywheel/load_artifact@v1`, `flywheel/upsert_artifact@v1`, and `flywheel/add_node_tags@v1`.
|
|
98
99
|
- `flywheel/upsert_artifact@v1` selectors are authored under `with.match`; `match.metadata` is subset matching and ambiguous selectors fail terminally.
|
|
99
100
|
- `flywheel/add_node_tags@v1` adds ordinary root graph tags to a target node and preserves existing tag assignments; one-only tags are rejected in v1.
|