Commit graph

50 commits

Author SHA1 Message Date
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
077b86cd36 docs(platform-specific): 📝 Clarify project setup docs and configure workspace tools for better toolchain consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:17 -07:00
autocommit
b9013d8d3f chore(config): 🔧 Update npmrc for private package resolution and authentication settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:17 -07:00
autocommit
1f783404d0 chore(scripts): 🔧 Implement stricter validation and error handling in extract-archive.sh and sync-ports.sh for edge cases and new input formats
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
bb2b15cd80 chore(infrastructure): 🔧 Update port definitions in ports.yaml for infrastructure service communication
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -07:00
autocommit
71d307b775 db(migrations-specific): 🗃️ Introduce migration 0001_tenancy_and_content.sql to define tenancy and content tables/constraints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:41:16 -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
3dacdd2b51 infra(infrastructure): 🧱 Update MinIO Docker Compose configuration with environment variables, resource limits, and platform-specific settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:47:11 -07:00
autocommit
927d4c42c8 remove(infra): 🔥 Remove Mailpit email service configuration from compose.platform-mail.yml
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:47:11 -07:00
autocommit
6a5812072a remove(infrastructure): 🔥 Clean up PostgreSQL infrastructure by removing compose config, init script, and migration scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:47:11 -07:00
autocommit
7302310531 infra(shared-services): 🧱 Update production infrastructure configurations in infra.yaml for shared services (platform-db, MinIO, mail) with adjusted resource allocations, networking, and service dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:40:52 -07:00
autocommit
18c515b6f7 infra(infrastructure): 🧱 Update Docker Compose configs for test environments (database, mail, MinIO)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:40:52 -07:00
autocommit
83b85a6911 db(infrastructure): 🗃️ Add orgs table schema and seed test data for 'cocotte' entity
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 01:40:52 -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
a4d5207f54 chore(scripts): 🔧 Update manifest script and run command to reflect new project naming conventions and infrastructure definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:19:30 -07:00
autocommit
7072969164 chore(infrastructure): 🔧 Implement ATLILITH_ prefix standardization for ports environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:19:29 -07:00
autocommit
9e8e34c4ba chore(infrastructure): 🔧 Update port configurations in .env.ports for infrastructure services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:19:29 -07:00
autocommit
476804a703 docs(docs): 📝 Update peer architecture and phase 5 migration details for clearer side-by-side deployment and decommissioning guidance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:19 -07:00
autocommit
e09224e0ae docs(docs): 📝 Add phase-5-gates API documentation details to reflect current platform API specifications
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:37:16 -07:00
autocommit
414a412da3 docs(docs): 📝 Add platform.api (V3) documentation section in peers guide
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:37:16 -07:00
autocommit
91b9c2b562 docs(phase-5): 📝 Add detailed documentation for phase 5 gates in pipeline workflows, covering purpose, implementation, and usage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:10:17 -07:00
autocommit
063c95903e docs(docs-parent): 📝 Add and update naming conventions and peer-related guidelines for clarity and completeness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:10:17 -07:00
autocommit
aa0db70392 docs(platform): 📝 Update onboarding-provider and tenancy guides with clearer instructions and examples
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:10:17 -07:00
autocommit
64455ae152 infra(infrastructure-ports): 🧱 Add SSO service port mappings and update deployment configurations for OAuth endpoints and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:03:16 -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
bf1e394ec0 infra(infrastructure): 🧱 Configure local TLS certs, Docker Compose for platform services (DB, MinIO, mail, Caddy), DB schema initialization, and CI type-checking workflow setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:48:03 -07:00
autocommit
f4a873ca8f db(infrastructure): 🗃️ implement org schema migrations and Cocotte demo data seeding
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:41:38 -07:00
autocommit
e8f61cdac9 chore(infrastructure): 🔧 Update port mappings and MCP runtime configurations in ports.yaml and .mcp.json
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:41:38 -07:00
autocommit
8b42bde378 chore(infrastructure): 🔧 Update port mappings in .env.ports for infrastructure services
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:41:37 -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
autocommit
64cf871219 chore(platform): 🔧 Configure Git line endings, ignore build artifacts, and update TypeScript strict mode settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:09:32 -07:00
autocommit
fdafece8d1 deps-upgrade(platform): ⬆️ Update platform dependencies to latest stable versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:09:32 -07:00