Implements RoomStorage and TrackingStorage ports using JSON file persistence: - JsonFileRoomStorage: Stores room data at ~/.jigaido/data/<room_id>.json - JsonFileTrackingStorage: Stores tracking data at ~/.jigaido/tracking/<room_id>_<user_id>.json Features: - Atomic writes using tempfile + rename for data safety - Automatic directory creation - Implements all methods from ports.py protocols
183 B
183 B