feat: Detect `InspectorsConfig` and `SessionInspectorsConfig` are not in sync
Metadata
Current evaluation
Merged a feature detecting synchronization mismatches between InspectorsConfig and SessionInspectorsConfig. Resolves issue 485. Approved by two reviewers with all CI checks passing. Changes span 17 files.
Suggested action: —
No scores available.
Issue body
- [x] Have you signed the [CLA](http://www.ubuntu.com/legal/contributors/)?
-----
`SessionInspectorsConfig` can have more fields than `InspectorsConfig`
Fixes #485
FETCH-47
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged a feature detecting synchronization mismatches between InspectorsConfig and SessionInspectorsConfig. Resolves issue 485. Approved by two reviewers with all CI checks passing. Changes span 17 files. |
Update history
| Date | Change |
|---|---|
| created |
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #480 feat: support per-session inspector conf | fetch-service | merged | Merged: Added per-session inspector configuration support. Approved by two reviewers and passed all CI checks. Proceeded despite 14 unresolved comments and a known spread test failure from an external store bug. Closes FETCH-31. | |
| #252 feat(config): merge inspector configuration branch | fetch-service | merged | Merged the inspector configuration branch, resolving issue #210. Approved by two reviewers, the update modifies 51 files with 2042 additions and 688 deletions to consolidate configuration handling. | |
| #493 docs: session inspectors conf | fetch-service | merged | Merged documentation update for per-session inspectors configuration. Aligns JSON comment spacing for rendered output and resolves issue #488. Approved by two reviewers and passed CI checks. |