Commit graph

7 commits

Author SHA1 Message Date
Lilith
bf589f3710 chore(src): 🔧 Update TypeScript files in source directory 2026-01-18 09:21:32 -08:00
Lilith
dd024570f8 fix(frontend): update legal review page logic for structured suggestions 2026-01-04 20:06:47 -08:00
Lilith
1e4c21c653 feat(codebase/main): add analytics domain events for profile updates 2026-01-03 12:39:17 -08:00
Lilith
48e87cab52 Add ContentReviewStatus for content approval/rejection workflow
- Add ContentReviewStatus type (awaiting_review, approved, rejected)
- Add reviewStatus, rejectedBy, rejectedAt, rejectionReason to LegalReview entity
- Add review_status fields to LegalReviewResult interface
- Import ContentReviewStatus in legal-routes

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 23:51:23 -08:00
Lilith
a12812a099 Add approval workflow fields to LegalReviewResult type
- Add approved_content, approved_by, approved_at, approval_notes fields
- Add locale_updated and translation_queued flags
- Remove unused LegalReviewStats import

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 19:14:53 -08:00
Lilith
64df55a10f Add legal review storage to semantic validation service
- Add PostgreSQL database support with TypeORM
- Add LegalReview entity and routes for storing reviews
- Add legal-types to shared package
- Bump semantic-service to 0.2.0

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-02 19:03:00 -08:00
Quinn Ftw
82e1143e76 refactor(truth-validation): migrate to feature-sliced architecture
Move truth-client from @packages/@infrastructure to features/truth-validation/:
- features/truth-validation/client/typescript: TS client library
- features/truth-validation/frontend-admin: Admin panel components
- features/truth-validation/ml-service: Python ML validation service
- features/truth-validation/shared: Shared types

Removes generate-facts script and README as part of cleanup.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-29 03:58:01 -08:00