tractatus/scripts
TheFlow 4de439a325 docs: update framework to 6 services with PluralisticDeliberationOrchestrator
- Updated all core documentation (introduction, core-concepts, implementation guides)
- Added comprehensive PluralisticDeliberationOrchestrator sections
- Fixed implementation-guide-v1.1.md (BlogCuration → PluralisticDeliberationOrchestrator)
- Updated UI pages (index, researcher, leader) to reflect 6 services
- Enhanced cache busting with unified version script
- FAQ already includes comprehensive value pluralism coverage (Q18-22)

Framework now correctly documents all 6 mandatory services:
1. InstructionPersistenceClassifier
2. CrossReferenceValidator
3. BoundaryEnforcer
4. ContextPressureMonitor
5. MetacognitiveVerifier
6. PluralisticDeliberationOrchestrator (added October 2025)

🤖 Generated with Claude Code
2025-10-12 19:55:44 +13:00
..
migrations feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
monitoring fix: resolve grep count handling in log monitor 2025-10-10 05:30:36 +13:00
add-architectural-overview-doc.js feat: add script to deploy architectural overview document 2025-10-11 00:44:22 +13:00
add-governance-rules.js feat: implement Priority 1 - Public Blog System with governance enhancements 2025-10-11 14:47:01 +13:00
add-sections-to-documents.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
archive-all-internal-documents.js feat: implement documentation reorganization with archives 2025-10-11 01:26:14 +13:00
archive-outdated-documents.js feat: implement documentation reorganization with archives 2025-10-11 01:26:14 +13:00
audit-accessibility.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
check-color-contrast.js feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
check-session-pressure.js feat: session management + test improvements - 73.4% → 77.6% coverage 2025-10-07 09:11:13 +13:00
clean-test-db.js fix: add Jest test infrastructure and reduce test failures from 29 to 13 2025-10-09 20:37:45 +13:00
create-admin-noninteractive.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
deploy-frontend.sh feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
deploy-full-project-SAFE.sh security: create deployment exclusion list and safe deployment script 2025-10-09 15:47:20 +13:00
deploy-koha-to-production.sh feat: add Koha pre-production deployment configuration 2025-10-08 21:00:54 +13:00
framework-watchdog.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
generate-markdown-pdfs.js feat(scripts): add value pluralism support scripts 2025-10-12 16:36:03 +13:00
generate-pdfs.js feat: fix documentation system - cards, PDFs, TOC, and navigation 2025-10-07 22:51:55 +13:00
generate-research-pdfs.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
generate-single-pdf.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
generate-test-token.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
import-coding-rules.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
import-technical-docs.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
init-db.js feat: add MongoDB systemd service and database initialization 2025-10-06 23:28:42 +13:00
init-koha.js feat: implement Koha donation system frontend (Phase 3) 2025-10-08 13:56:56 +13:00
install-mongodb-service.sh feat: add MongoDB systemd service and database initialization 2025-10-06 23:28:42 +13:00
install-systemd.sh feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
load-governance-rules.js feat: deployment quickstart kit - 30-minute Docker deployment (Task 6) 2025-10-12 07:27:37 +13:00
load-inst-035.js fix: add dotenv loading to migration scripts + create inst_036 anti-quick-fix rule 2025-10-12 16:47:22 +13:00
migrate-appendix-documents.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
migrate-documents.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
migrate-to-memory-proxy.js feat: Phase 5 PoC Week 3 - MemoryProxy integration with Tractatus services 2025-10-10 12:22:06 +13:00
migrate-to-mongodb.js feat: enhance framework services and format architectural documentation 2025-10-11 00:50:47 +13:00
migrate-value-pluralism-docs.js fix: add dotenv loading to migration scripts + create inst_036 anti-quick-fix rule 2025-10-12 16:47:22 +13:00
mobile-audit.js feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
mongodb-tractatus.service feat: add MongoDB systemd service and database initialization 2025-10-06 23:28:42 +13:00
performance-audit.js feat: complete Phase 2 - accessibility, performance, mobile polish 2025-10-08 13:29:26 +13:00
plan-reminder.js feat: comprehensive accessibility improvements (WCAG 2.1 AA) 2025-10-12 07:08:40 +13:00
pre-action-check.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
recover-framework.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
reorganize-docs-sidebar.js feat: redesign docs sidebar with audience-based categories + fix PNG background 2025-10-12 09:10:58 +13:00
security-audit.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
seed-admin.js feat: add API routes, controllers, and migration tools 2025-10-07 00:36:40 +13:00
seed-projects.js feat: implement Rule Manager and Project Manager admin systems 2025-10-11 17:16:51 +13:00
session-init.js docs: update framework to 6 services with PluralisticDeliberationOrchestrator 2025-10-12 19:55:44 +13:00
test-production-deployment.js docs: Phase 5 integration roadmap and production deployment test 2025-10-10 12:33:57 +13:00
test-session1-integration.js feat: Session 1 - Core services integration (InstructionPersistenceClassifier + CrossReferenceValidator) 2025-10-10 12:39:58 +13:00
test-session2-integration.js feat: Session 2 - Complete framework integration (6/6 services) 2025-10-10 12:49:37 +13:00
update-cache-version.js docs: update framework to 6 services with PluralisticDeliberationOrchestrator 2025-10-12 19:55:44 +13:00
update-core-concepts.js feat: Phase 2 - Update documentation for Phase 5 MongoDB architecture 2025-10-11 01:35:24 +13:00
update-document-metadata.js feat: implement documentation reorganization with archives 2025-10-11 01:26:14 +13:00
update-glossary.js feat: Phase 2 - Update documentation for Phase 5 MongoDB architecture 2025-10-11 01:35:24 +13:00
validate-document-security.js feat(infra): semantic versioning and systemd service implementation 2025-10-09 09:16:22 +13:00
validate-public-sync.js fix: update validation script to allow legitimate public info 2025-10-09 15:23:40 +13:00