cargo build -j2 --workspace
cargo test -j2 --workspace
cargo clippy -j2 --workspace --all-targets -- -D warnings# Builds + smokes the orchestrator + python sidecars:
./tests/boot_test.sh
# With all multi-language sidecar builds (slow, ~20 min):
SYMBI_BOOT_TEST_MULTILANG=1 ./tests/boot_test.shRequires an LLM API key and running sidecars:
cargo test -j2 -p symbi-codered-cli --test plan_g_e2e -- --ignoredSee SECURITY.md for the coordinated-disclosure process. Please do not open public issues for vulnerabilities.
This project follows the Contributor Covenant.