diff --git a/.rsyncignore b/.rsyncignore index 9a0d729a..b7947663 100644 --- a/.rsyncignore +++ b/.rsyncignore @@ -11,6 +11,7 @@ CLAUDE_*.md SESSION_CLOSEDOWN_*.md SESSION-HANDOFF-*.md NEXT_SESSION.md +NEXT_SESSION_PRIORITIES.md ClaudeWeb*.md Tractatus-Website-Complete-Specification-*.md DEPLOYMENT-*.md @@ -39,6 +40,7 @@ credentials/ # ============================================ docs/session-handoff-*.md docs/SESSION_MANAGEMENT_*.md +docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md docs/SECURITY_AUDIT_REPORT.md docs/FRAMEWORK_FAILURE_*.md docs/PHASE-2-*.md diff --git a/NEXT_SESSION_PRIORITIES.md b/NEXT_SESSION_PRIORITIES.md new file mode 100644 index 00000000..d6a7099b --- /dev/null +++ b/NEXT_SESSION_PRIORITIES.md @@ -0,0 +1,74 @@ +# 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` diff --git a/docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md b/docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md new file mode 100644 index 00000000..1c4299cd --- /dev/null +++ b/docs/PRODUCTION_ENFORCEMENT_SHOWCASE_PLAN.md @@ -0,0 +1,384 @@ +# Production Enforcement Showcase Plan +**Priority**: TOP PRIORITY for next Tractatus session +**Date Created**: 2025-11-24 +**Strategic Goal**: Showcase Tractatus framework enforcement in production on MySovereignty.digital +**Status**: Ready for implementation + +--- + +## π― Strategic Context + +**Key Insight**: MySovereignty.digital capabilities validate Tractatus research by demonstrating: +- **Framework enforcement** (not aspirational - architecturally enforced) +- Real production systems with Tractatus constraints +- Impossible to bypass, impossible to fake + +**Differentiator**: Every other AI safety framework is theoretical/aspirational. Tractatus is **structurally enforced in production systems right now**. + +--- + +## π Implementation Plan + +### **Phase 1: Quick Wins** (1 hour - DO THIS FIRST) + +#### 1. Add "Live Enforcement" Banner to Homepage (15 min) +**File**: `public/index.html` +**Location**: Above the fold, after navbar + +```html + +
+ Live in Production: Tractatus enforces architectural constraints on + MySovereignty.digital + β not aspirational, structurally enforced. +
+Not aspirational. Not theoretical. Architecturally enforced in production systems.
+