tractatus/PERPLEXITY_REVIEW_FILES.md
TheFlow 29fba32b46 feat: complete Phase 2 - accessibility, performance, mobile polish
- WCAG 2.1 AA compliance (100%)
- Focus indicators on all 9 pages
- Skip links for keyboard navigation
- Form ARIA labels and semantic HTML
- Color contrast fixes (18/18 combinations pass)
- Performance audit (avg 1ms load time)
- Mobile responsiveness verification (9/9 pages)
- All improvements deployed to production

New audit infrastructure:
- scripts/check-color-contrast.js - Color contrast verification
- scripts/performance-audit.js - Load time testing
- scripts/mobile-audit.js - Mobile readiness checker
- scripts/audit-accessibility.js - Automated a11y testing

Documentation:
- audit-reports/accessibility-manual-audit.md - WCAG checklist
- audit-reports/accessibility-improvements-summary.md - Implementation log
- audit-reports/performance-report.json - Performance data
- audit-reports/mobile-audit-report.json - Mobile analysis
- audit-reports/polish-refinement-complete.md - Executive summary
- DEPLOYMENT-2025-10-08.md - Production deployment log
- SESSION-HANDOFF-2025-10-08.md - Session handoff document

New content:
- docs/markdown/organizational-theory-foundations.md
- public/images/tractatus-icon.svg
- public/js/components/navbar.js

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-08 13:29:26 +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