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
Resolve the CodeRabbit review comments on the Module C PR:
- schemas.py: enforce RFC format parity — AnyUrl for url fields,
datetime for committed_at/filtered_at/classified_at/created_at
- section_validator.py: replace assert with a typed
MalformedKnowledgeItemError guard (survives python -O)
- knowledge_source.py: skip+log malformed JSONL rows instead of
aborting the whole iteration on ValidationError
- config_loader_test.py: isolate os.environ and assert the specific
FrozenInstanceError
- dataset_test.py: add a timeout to the determinism subprocess call
- build_golden_dataset.py: rename unused loop var node_id -> _node_id
- section_validator_test.py: assert committed_at as the typed datetime
0 commit comments