Commit graph

228 commits

Author SHA1 Message Date
Claude Code
8167dd66d5 feat(api): Add event-related API routes, configuration, enums, seed data, and core event handling implementation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 07:10:07 -07:00
Claude Code
753a39b421 feat(escort): Add webhook handling for TrystBoost premium feature upgrades and promotions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 06:51:52 -07:00
Claude Code
ab045e7de2 feat(seeds-seed): Add feature-specific seed data initialization for API startup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:32:25 -07:00
Claude Code
86fb7f1cd9 feat(feature-registry): Add launcher field support to FeatureDefinition entity, DTO, and FeatureRegistryService with migration and documentation updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 05:28:39 -07:00
Claude Code
ce944e95c6 chore(api): 🔧 Update Jest config for API tests with API-specific paths, mocks, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 04:14:46 -07:00
Claude Code
3cddce2136 feat(notifications-feature): Implement SMS notification system with backend services, frontend components, and full integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:02:00 -07:00
Claude Code
97e1f4d826 deps-upgrade(api): ⬆️ Update dependencies in api to include latest bug fixes, security patches, and feature enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:56:03 -07:00
Claude Code
074477c250 breaking(db-routines-feature): 💥 Rename TimeOfVigil enum and database column to enforce consistent naming across routines-feature components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:22:33 -07:00
Claude Code
c940e6997e breaking(api): 💥 Rename "TimeOfVigil" column to "TimeOfDay" in database API tables and services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 00:09:13 -07:00
Claude Code
5a70eb3bf8 feat(shared-originate): Add shared enums, DTOs, and entities for habits/routines with scheduling capabilities and frontend components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:21:18 -07:00
Claude Code
b2ada67b0f chore(api): 🔧 Update TypeScript compiler options in tsconfig.json for improved module resolution and type safety
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:07:24 -07:00
Claude Code
70f853c36b test(seeds): Add seed data generation and scheduling mock factories for testing habits and scheduling functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 22:07:43 -07:00
Claude Code
55147f002f breaking(scheduling): 💥 Rename database entities and DTOs from "wake" to "sleep" concepts with backward-compatible migration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 22:01:55 -07:00
Claude Code
c1aaa7ad24 db(api): 🗃️ Add database migrations to unify finance tables and convert TimeBlockNotes notes column to JSONB type
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:28:16 -07:00
Claude Code
59ebb77be5 feat(data-source): Add CLI commands for managing data source configurations via API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:22:56 -07:00
Claude Code
d10f98e14e arch(api-specific): 🏗️ Refactor AppModule configuration to restructure providers and imports for cleaner dependency injection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-18 17:05:20 -07:00
Claude Code
3f07318280 feat(api-endpoints): Update analytics, automations, and checklist endpoints and seed scheduling/task data for new functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:50:59 -07:00
Claude Code
691ec77e04 refactor(api): ♻️ Restructure API application by reorganizing modules, adding service health checks, and updating seed data initialization and core configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:50:59 -07:00
Claude Code
0692e42022 chore(api): 🔧 Update environment configuration files for API development and testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:50:58 -07:00
Claude Code
450683f5d6 deps-upgrade(dependencies): ⬆️ Update all dependencies and lockfile versions across the monorepo
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-17 17:50:58 -07:00
Lilith
3fd2978a5a feat(curriculum): Add seed data for new curriculum modules "beauty-body" and "bimbo"
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 20:15:04 -07:00
Lilith
4b06228489 feat(curriculum): Update seed data for beauty-body, bimbo, health-curriculum, and influencer curricula with refined fields and consistent structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:54:03 -07:00
Lilith
8613f2f338 feat(curriculum): Add new curriculum types and shared validation utilities for seeding
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:44:19 -07:00
Lilith
22c75ee852 feat(curriculum): Add influencer data seeding functions/classes for curriculum API features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:38:15 -07:00
Lilith
be5cb3eab5 feat(curriculum): Add beauty-body and domestic curriculum modules and update health curriculum seed data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:37:34 -07:00
Lilith
3b1a5e76a5 feat(curriculum): Add curriculum DTOs, service layer, frontend component, test data, and UI assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:32:18 -07:00
Lilith
c9000e0b35 feat(curriculum): Add new curriculum DTOs, update seed data, and enhance frontend curriculum list page for data structure alignment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:32:04 -07:00
Lilith
c35115501f feat(curriculum): Add gamification features with progress tracking and rewards in curriculum system
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:26:24 -07:00
Lilith
c94789ea71 feat(curriculum): Introduce role-model and archetype entities with controllers, services, DTOs, and frontend pages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:25:42 -07:00
Lilith
136c74e6a8 feat(curriculum): Add Beyoncé curriculum module with seed data and banner image
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:14:44 -07:00
Lilith
9c427639e1 feat(curriculum-specific): Introduce role-model system with new entities, DTOs, and frontend pages for curriculum management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 19:09:18 -07:00
Lilith
bbb60cd461 feat(seeds): Add curriculum seed data with role model examples and interactive picker UI
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:53:18 -07:00
Lilith
54135969df feat(api-seeds): Add new curriculum data to seed file and update role model image to Pamela Anderson’s profile picture
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:47:17 -07:00
Lilith
2424a75ec6 ui(web-under): 💄 Replace role model images with updated high-quality versions and sync curriculum seed data with new visual assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:41:47 -07:00
Lilith
e4403672d6 feat(curriculum-specific): Add new curriculum seed data or update existing curriculum records in seed-curriculum.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:36:04 -07:00
Lilith
4a668077dd feat(seeds): Add sample curriculum data for seed-curriculum.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 18:19:55 -07:00
Lilith
ce887d99a3 feat(seeds-specific): Update curriculum seed data with role model image references and populate seeding logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 12:38:54 -07:00
Lilith
568c05ffc0 feat(curriculum): Update seedCurriculum function to add/modify curriculum data entries and fix seeding logic issues
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 12:13:40 -07:00
Lilith
79a8c69742 ui(curriculum): 💄 Add CurriculumDashboardPage, RoleModelDetailPage, and RoleModelPickerPage components with backend data seeding via seed-curriculum.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 07:02:23 -07:00
Lilith
e32c2b0a96 feat(curriculum): Add role-model DTOs, entities, and seed data with 49 high-res images for notable figures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:33:56 -07:00
Lilith
2836afc940 feat(curriculum): Update seed curriculum data with new/modified entries during initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:23:12 -07:00
Lilith
5d4c56a12f feat(curriculum): Add curriculum entries for Mary Beard and Thich Nhat Hanh with supporting images
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:17:52 -07:00
Lilith
0591d29a19 feat(curriculum): Add curriculum management CLI hooks, seed data, and updated role model visual assets
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 06:00:35 -07:00
Lilith
7d915fd08b feat(curriculum): Update curriculum seed data structure for API development/testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:55:10 -07:00
Lilith
1ce0a82466 chore(curriculum): 🔧 Update seed curriculum data structure and content
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:42:42 -07:00
Lilith
77f0a54dc6 chore(curriculum): 🔧 Add/modify curriculum seed data for proper educational content initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:38:02 -07:00
Lilith
d1d12db3fa feat(curriculum): Add seed curriculum data, update curriculum routing, and implement new dashboard and role model detail components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:37:23 -07:00
Lilith
2b5d86c8d8 feat(curriculum): Add role model data seeding and RoleModelPickerPage UI component for curriculum feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 05:32:39 -07:00
Lilith
f27a640b47 feat(voice): Implement voice/speech synthesis with Chatterbox and SpeechSynthesis services, health monitoring, WebSocket gateway, CLI integration, and frontend component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-13 03:09:45 -07:00
Lilith
65b473e59f feat(api): Add health check endpoint for messenger service and document deprecation in API module exports
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-10 19:45:17 -07:00