v0.5.2
Added
- First-class deterministic flow runner:
xyte-cli flow run <flow-id>with safe default--plan.- guarded progression with
--apply --allow-write. - resumable execution via
--resume <run-id-or-path>. - structured artifact bundles under
./tmp/flow-runs/....
- Flow discovery and lifecycle commands:
xyte-cli flow listxyte-cli flow createxyte-cli flow editxyte-cli flow sharexyte-cli flow import
- New flow-run contract and schema:
xyte.flow.run.v1docs/schemas/flow-run.v1.schema.json
- Built-in executable flow catalog for:
flow.setup-readiness-10mflow.incidents-delta-watchflow.watch-to-triageflow.guided-remediationflow.bulk-claim-and-space-importflow.daily-deep-dive-report
- Doc-sync regression test enforcing exact recipe parity between
docs/flows/agent-ops.mdand the built-in flow catalog.
Changed
- Updated agent/operator docs to prefer deterministic flow execution (
flow run) for multi-step operations. - Added executable-flow guidance in flow docs and skill routing.
- Hardened watch polling defaults and caps to prevent unbounded API pressure.
Fixed
- Enforced stricter watch limits:
- minimum
--interval-msis now1000. - default bounded polling when
--max-pollsis omitted. - maximum
--max-pollsis now3600.
- minimum
What's Changed
Full Changelog: v0.5.1...v0.5.2