tractatus/src
TheFlow 62b9b1fa32 fix: Resolve ESLint errors breaking CI
- audit.controller.js: Remove unused fs/path imports, add AuditLog import,
  fix indentation, use const for userCostFactors, use property shorthand
- crm.controller.js: Remove unused Contact, MediaInquiry, CaseSubmission imports
- cases.controller.js: Remove unused GovernanceLog, BoundaryEnforcer imports
- DiskMetrics.model.js: Use template literals instead of string concatenation
- framework-content-analysis.controller.js: Use template literals, prefix
  unused destructured vars with underscore
- feedback.controller.js: Use template literal for string concat
- DeliberationSession.model.js: Fix line length by moving comments to own lines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-23 12:20:50 +13:00
..
config chore: add optimal submission timing to publication targets config 2025-10-26 11:34:27 +13:00
controllers fix: Resolve ESLint errors breaking CI 2026-01-23 12:20:50 +13:00
middleware docs(auth): add RBAC explanation to requireRole middleware 2025-10-28 12:44:56 +13:00
models fix: Resolve ESLint errors breaking CI 2026-01-23 12:20:50 +13:00
routes feat: Implement newsletter email sending functionality (Phase 3) 2025-11-04 11:32:39 +13:00
services feat: Add performance degradation detection to context pressure monitoring 2025-11-04 16:30:13 +13:00
utils feat(security): implement attack surface exposure prevention (inst_084) 2025-10-27 12:11:43 +13:00
server.js feat: Add comprehensive visitor retention system 2025-11-04 10:42:43 +13:00