2.8 KiB
2.8 KiB
PROJECT_RESUME: Lemontropia-Suite
Project Metadata
- Repository: https://git.lemonlink.eu/impulsivefps/Lemontropia-Suite
- Local Path:
/home/impulsivefps/.openclaw/workspace/projects/Lemontropia-Suite - Clone Date: 2026-02-08 16:20 UTC
- Last Commit:
63c5c8f- feat: add Obsidian REST API endpoint configuration - Lead Engineer: LemonNexus (identity synchronized)
- Status: 🟢 Active - Sprint 0 Complete
Project Overview
Entropia-Tools Suite Replication - Professional analytics platform for Entropia Universe MMORPG.
Core Modules
- Hunter Tracker - Combat performance & ROI analytics
- Mining Tracker - Geospatial resource mapping & probe efficiency
- Crafting Tool - Manufacturing cost/benefit simulation
- Inventory Manager - Asset valuation & market markup tracking
Technical Stack (Recommended)
- Language: Python (rapid dev) or C#/.NET (Windows native)
- Database: SQLite / structured JSON
- UI: Modern Dark Mode (PyQt6 or Electron)
- Data Capture: Hybrid (Log polling + OCR)
- Overlay: Transparent click-through HUD (Always on Top)
Key Features
- Data Principle: All sessions stored as "Projects" (archivable, comparable)
- Real-time Log Polling:
Documents/Entropia Universe/chat.log - OCR: Tesseract/PaddleOCR for UI element capture
- Auto-Screenshot: Trigger on loot > 50 PED
- License Auth: Email + Invoice ID verification
Development Status
Sprint 0: Infrastructure ✅ COMPLETE
- Repository initialized
- Documentation structure created
- Environment configuration (.env, .env.example)
- Obsidian integration (192.168.5.30:27123)
- Agent identity synchronized (AGENTS.md → SOUL.md)
- PROJECT_INDEX.md created
- Git workflow established
Sprint 1: Core Data Capture Engine ⏳ NEXT
- Create
/coredirectory structure - Implement
LogWatcher(Observer Pattern) - Implement
ProjectManager(Data Principle) - SQLite schema initialization
- Mock data pipeline
- Unit tests for core components
Key Files
README.md- Project overviewPROJECT_INDEX.md- Complete project structure and architectureTECHNICAL_SPECS.md- Implementation detailsGAME_MECHANICS.md- Entropia Universe domain knowledgeAI_KNOWLEDGE_BASE.md- MCP server configurationAGENTS.md- Development agent guidelines (NEVER-BREAK RULES)
Environment Setup
.env.example— Template with all configuration options documented.env— Development configuration (gitignored)- Directory structure:
data/,screenshots/,logs/,test-data/,maps/
Next Actions
Current Sprint: Core Data Capture Engine Assigned: LemonNexus (Lead Engineer) Awaiting: Lead Architect approval to proceed