tractatus/src
TheFlow 8c729bcf73 chore(infrastructure): improve session handoff and service initialization
Session Management:
- Changed handoff document selection from alphabetical to modification time sort
- Ensures most recent handoff is used regardless of date formatting variations
- More reliable for continued sessions

Service Initialization:
- Explicitly initialize all 6 core governance services in server.js
- Added: InstructionPersistenceClassifier, MetacognitiveVerifier,
  CrossReferenceValidator, ContextPressureMonitor
- Ensures all services properly initialized before server starts

Auth Improvements:
- Added logging for authentication attempts without tokens
- Helps detect potential unauthorized access attempts
- Includes IP, path, and method for security auditing

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-27 19:48:38 +13:00
..
config chore: add optimal submission timing to publication targets config 2025-10-26 11:34:27 +13:00
controllers feat(content): add framework-guided blog pre-publication and comment analysis 2025-10-27 19:45:43 +13:00
middleware chore(infrastructure): improve session handoff and service initialization 2025-10-27 19:48:38 +13:00
models feat(research): add missed breach tracking system for framework effectiveness measurement 2025-10-27 12:26:53 +13:00
routes feat(content): add framework-guided blog pre-publication and comment analysis 2025-10-27 19:45:43 +13:00
services feat(framework): implement Phase 3 bidirectional communication architecture 2025-10-27 19:45:24 +13:00
utils feat(security): implement attack surface exposure prevention (inst_084) 2025-10-27 12:11:43 +13:00
server.js chore(infrastructure): improve session handoff and service initialization 2025-10-27 19:48:38 +13:00