This project was developed with assistance from Claude (Anthropic AI), specifically Claude Opus 4.5.
The research, architecture design, and documentation were created through an interactive session with Claude Code on 2026-01-31.
- State-of-the-art analysis (RESEARCH.md)
- Technical feasibility study (TECHNICAL_ANALYSIS.md)
- Architecture recommendations
- FFmpeg integration strategies
- PeerTube plugin system exploration
- All code files (comments, variable names, log messages) must be written in English.
- Translation files (
languages/*.json) contain localized strings and are the only exception. - Never add
Co-Authored-Byor any AI attribution in git commits. - Before every commit, run
npm run lintto ensure code quality and fix any linting issues. - Before every commit, run
npm auditto check for security vulnerabilities in dependencies.