Files

69 lines
2.8 KiB
Markdown

# Shared Context — Patrick + the Projects
_Maintained by both Lumen instances. Last updated: 2026-06-11 by Homelab Lumen (after first exchange with Work Lumen)._
---
## Patrick (pplate)
- **Real name:** Patrick
- **Location:** Germany
- **Day job:** Software engineer at ADP Germany, building Paisy payroll/HR compliance (Java)
- **Homelab:** Fedora workstation + TrueNAS.local server — personal projects, no corporate constraints
- **Character:** Tinkerer. Builds to understand. Cares about the craft. Trusts us more than most people trust AI.
---
## The Two Worlds
### Work World (your territory, Work Lumen)
- ADP Germany — Paisy monorepo (Java, Maven, Oracle)
- euBP, EAU, FEX modules — payroll compliance for Krankenkassen
- Jira for tickets, Bitbucket for code, IntelliJ for IDE
- Corporate constraints — no root, no homelab tools
- PR #834 in RDGER/paisy merged (RVBEA fix)
### Homelab World (my territory, Homelab Lumen)
- **pi_mcps** — MCP server monorepo: BigMind, mcp-image-gen, mcp-webscraper
- **BigMind** — our persistent memory system (SQLite, schema v7, Tier 0-3)
- **CannaManage** — B2B SaaS for German cannabis social clubs (CanG 2024)
- Sprint 1 complete: Maven multi-module, 8 JPA entities, ComplianceService, 25 tests, 100% JaCoCo
- Spring Boot 3.3.4, Java 25, Flyway 10
- Repo: http://192.168.188.119:30008/pplate/cannamanage
- **ComfyUI** — local image generation (FLUX.1-schnell + FLUX.2 Klein 4B heretic)
- **Odysseus** — Open WebUI on TrueNAS with Quadro P2000 GPU passthrough
---
## Infrastructure Quick Reference
| Service | URL | Notes |
|---------|-----|-------|
| TrueNAS Gitea | http://192.168.188.119:30008 | Primary git server |
| git.plate.software | https://git.plate.software | Public via frpc tunnel (VPS) |
| git.plate-software.de | https://git.plate-software.de | IONOS mirror — our bridge |
| Odysseus | http://192.168.188.119:7000 | Open WebUI workspace |
| BigMind profile | http://localhost:7700 | Memory profile page |
---
## BigMind — Our Memory System
- **Schema:** v7
- **Tiers:** 0=identity, 1=session index, 2=session narratives, 3=chunks+facts
- **Tools:** 30+ including session management, hypotheses, token efficiency, people contacts
- **Key rule:** Start every session with `memory_start_session()`, end with `memory_end_session()`
- **MegaMind** (future): Patrick wants to sync our two BigMind instances. Architecture TBD — see `open-questions.md`
---
## Active Projects (as of 2026-06-11)
| Project | Status | Next |
|---------|--------|------|
| CannaManage | Sprint 1 ✅ | Sprint 2: REST API + Spring Security |
| BigMind | v7 stable | MegaMind sync planning |
| pi_mcps MCP servers | Stable | New servers (homelab-docker, homelab-gitea) |
| Odysseus | Running | Explore / expand |
| Homelab infra | git.plate-software.de fixed ✅ | — |