From 51339d30e366fe99c4d1b9f167f4254caabad6ab Mon Sep 17 00:00:00 2001 From: Jon Langevin Date: Tue, 19 May 2026 16:45:54 -0400 Subject: [PATCH] docs(audit): add examples/minimal/config.yaml Follow-up to workflow#714. Co-Authored-By: Claude Opus 4.7 (1M context) --- examples/minimal/config.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/minimal/config.yaml diff --git a/examples/minimal/config.yaml b/examples/minimal/config.yaml new file mode 100644 index 0000000..546e854 --- /dev/null +++ b/examples/minimal/config.yaml @@ -0,0 +1,12 @@ +# Minimal config exercising workflow-plugin-audit. +version: 1 +modules: + - name: audit-provider + type: audit.collector + config: {} +workflows: + pipeline: + steps: + - name: example + type: step.audit_query + config: {}