976a1fa1d0dc6611f36d825983d85a920aa49855
- Add AGENTS.md with comprehensive repository guidelines covering project structure, build/test commands, coding style, testing practices, and commit conventions - Add REVIEW_REPORT.md documenting code review findings including 4 actionable issues: logging permission errors, incorrect test imports, timezone conversion bugs, and dead error counter code - Include detailed recommendations for fix prioritization and test evidence from pytest runs - Provide reference documentation for future development and maintenance workflows
Video Library Manager
A Python-based CLI tool for managing personal video collections with a safety-first, human-in-the-loop approach.
Installation
This project uses uv for Python package management. To install:
# Install dependencies
uv pip install -e .
# Install with development dependencies
uv pip install -e ".[dev]"
Usage
vlm --help
Development
Run tests:
pytest
Requirements
- Python >= 3.10
- uv (Python package manager)
- ffmpeg (optional, for video metadata extraction)
Languages
Python
100%