From 9b10abad31c6a3bfac1eb6ed01c66db8a35fc1e9 Mon Sep 17 00:00:00 2001 From: TheFlow Date: Sun, 12 Oct 2025 10:14:46 +1300 Subject: [PATCH] security: replace production quickstart kit with sanitized deployment guide on implementer.html Changed implementer.html 'Deployment Quickstart Kit' section to 'Deployment Architecture Guide': REMOVED: - Download link for tractatus-quickstart.tar.gz (contained production configs) - docker-compose.yml, .env.example, sample governance rules - verify-deployment.sh script - Installation and troubleshooting guides with production details ADDED: - Link to GitHub deployment-guide/ (sanitized conceptual documentation) - Conceptual architecture and patterns description - Security best practices overview - Contact info for production implementation support (john.stroh.nz@pm.me) Rationale: Production deployment package on public website provided attack surface. Sanitized guide maintains educational value without exposing implementation details. Deployed to: https://agenticgovernance.digital/implementer.html --- public/implementer.html | 82 +++++++++++++++++++++-------------------- 1 file changed, 43 insertions(+), 39 deletions(-) diff --git a/public/implementer.html b/public/implementer.html index 0c43203c..69121b09 100644 --- a/public/implementer.html +++ b/public/implementer.html @@ -50,100 +50,104 @@ - -
+ +
- NEW - 🚀 + DOCUMENTATION + 📚

- Deployment Quickstart Kit + Deployment Architecture Guide

- Production-ready Docker deployment with all 5 governance services. Get Tractatus running in 30 minutes with our comprehensive quickstart package. + Comprehensive conceptual guide to deploying Tractatus-based systems. Understand architecture patterns, security best practices, and integration strategies for research and educational purposes.

- + - Docker Compose configuration + Framework architecture overview
- + - Sample governance rules + Deployment patterns (dev/prod)
- + - Verification script + Security best practices
- + - Troubleshooting guide + Troubleshooting guidance
- - - + + + + - Download Quickstart Kit - (15KB) + View Deployment Guide +

+ For production implementation support, contact john.stroh.nz@pm.me +

-

What's Included:

+

Guide Contents:

  • - â–¸ + â–¸
    - docker-compose.yml -

    MongoDB + App + all services

    + Architecture Overview +

    4-layer system design

  • - â–¸ + â–¸
    - .env.example -

    Full configuration template

    + Deployment Patterns +

    Dev, single-server, containerized

  • - â–¸ + â–¸
    - sample-governance-rules.json -

    10 ready-to-use rules

    + Security Best Practices +

    Network, app, operational security

  • - â–¸ + â–¸
    - verify-deployment.sh -

    Automated testing script

    + Configuration Guide +

    Environment variables, indexes

  • - â–¸ + â–¸
    - README.md -

    Step-by-step guide

    + Monitoring & Scaling +

    Metrics, alerts, scaling strategies

  • - â–¸ + â–¸
    - TROUBLESHOOTING.md + Troubleshooting

    Common issues & solutions