tractatus/tests/integration
TheFlow f49bbe8455 refactor: remove orphaned tests for deleted website code
REMOVED: 15 test files testing non-existent code

Website Feature Tests (5):
- api.admin.test.js - Tests admin auth (auth.controller/routes removed)
- api.auth.test.js - Tests user authentication (auth.controller/routes removed)
- api.documents.test.js - Tests CMS documents (documents.controller/routes removed)
- api.koha.test.js - Tests donation system (koha.service/controller/routes removed)
- value-pluralism-integration.test.js - Website feature test

Removed Service Tests (5):
- BlogCuration.service.test.js - Service removed
- ClaudeAPI.test.js - Service removed
- koha.service.test.js - Service removed
- AdaptiveCommunicationOrchestrator.test.js - Service removed
- ProhibitedTermsScanner.test.js - Internal tool

Removed Util Tests (1):
- markdown.util.test.js - Util removed

Research/PoC Tests (4):
- tests/poc/memory-tool/* - Phase 5 proof-of-concept research

RETAINED: Framework service tests only
- BoundaryEnforcer, ContextPressureMonitor, CrossReferenceValidator
- InstructionPersistenceClassifier, MetacognitiveVerifier
- PluralisticDeliberationOrchestrator, MemoryProxy
- Integration tests for governance, projects, sync

REASON: Tests must test code that exists. Orphaned tests
provide false confidence and maintenance burden.

🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
2025-10-21 21:33:16 +13:00
..
api.governance.test.js test: add comprehensive coverage for governance and markdown utilities 2025-10-09 21:32:13 +13:00
api.health.test.js fix: resolve all 29 production test failures 2025-10-09 20:58:37 +13:00
api.projects.test.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
classifier-mongodb.test.js feat: enhance framework services and format architectural documentation 2025-10-11 00:50:47 +13:00
full-framework-integration.test.js feat: enhance framework services and format architectural documentation 2025-10-11 00:50:47 +13:00
hybrid-system-integration.test.js feat: enhance framework services and format architectural documentation 2025-10-11 00:50:47 +13:00
minimal.test.js feat(tests): create database test helper and diagnose integration test issues 2025-10-21 15:39:27 +13:00
sync-instructions.test.js fix(mongodb): resolve production connection drops and add governance sync system 2025-10-21 11:39:05 +13:00
validator-mongodb.test.js feat: enhance framework services and format architectural documentation 2025-10-11 00:50:47 +13:00