tractatus/public/locales/en/implementer.json
TheFlow 4610944e66 fix(contact): replace personal email with research@agenticgovernance.digital
SUMMARY:
Replaced all instances of personal email (john.stroh.nz@pm.me) with
the official research contact email (research@agenticgovernance.digital)
across all public-facing documents.

CHANGES:
Replaced in 4 files:
1. public/implementer.html (line 144)
2. public/locales/en/implementer.json (line 23)
3. public/locales/de/implementer.json (line 23)
4. public/locales/fr/implementer.json (line 23)

IMPACT:
- Contact information now uses official organizational email
- Maintains consistency across all language versions
- No personal contact information exposed publicly

VERIFICATION:
✓ All 4 instances replaced
✓ No remaining instances of old email in public directory

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-19 21:00:38 +13:00

85 lines
4.7 KiB
JSON

{
"page": {
"title": "For Implementers | Tractatus AI Safety Framework",
"description": "Integrate Tractatus framework into your AI systems: practical guides, code examples, and step-by-step implementation for production safety."
},
"header": {
"title": "Reference Implementation",
"subtitle_line1": "AI Safety Patterns",
"description": "Integrate Tractatus framework into your AI systems with practical guides, code examples, and patterns demonstrated in 6-month development project.",
"quick_start_btn": "Quick Start Guide",
"view_docs_btn": "View Documentation"
},
"development_context": {
"title": "Development Context",
"description": "Framework developed over six months in single-project context. Code examples below show reference implementation architecture. The npm package @tractatus/framework represents planned API design, not published package. Actual implementation requires adapting patterns from this project's source code.",
"note": "This is exploratory research demonstrating feasibility of architectural governance patterns, not production-ready commercial software."
},
"deployment_guide": {
"badge": "DOCUMENTATION",
"title": "Deployment Architecture Guide",
"description": "Comprehensive conceptual guide to deploying Tractatus-based systems. Understand architecture patterns, security best practices, and integration strategies for research and educational purposes.",
"view_guide_btn": "View Deployment Guide",
"support_note": "For production implementation support, contact research@agenticgovernance.digital"
},
"architecture": {
"heading": "System Architecture",
"subheading": "Understanding how Tractatus integrates with Claude Code to provide robust AI governance",
"download_svg": "Download SVG",
"download_png": "Download PNG (High-Res)",
"download_pdf": "Technical Documentation PDF",
"layer_4_title": "API & Web Interface",
"layer_3_title": "Tractatus Governance",
"layer_2_title": "MongoDB Persistence",
"layer_1_title": "Claude Code Runtime",
"integration_points_title": "Key Integration Points",
"integration_1_title": "Pre-Action Checks",
"integration_1_desc": "All actions validated against governance rules before execution",
"integration_2_title": "Instruction Persistence",
"integration_2_desc": "User instructions classified and stored for cross-reference validation",
"integration_3_title": "Comprehensive Audit Trail",
"integration_3_desc": "Every governance action logged for compliance and analysis"
},
"integration_approaches": {
"heading": "Integration Approaches",
"full_stack_title": "Full Stack",
"full_stack_desc": "Complete framework integration for new AI-powered applications. All six services active with persistent instruction storage.",
"full_stack_note": "Best for: New projects, greenfield AI applications",
"middleware_title": "Middleware Layer",
"middleware_desc": "Add Tractatus validation as middleware in existing AI pipelines. Non-invasive integration with gradual rollout support.",
"middleware_note": "Best for: Existing production AI systems",
"selective_title": "Selective Components",
"selective_desc": "Use individual Tractatus services à la carte. Mix and match components based on your specific safety requirements.",
"selective_note": "Best for: Specific safety requirements"
},
"quick_start": {
"heading": "Quick Start Guide",
"disclaimer_title": "Note: Reference Implementation",
"disclaimer_text": "The code examples below show conceptual API design. The npm package @tractatus/framework is not yet published. To implement these patterns, adapt the governance services from this project's source code.",
"step_1_title": "Installation",
"step_2_title": "Initialize Services",
"step_3_title": "Classify Instructions",
"step_4_title": "Validate Actions",
"step_5_title": "Enforce Boundaries"
},
"integration_patterns": {
"heading": "Integration Patterns",
"express_middleware": "Express Middleware",
"content_moderation": "Content Moderation",
"pressure_monitoring": "Pressure Monitoring",
"custom_classification": "Custom Classification"
},
"resources": {
"heading": "Implementation Resources",
"technical_docs_title": "Technical Documentation",
"examples_title": "Examples",
"support_title": "Support",
"support_desc": "Get help with implementation, integration, and troubleshooting."
},
"cta": {
"title": "Exploring Implementation?",
"description": "Explore architectural patterns for AI safety demonstrated in single-project validation.",
"view_docs_btn": "View Full Documentation",
"research_btn": "Research Background →"
}
}