Skip to content

Getting started

just setup
just build

Pull a bounded sample into the gitignored corpus:

./corpus/sync -dry-run
./corpus/sync

Induce the schema of what you pulled, without exporting anything:

./bin/ca2profile corpus/processed

Check it against the committed baseline:

just probe

Run the daemon against a local config with only the log sink enabled and content off, which is the cheapest way to see it work:

cp config.example.yaml config.yaml
# set metrics.enabled false, traces.enabled false, logs.record_types to [turn, session, error]
just run

The gate before any commit:

just check < /dev/null