ngx-renamer v1.1.0 - Documentation Excellence
Minor release focusing on documentation quality and AI agent integration.
What's New in v1.1.0:
📚 Documentation Restructure
- README.md: Shortened by 62% (680 → 260 lines) - user-focused installation guide
- AGENTS.md: NEW - Follows official agents.md specification
- Clear persona for AI coding agents
- Exact development, testing, deployment commands
- Code style examples and boundaries
- Supported by GitHub Copilot, OpenAI, Anthropic tools
- ARCHITECTURE.md: Renamed from old AGENTS.md with expanded technical documentation
✨ Quality Improvements
- Removed all AI tool advertisements
- Clear separation: Users | AI Agents | Developers
- Boundaries prevent future advertisement insertions
- Genericized .gitignore for all AI tools
🔧 No Code Changes
- This is a documentation-only release
- All functional code unchanged from v1.0.0
- 100% backward compatible
Installation:
cd ~/paperless
git clone https://github.com/chriskoch/ngx-renamer.git
# Configure credentials in docker-compose.env
# Update docker-compose.yml (see README.md)
docker compose up -dDocumentation:
- Installation Guide
- Development Setup
- Architecture Details
- Full Changelog
Upgrade from v1.0.0:
- Pull latest changes:
git pull origin main - No configuration changes needed
- Documentation updated automatically
- 100% backward compatible - no code changes
Core Features (from v1.0.0, unchanged):
- Multi-LLM support (OpenAI + Ollama)
- Zero-setup auto-init installation
- 30 integration tests
- Comprehensive documentation