Release And Packaged Asset Usage¶
Release archives contain:
seambinaryschemas/transcript.schema.jsonrules/scenarios/examples/profiles/QUICKSTART.md- SHA-256 checksums
Build Locally¶
cd agentic-redteam/seam
bash scripts/build-release.sh --version seam-v0.0.0-dev
bash scripts/smoke-release.sh
Check The Binary¶
seam version
seam version --json
seam doctor --schema schemas/transcript.schema.json --rules rules/
Packaged Defaults¶
The packaged schema path defaults to:
schemas/transcript.schema.json
From a release archive, examples in this handbook assume commands run beside the packaged rules/, examples/, profiles/, and scenarios/ directories.