Files
insertr/scripts/dev.js
Joakim 8a709a5250 cleanup: remove legacy insertr-cli and insertr-server directories
🧹 **Legacy Code Cleanup**

**Removed Directories:**
- `insertr-cli/` - 23 files removed (replaced by unified binary)
- `insertr-server/` - 24 files removed (replaced by unified binary)

**Updated References:**
- `TODO.md` - Updated file paths to reflect unified structure
- `scripts/dev.js` - Updated required/optional file checks

**Benefits:**
 **Single Source of Truth** - No more duplicate code or confusion
 **Smaller Repository** - Removed ~47 legacy files and binaries
 **Cleaner Development** - Only unified binary approach remains
 **Better Maintenance** - No legacy code paths to maintain

**All Functionality Preserved:**
- Database layer: `internal/db/`
- Content logic: `internal/content/`
- API handlers: `internal/api/`
- Commands: `cmd/enhance.go`, `cmd/serve.go`

The unified `insertr` binary now provides all functionality with enhanced architecture and no backwards compatibility baggage.
2025-09-10 18:38:56 +02:00

5.0 KiB
Executable File