# Next Session Priorities - Tractatus Website **Last Updated**: 2025-11-24 **Context**: Recent session completed navbar/footer company links deployment --- ## 🔥 TOP PRIORITY: Production Enforcement Showcase **Goal**: Demonstrate Tractatus framework is enforced in production on MySovereignty.digital **Why This Matters**: - Differentiates Tractatus as ONLY AI safety framework enforced in production - MySovereignty.digital validates research with real implementation - Impossible to fake - live metrics from production systems **Implementation Plan**: See `docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md` **Quick Start (1 hour)**: 1. Add "Live in Production" banner to homepage 2. Update About page with enforcement evidence 3. Add enforcement link to navbar **Full Implementation**: 7-8 hours across 3 phases --- ## ✅ Recently Completed - Company website links in navbar and footer (deployed 2025-11-24) - Session management documentation optimization - Translation files updated (EN, DE, FR) --- ## 🎯 Other Easy Wins (Lower Priority) 1. **SEO Basics** (30 min) - Add robots.txt - Create sitemap.xml 2. **Security Headers** (30 min) - Match MySovereignty.digital security posture - Add CSP, COOP, CORP headers 3. **Multi-language Landing Pages** (2 hours) - Create index-de.html, index-fr.html - Leverage existing translation infrastructure See `docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md` for complete list. --- ## 📌 Technical Notes **SSH Access**: - Key: `~/.ssh/tractatus_deploy` - Passphrase: `Tractatus251007` - Server: `ubuntu@vps-93a693da.vps.ovh.net` **Deployment**: ```bash npm start # Local dev (port 9000) ./scripts/deploy.sh --yes # Deploy to production ``` **Recent Commits**: - `4cd8291` - Company links (navbar/footer) - `22f18e1` - Session management docs - `43b82d3` - Gitignore updates --- **START HERE**: `docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md`