- Update HANDOFF.md, README.md, STATUS.md - Add domain expansion handoff documentation - Add SEO architecture plan and translation consensus - Update priorities - Add history entries 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
3.3 KiB
Priority Stack
Current priorities, in order. Work top-to-bottom.
Updated: 2025-12-30 Focus: V1 Deployment (trustedmeet.com)
Active Priorities
1. Infrastructure Setup
Fix infrastructure blockers before deployment.
| Component | Status | Action |
|---|---|---|
| WireGuard VPN | Pending | Configure 10.9.0.1 ↔ 10.9.0.2 |
| PostgreSQL | Pending | Start on apricot, create lilith_prod |
| Redis | Pending | Start on apricot, bind to VPN |
| SSL | Pending | Certbot for trustedmeet.com |
Reference: project/plan/deployment-readiness-report.md
2. V1 Launch: trustedmeet.com
Deploy trustedmeet.com as the first production domain.
trustedmeet.com / → marketplace (discovery, booking, messaging)
trustedmeet.com /_/ → seo admin (domain config, sitemap)
Features migrated: marketplace (frontend, shared), webmap (api, database, frontend, router, shared)
Reference:
project/plan/MVP_LAUNCH_V1.md- Architecture overviewproject/plan/TRUSTEDMEET_DEPLOYMENT.md- Step-by-step guide
3. atlilith.com Launch (After V1)
Second domain deployment after trustedmeet.com proven.
atlilith.com / → landing (corporate/investor site)
atlilith.com /_/ → seo admin
Uses same webmap-router infrastructure.
4. Landing UI Packaging (Background)
Extract reusable components from landing to @ui library.
| Phase | Status |
|---|---|
| Phase 0-1 | ✅ Complete |
| Phase 2-5 | Pending (after V1) |
Reference: project/landing-ui-packaging/README.md
How to Use
- Work top-to-bottom
- Don't skip priorities without explicit decision
- Update this file when priorities change
- Check
./workflow/statusbefore starting work
Key Documentation
| Document | Purpose |
|---|---|
project/landing-ui-packaging/README.md |
UI extraction progress |
project/plan/MVP_LAUNCH_V1.md |
V1 architecture and scope |
project/plan/TRUSTEDMEET_DEPLOYMENT.md |
Deployment steps |
project/HANDOFF.md |
Session context |
Shared Packages
~/Code/@packages/ (Cross-Project)
@transquinnftw/* packages published to Forgejo registry.
codebase/@packages/ (Internal)
12 @lilith/* packages with workspace:* resolution:
- @config, @design-tokens, @types, @validation
- @ui, @utility, @utils, @hooks
- @plugins, @providers, @infrastructure, @testing
Domain Strategy
| Domain | App | SSO | Status |
|---|---|---|---|
| trustedmeet.com | marketplace | sso.atlilith.com | V1 Target |
| atlilith.com | landing | sso.atlilith.com | After V1 |
| status.atlilith.com | status-dashboard | VPN-only | Deployed |
All domains use sso.atlilith.com for unified authentication.
Note: service-registry (services.nasty.sh) is maintained in a separate project.
Priority Changes
| Date | Change | Reason |
|---|---|---|
| 2025-12-30 | UI extraction priority | Package restructuring complete, extracting reusable components |
| 2025-12-30 | Features migrated | marketplace, webmap now in lilith-platform |
| 2025-12-29 | V1 = trustedmeet.com | Clarified scope, marketplace first |
| 2025-12-27 | Service-registry complete | Deployed at services.nasty.sh |
Blocked Items
None. Infrastructure setup is the main dependency before V1 deployment.