Commit Graph

5 Commits

Author SHA1 Message Date
6198e3ab2e feat(common,server): add ProtocolMode and route server through protocol dispatch 2026-02-26 14:50:49 +02:00
99f2e0bb72 refactor(runner): separate into smaller modules 2026-02-25 17:23:20 +02:00
cfdcd983e0 feat(runner): add detailed TOML config validation with miette errors
- Use miette's NamedSource and SourceSpan for precise error locations
    - Implement field-level validation (mode, payload, iters, concurrency)
    - Show exact line and field causing validation errors in CLI output
2026-02-11 17:47:09 +02:00
818cfd5598 refactor(server,common): introduce custom error types with thiserror and miette 2026-02-11 16:29:59 +02:00
cda6024062 refactor(runner): use custom error types with thiserror and miette 2026-02-11 15:53:38 +02:00