Commit graph

25 commits

Author SHA1 Message Date
autocommit
3709c5338e feat(ai-copilot): Introduce HealthModule for system health checks, integrate into AppModule, and configure health checks in main.ts and nest-cli.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:48:22 -07:00
autocommit
83f068f001 feat(ai-copilot): Implement context-aware AI behavior management system with aggregator, controller, and domain-specific contexts (content, engagement, persona) plus platform API integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:48:21 -07:00
autocommit
9b59904ea3 refactor(agent-actions): ♻️ Remove confidence field from AgentActionsDto and update validation logic and numeric transformations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:48:21 -07:00
autocommit
26a273a55e chore(ai-core): 🔧 Update AI copilot dev/test configs with env vars, TypeScript settings, and Vitest globals
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:48:21 -07:00
autocommit
bf085c536d deps-upgrade(ai-copilot): ⬆️ Update dependencies in ai-core for AI copilot with latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:48:21 -07:00
autocommit
b3a63c7f52 chore(platform-api): 🔧 Update Nest CLI config to enforce consistent scaffolding, schematics, and compiler settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
f3ed6048a0 style(config-configuration): 🎨 Enforce stricter TypeScript settings and update path aliases for improved module resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
9ab65cc775 refactor(platform-api): ♻️ Restructure health module integration in platform-api, adding registration in app.module.ts, initializing checks in main.ts, and defining routes/controllers in health.module.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
f7ae693b75 feat(platform-api): Add new entities (content-asset, engagement-event, org-member, persona) and update existing entities (org, user) with fields, relationships, and enums
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
7b75ab74d6 chore(platform-api): 🔧 Update connection strings, timeouts, and environment variables in database and Redis configs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
8a3cbad805 arch(platform-api): 🏗️ Introduce standardized cache invalidation and CRUD base classes to decouple cache logic and reduce boilerplate
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
302be6b890 feat(auth): Introduce modular auth system with guards, decorators, and SSO support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
75b68fe124 feat(content-posts): Add ContentPostsController, ContentPostsService, DTOs, and ContentPost entity for post management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
6667ccb8db feat(content-plans): Implement ContentPlansController, ContentPlansService, DTOs, and ContentPlan entity for managing content plans CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
954f4cbf78 feat(agent-actions): Implement agent actions module with HTTP endpoints, business logic, DTOs, NestJS registration, and database entity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
ee9cc43185 chore(platform-api): 🔧 Update config files with standardized environment variables, TypeScript settings, and test configurations for platform-api
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:15 -07:00
autocommit
c183412eba deps-upgrade(platform-api): ⬆️ Update dependencies to latest versions for security patches and feature compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:14 -07:00
autocommit
4e63cd7884 deps-upgrade(sso): ⬆️ Update SSO backend dependencies to latest versions for security and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 02:24:36 -07:00
autocommit
8724e5e0e9 chore(codebase): 🔧 Implement strict TypeScript compiler options and optimize performance settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:33:45 -07:00
autocommit
703d7f6083 deps-upgrade(sso): ⬆️ Update SSO backend and frontend dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:28:01 -07:00
autocommit
be2f643af0 feat(sso-frontend): Implement SSO login page with theming, styling, and Vite configuration for authentication flow
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:16 -07:00
autocommit
abaf8be553 feat(sso): Implement SSO authentication system with TOTP 2FA, account lockout, database integration, and event tracking
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:16 -07:00
autocommit
42473c0532 chore(sso): 🔧 Update SSO dev environment variables, TypeScript config, and Vite build settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:16 -07:00
autocommit
b7bbb8e624 deps-upgrade(sso): ⬆️ Update SSO backend and frontend dependencies for security patches and bug fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:15 -07:00
autocommit
f93842b67e chore(platform-build): 🔧 Update build configs and scripts to enforce stricter build rules, support new archive formats, and optimize Bun/TypeScript settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:09:32 -07:00