tractatus/docs
TheFlow 426fde1ac5 feat(infra): semantic versioning and systemd service implementation
**Cache-Busting Improvements:**
- Switched from timestamp-based to semantic versioning (v1.0.2)
- Updated all HTML files: index.html, docs.html, leader.html
- CSS: tailwind.css?v=1.0.2
- JS: navbar.js, document-cards.js, docs-app.js v1.0.2
- Professional versioning approach for production stability

**systemd Service Implementation:**
- Created tractatus-dev.service for development environment
- Created tractatus-prod.service for production environment
- Added install-systemd.sh script for easy deployment
- Security hardening: NoNewPrivileges, PrivateTmp, ProtectSystem
- Resource limits: 1GB dev, 2GB prod memory limits
- Proper logging integration with journalctl
- Automatic restart on failure (RestartSec=10)

**Why systemd over pm2:**
1. Native Linux integration, no additional dependencies
2. Better OS-level security controls (ProtectSystem, ProtectHome)
3. Superior logging with journalctl integration
4. Standard across Linux distributions
5. More robust process management for production

**Usage:**
  # Development:
  sudo ./scripts/install-systemd.sh dev

  # Production:
  sudo ./scripts/install-systemd.sh prod

  # View logs:
  sudo journalctl -u tractatus -f

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-09 09:16:22 +13:00
..
governance feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
markdown feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
BLOG-POST-OUTLINES.md feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
claude-code-framework-enforcement.md feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
DOCUMENT_SECURITY_GOVERNANCE.md feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
GLOSSARY.md docs: add comprehensive Glossary of Terms for Tractatus framework 2025-10-07 11:11:56 +13:00
IMPLEMENTATION_PROGRESS_2025-10-07.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
KOHA_PRODUCTION_DEPLOYMENT.md feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
KOHA_STRIPE_SETUP.md feat: add multi-currency support and privacy policy to Koha system 2025-10-08 15:17:23 +13:00
PHASE-2-COST-ESTIMATES.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-DEPLOYMENT-GUIDE.md docs: create comprehensive Phase 2 deployment guide with granular tasks 2025-10-07 13:51:45 +13:00
PHASE-2-EMAIL-TEMPLATES.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-INFRASTRUCTURE-PLAN.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-KICKOFF-CHECKLIST.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-PREPARATION-ADVISORY.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-PRESENTATION.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
PHASE-2-PROGRESS-WEEK-5.md feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
PHASE-2-ROADMAP.md docs: Phase 2 kickoff materials & domain migration to agenticgovernance.digital 2025-10-07 13:17:42 +13:00
SECURITY_AUDIT_REPORT.md feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
SESSION-2025-10-07-AI-FEATURES.md feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
session-handoff-2025-10-07-part2.md docs: add comprehensive session handoff for 2025-10-07 Part 2 2025-10-07 08:44:13 +13:00
session-handoff-2025-10-07-part3-crossreference.md fix: CrossReferenceValidator 100% - prohibition & preference detection 2025-10-07 10:03:56 +13:00
session-handoff-2025-10-07-part4-governance-active.md docs: session handoff - governance active & 100% coverage achieved 2025-10-07 11:26:12 +13:00
session-handoff-2025-10-07-tractatus-activation.md feat: ACTIVATE Tractatus Governance Framework 🤖 2025-10-07 09:22:05 +13:00
session-handoff-2025-10-07.md fix: resolve CrossReferenceValidator conflict detection and enhance parameter extraction 2025-10-07 01:46:04 +13:00
TESTING-CHECKLIST.md feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
TESTING-RESULTS-2025-10-07.md feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00