tractatus/scripts
TheFlow bae95a2050 feat(blog): add scripts for date fixes, categories, and governance banners
Three scripts to support blog system improvements:

1. fix-blog-dates.js
   - Fixes empty {} published_at values in database
   - Sets proper ISODate values for 3 blogs
   - Also updates moderation.approved_at for consistency

2. add-blog-categories.js
   - Adds category field to all blog posts
   - Maps content to standardized categories (Framework Updates,
     Implementation, Case Studies)
   - Enables category filtering functionality

3. add-vetting-notice-to-architectural-boundaries.js
   - Adds comprehensive human vetting notice
   - Documents AI-curated content review process
   - Shows governance working end-to-end with inst_017 compliance

Applied to both tractatus_dev and tractatus_prod databases.

Ref: SESSION_HANDOFF_2025-10-23_WEBSITE_AUDIT.md
2025-10-23 10:55:50 +13:00
..
add-blog-categories.js feat(blog): add scripts for date fixes, categories, and governance banners 2025-10-23 10:55:50 +13:00
add-vetting-notice-to-architectural-boundaries.js feat(blog): add scripts for date fixes, categories, and governance banners 2025-10-23 10:55:50 +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
fix-blog-dates.js feat(blog): add scripts for date fixes, categories, and governance banners 2025-10-23 10:55:50 +13:00
sync-instructions-to-db.js feat(infrastructure): add MongoDB sync and CSP compliance checking 2025-10-22 00:31:54 +13:00
verify-rules-implementation.js feat(governance): comprehensive governance rules audit and consolidation 2025-10-22 00:30:24 +13:00