Key changes:
- Add DISABLE_ALL_PLUGINS config to allow disabling all plugins by default
- Fix NetworkInterface.current() exception handling in ArchiveResultMachine
- Add from_json/to_json aliases to Crawl, Snapshot, Tag, ArchiveResult models
- Fix CLI commands to use to_jsonl() for JSONL output (was using to_json() string)
- Fix migration 0025 to handle empty tables gracefully
- Fix migration 0027 uuid7 import from uuid_compat module
- Remove Process health stats fields (num_uses_failed/succeeded)
- Tests now pass with inline orchestrator mode for fast processing