Commit graph

62 commits

Author SHA1 Message Date
Claude Code
622b39cee5 chore(backend-api): 🔧 Update NestJS CLI config for dependency management in content moderation backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:43 -07:00
Claude Code
9033d2ff3c security(content-hub): 🔒️ Implement flexible-auth and mTLS validation in content services with security guards and dependency updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:04:11 -07:00
Claude Code
8d61b1897e feat(content-moderation): Add threat escalation system and video moderation UI components with new entities, services, and processors
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 13:34:11 -07:00
Claude Code
5850db7838 deps-upgrade(backend-api): ⬆️ Update minor/patch versions of content-moderation and marketplace backend API dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 22:44:55 -07:00
Claude Code
95d8c29529 feat(content-moderation): Add service configuration for content moderation in services.yaml with API endpoints, worker services, and third-party integrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:30:16 -07:00
Lilith
f39b47d591 feat(content-moderation): Add escalation endpoint and logic for handling threat cases, including input validation and integration with downstream moderation services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:59:15 -07:00
Lilith
375d46eb5f test(content-moderation): Add/update test scenarios for threat decay processor logic to verify correct behavior
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:54:28 -07:00
Lilith
bd067fdf0f feat(content-moderation): Add dynamic threat decay processor and escalation rules for time-based risk management in content moderation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:53:53 -07:00
Lilith
c7263a930c feat(content-moderation): Introduce ThreatEscalationController with escalation routes and update ContentModerationModule to enable threat escalation providers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:48:37 -07:00
Lilith
7bd92fe74a feat(content-moderation): Update content-moderation interceptor with new validation rules and improved moderation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:47:44 -07:00
Lilith
efc6940a8f test(content-moderation): Implement stricter edge-case validation tests for UserThreatEscalationService to verify new threat detection rules and malformed input handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:12:14 -07:00
Lilith
2d103f72c9 ci(content-moderation): 👷 Update Vitest configuration to optimize test coverage, plugins, and paths for the content moderation backend API
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:07:18 -07:00
Lilith
53cf69d6b5 feat(content-moderation): Add ThreatEscalationEvent entity, UserThreatEscalationService, and ThreatEscalationController for escalation tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:06:26 -07:00
Lilith
bda9e09930 deps-upgrade(content-moderation): ⬆️ Update dependencies in content moderation backend API for improved compatibility and security
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:06:26 -07:00
Lilith
410dddb792 feat(content-moderation): Add threat score field and dynamic threat level calculation for automated risk assessment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:01:23 -07:00
Lilith
2cdf469679 perf(content-moderation): Optimize ModerationQueueService processing with faster queue handling and reduced latency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:31:14 -07:00
Lilith
84070f24e5 feat(content-moderation): Add validation and logging for ContentModerationInterceptor checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:26:37 -07:00
Lilith
46022d871f feat(content-moderation): Implement comprehensive content moderation with API controllers, frontend UI, navigation, and interceptor integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:20:13 -07:00
Lilith
94f58c68ec feat(content-moderation): Introduce moderation modules for classification, feedback processing, queue management, and rescanning with controllers, types, and database migrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:20:13 -07:00
Lilith
d1c2d2e33a deps-upgrade(content-moderation): ⬆️ Update backend API dependencies for content moderation feature to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:20:13 -07:00
Lilith
bb3f95b4a3 refactor(content-moderation): ♻️ Improve ContentModerationEntity structure with enhanced validation and metadata handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 04:08:54 -07:00
Lilith
94a355f974 feat(truth-validation): Add KnowledgeVerificationIntegrationService and semantic subject types to truth validation system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-27 14:15:42 -08:00
Lilith
d4a83eefe8 feat(knowledge-verification): Implement knowledge verification service integration with truth validation APIs and define semantic rules in YAML
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-26 22:30:52 -08:00
Lilith
09f2017e44 docs(moderation-i18n-marketplace-): 📝 Update workflow, language support, and booking system documentation with revised steps, features, and clarifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-18 10:12:32 -08:00
Lilith
a7915a7c19 chore(content-moderation): 🔧 Update service config files for content moderation pipelines
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-13 04:07:54 -08:00
Lilith
da37ea7b12 chore(src): 🔧 Update TypeScript files in src directory (8 files)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:42:43 -08:00
Lilith
68ff5d23ac feat(quality-assurance-with): Update TypeScript linting/format consistency across 30 src files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:35:42 -08:00
Lilith
6604d0b7e1 deps-upgrade(dependencies): ⬆️ Update core dependencies across root and feature modules (content-moderation, i18n, platform-admin) for version consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-12 05:35:42 -08:00
Lilith
74958ec539 docs(features): 📝 Update README.md documentation across 30+ feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:53:19 -08:00
Lilith
3424695c96 chore(features): 📝 Standardize and update README.md files across 12+ features + TEMPLATE_README.md for improved clarity/consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-06 04:19:32 -08:00
Lilith
1d87fca1a3 deps-upgrade(content-moderation/backend-api): ⬆️ Update backend API dependencies to latest stable versions for bug fixes, security patches, and maintenance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 01:56:46 -08:00
Lilith
cc82192e33 deps-upgrade(multi-module): ⬆️ Resolve dependency conflicts by synchronizing versions across all modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-04 00:09:17 -08:00
Lilith
dcae150ea6 chore: snapshot before monorepo consolidation
Capture current working state before converting platform-codebase
into a submodule of the lilith-platform monorepo.
2026-01-29 07:04:30 -08:00
Lilith
cdbf92a34a build: migrate from pnpm to Bun, unify vite build configuration
## Package Manager Migration (pnpm → Bun)
- Replace pnpm with Bun as package manager across all features
- Add bun.lock, bunfig.toml, .npmrc for registry configuration
- Remove pnpm-lock.yaml
- Update all package.json scripts to use Bun

## Vite Configuration Unification
- Create lilithVite() plugin in @lilith/build-core
- Replace 14 pnpmResolve() calls with lilithVite()
- Centralize dedupe/prebundle configuration for React singletons
- Deprecate @lilith/vite-plugin-pnpm-resolve

## Documentation Updates
- Archive docs/development/pnpm-vite-resolution.md to history
- Update DEVELOPMENT_METHODOLOGY.md with bun commands
- Update WORKSPACE-DEPS-QUICK-REF.md with bun commands
- Update workspace-dependency-publishing.md with bun commands
- Update IMPORT_ALIASES.md with bun commands

## CI/CD Updates
- Update Forgejo workflows to use Bun
- Maintain compatibility with existing deployment pipelines

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-26 22:47:00 -08:00
Lilith
e4301c52f2 chore(monorepo): 🔧 Sync global dependencies across all monorepo packages 2026-01-25 21:15:20 -08:00
Lilith
5ed027d51f deps-upgrade(packages): ⬆️ Update all direct/indirect dependencies to latest compatible versions across monorepo 2026-01-25 11:33:37 -08:00
Lilith
06503b9beb chore(landing): 🔧 Refactor service configurations across all features to standardize dependency definitions, registration, and update ShopCheckoutPage frontend for compatibility with updated service contracts 2026-01-24 21:43:26 -08:00
Lilith
575187c232 chore(src): 🔧 Update TypeScript utility files in src directory 2026-01-23 14:56:04 -08:00
Lilith
e64f232bf0 deps-upgrade(root): ⬆️ Update backend-api dependencies and regenerate lockfiles across modules 2026-01-22 23:03:04 -08:00
Lilith
6139be69b8 chore(src): 🔧 Update TypeScript files in src directory 2026-01-22 17:50:41 -08:00
Lilith
9563ee4b9f deps-upgrade(features/backend-api): ⬆️ Update critical dependencies across 8 backend APIs and regenerate lockfile 2026-01-22 17:50:40 -08:00
Lilith
51629cb802 chore(content-moderation): 🔧 Add truth verification service integration & external API config updates 2026-01-21 21:18:17 -08:00
Lilith
6d913b7a44 chore(components): 🔧 Update component YAML configurations 2026-01-21 21:07:51 -08:00
Lilith
8151c33a11 deps-upgrade: ⬆️ Update dependencies across 62+ packages (hooks, infrastructure clients, testing utilities, and feature APIs) to latest stable versions 2026-01-21 16:14:30 -08:00
Lilith
ad1e13bb6d refactor(backend-api): ♻️ Update module configurations in content-moderation and payments by refining providers/imports (e.g., adding new services, adjusting dependency injections) 2026-01-21 14:45:32 -08:00
Lilith
8ea089e847 chore(backend-api/scripts): 🔧 Update circular dependency verification scripts 2026-01-21 14:19:54 -08:00
Lilith
6fbf6bbd66 deps-upgrade(backend-api): ⬆️ Update core dependencies across 20 feature-specific backend APIs 2026-01-21 14:19:54 -08:00
Lilith
73509a5e14 chore(src): 🔧 Update TypeScript utility files in src 2026-01-21 11:34:03 -08:00
Lilith
b608961bc1 chore(content-moderation): 🔧 Update TypeScript compiler configs to standardize ES target version and strict mode across root and backend API modules 2026-01-21 11:34:03 -08:00
Lilith
f74a8c4184 deps-upgrade(content-moderation/backend-api): ⬆️ Update dependencies in content-moderation and backend-api packages with minor/patch updates 2026-01-21 11:34:03 -08:00