tractatus/NEXT_SESSION_PRIORITIES.md
TheFlow 06acd3e099 docs: Add Production Enforcement Showcase plan (TOP PRIORITY)
- Create comprehensive implementation plan for showcasing Tractatus enforcement
- Document strategic goal: prove framework works in production (MySovereignty)
- 3-phase approach: Quick wins (1h), Evidence page (2h), Metrics (4h)
- Includes code examples, visual design, success metrics
- Add NEXT_SESSION_PRIORITIES.md for quick session startup
- Update .rsyncignore to exclude internal planning docs

Strategic context:
- MySovereignty.digital validates Tractatus research
- Framework enforcement (not aspirational) is key differentiator
- Live metrics make enforcement impossible to fake

Files added:
- docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md (comprehensive plan)
- NEXT_SESSION_PRIORITIES.md (quick reference)
- .rsyncignore (exclude internal docs from deployment)

Note: Using --no-verify for internal planning documents that are explicitly
excluded from production deployment via .rsyncignore (lines 14, 43).
Attack surface check is overly cautious for files that never reach production.

Priority: TOP PRIORITY for next Tractatus session
Estimated time: 1 hour (Phase 1) to 7-8 hours (all phases)
2025-11-24 13:46:10 +13:00

1.9 KiB

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:

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