tractatus/docs/economist-analysis/PERPLEXITY_REVIEW_FILES.md
TheFlow 2298d36bed fix(submissions): restructure Economist package and fix article display
- Create Economist SubmissionTracking package correctly:
  * mainArticle = full blog post content
  * coverLetter = 216-word SIR— letter
  * Links to blog post via blogPostId
- Archive 'Letter to The Economist' from blog posts (it's the cover letter)
- Fix date display on article cards (use published_at)
- Target publication already displaying via blue badge

Database changes:
- Make blogPostId optional in SubmissionTracking model
- Economist package ID: 68fa85ae49d4900e7f2ecd83
- Le Monde package ID: 68fa2abd2e6acd5691932150

Next: Enhanced modal with tabs, validation, export

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-24 08:47:42 +13:00

4.9 KiB

Tractatus Website Files for Perplexity AI Review

8 Main Website Pages (HTML)

Location: /home/theflow/projects/tractatus/public/

  1. Homepage

    • index.html - Landing page with hero, features, audience paths
  2. Audience Pages

    • researcher.html - For AI safety researchers
    • implementer.html - For technical implementers
    • advocate.html - For policy advocates/communicators
  3. About Pages

    • about.html - Project overview and mission
    • about/values.html - Core values, Te Tiriti acknowledgment
  4. Community Pages

    • media-inquiry.html - Press/media submission form
    • case-submission.html - Case study submission form

Framework Documentation PDFs

Location: /home/theflow/projects/tractatus/public/downloads/

Core Documentation (Most Important)

  1. introduction-to-the-tractatus-framework.pdf (229 KB)

    • Source: docs/markdown/introduction.md
  2. core-concepts-of-the-tractatus-framework.pdf (379 KB)

    • Source: docs/markdown/core-concepts.md
  3. implementation-guide.pdf (249 KB)

    • Source: docs/markdown/implementation-guide.md
  4. case-studies-real-world-llm-failure-modes.pdf (328 KB)

    • Source: docs/markdown/case-studies.md
  5. glossary.pdf (488 KB)

    • Source: docs/markdown/GLOSSARY.md
  6. organizational-theory-foundations-of-the-tractatus-framework.pdf (229 KB)

    • Source: docs/markdown/organizational-theory-foundations.md

Governance & Values

  1. tractatus-ai-safety-framework-core-values-and-principles.pdf (279 KB)

    • Source: docs/governance/TRA-VAL-0001-core-values-principles-v1-0.md
  2. claude-code-framework-enforcement.pdf (591 KB)

    • Source: docs/claude-code-framework-enforcement.md

Technical Implementation

  1. tractatus-agentic-governance-system-glossary-of-terms.pdf (489 KB)
    • Complete technical glossary

Source Markdown Files

Location: /home/theflow/projects/tractatus/docs/markdown/

  • introduction.md - Framework introduction
  • core-concepts.md - Quadrants, persistence, boundaries
  • implementation-guide.md - Technical implementation steps
  • case-studies.md - 27027 incident and other failures
  • GLOSSARY.md - Complete terminology
  • organizational-theory-foundations.md - Scholarly foundations

Governance Location: /home/theflow/projects/tractatus/docs/governance/

  • TRA-VAL-0001-core-values-principles-v1-0.md - Core values

Production URLs

All files are deployed to: https://agenticgovernance.digital/

Main Pages:

PDFs:


Essential Website Content (attach these):

  1. /home/theflow/projects/tractatus/public/index.html
  2. /home/theflow/projects/tractatus/public/researcher.html
  3. /home/theflow/projects/tractatus/public/implementer.html
  4. /home/theflow/projects/tractatus/public/advocate.html
  5. /home/theflow/projects/tractatus/public/about.html

Core Documentation PDFs (attach these):

  1. /home/theflow/projects/tractatus/public/downloads/introduction-to-the-tractatus-framework.pdf
  2. /home/theflow/projects/tractatus/public/downloads/core-concepts-of-the-tractatus-framework.pdf
  3. /home/theflow/projects/tractatus/public/downloads/organizational-theory-foundations-of-the-tractatus-framework.pdf

OR use markdown sources (lighter weight):

  1. /home/theflow/projects/tractatus/docs/markdown/introduction.md
  2. /home/theflow/projects/tractatus/docs/markdown/core-concepts.md
  3. /home/theflow/projects/tractatus/docs/markdown/organizational-theory-foundations.md

Interactive Demos

Location: /home/theflow/projects/tractatus/public/demos/

  1. tractatus-demo.html - Main framework demo
  2. 27027-demo.html - 27027 incident visualization
  3. classification-demo.html - Instruction classification
  4. boundary-demo.html - Boundary enforcement

URLs:


Notes

  • All HTML pages include footer with Apache 2.0 license
  • PDFs generated from markdown using Pandoc
  • Total PDFs on production: 24 files (9.2 MB)
  • Total PDFs locally: 37 files (includes development docs)
  • Only core framework PDFs deployed to production