- Fix realpath --relative-to not available on macOS
- Fix grep pipeline exit code with set -euo pipefail
- Add warning to RELEASE.md about never moving tags post-release
- Add Docker build test to CI (rust.yml) to catch Dockerfile issues early
- Add publish-release job to release.yml that un-drafts the release
before triggering Homebrew/Chocolatey, preventing 404 errors
- Add pre-release validation script (scripts/pre-release-check.sh)
that checks version consistency, changelog, code quality, and Dockerfile
- Update RELEASE.md with new pre-release check step
- Add --pcap-export flag to stream packets to PCAP file
- Write connection metadata (PID, process, timestamps) to JSONL sidecar
- Include Python script for enriching PCAP with process info
- Update documentation with usage examples and workflow