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
- Create NEW_LOADER_GUIDE.md with step-by-step instructions, code templates,
type mapping reference, and validation checklist
- Update CLAUDE.md with quick reference, correct method names, and links
to the detailed guide
- Document all 7 existing loaders with their characteristics
This enables agents to implement new loaders without reverse-engineering
existing implementations.
-**Unit tests**: Test pure logic and data structures WITHOUT mocking. Unit tests should be simple, fast, and test isolated components (dataclasses, utility functions, partitioning logic, etc.). Do NOT add tests that require mocking to `tests/unit/`.
0 commit comments