Complete legacy relay infrastructure cleanup and documentation updates

- Remove duplicate legacy relay files from src/lib/nostr/ directory
- Add deprecation notices to outdated architecture documentation
- Update file path references in RELAY_HUB_ARCHITECTURE.md
- Clean up all remaining references to removed NostrclientHub service
- Finalize consolidation to single RelayHub service architecture

This completes the relay infrastructure cleanup effort, removing all
redundant code and updating documentation to reflect current architecture.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
padreug 2025-09-06 11:03:56 +02:00
parent 3570f5110d
commit 3abdd2d7d9
6 changed files with 18 additions and 882 deletions

View file

@ -1,5 +1,9 @@
# Web App Architecture Analysis & Modularity Assessment
> **⚠️ OUTDATED DOCUMENT**
> **Updated Version**: `/docs/modular-architecture-analysis.md`
> **Status**: Print version of outdated September 4, 2025 analysis
**Date:** September 4, 2025
**Project:** Ario Web App (Vue 3 + Nostr + LNbits)
**Objective:** Evaluate current architecture for modular plugin-based development