You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix server YAML source_root resolution and add review tests
- server.py main() passes source_root=None to resolve_operator_config
so YAML source_root is resolved in Phase 2, not skipped. The previous
code passed _project_root() as source_root, which caused the CLI path
to skip YAML resolution (C1 from code review).
- cli.py _cmd_diagnose_ignore uses cfg.source_root instead of
server._project_root() to avoid divergence when YAML source_root
is set (I3 from code review).
- add test for YAML source_root resolution via server path.
- add tests for init parent-config warning detection.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
0 commit comments