streamweave-attractor 0.3.0

Attractor pipeline as a StreamWeave graph
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/env bash
set -euo pipefail

echo "> pre-push"

bin/format
bin/fix
bin/check
bin/lint
bin/build
bin/test
# bin/test-examples  # simple_pipeline requires LLM; run manually when needed
bin/audit
bin/check-docs