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
|
315c174e2b
|
docs(design): 📝 Update V3 schema design docs to include org_id in tables and clarify feature composition
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-17 03:28:07 -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
|
755d6d7b83
|
scripts(test-infra): 🔨 Implement parallel test execution and dynamic test selection in the test runner script
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-17 01:40:52 -07:00 |
|
autocommit
|
3c2677ad77
|
docs(arch): 📝 Refine platform architecture documentation in DESIGN.md with updated blueprints, workflows, and component interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-17 01:40:52 -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
|
e97ffa4f0b
|
docs(documentation): 📝 Update architecture, design, and infrastructure documentation to reflect latest platform details in CLAUDE.md, DESIGN.md, and INFRA.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-17 01:33:45 -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
|
0eae3b0083
|
docs(docs-documentation): 📝 Update naming conventions and infrastructure details in CLAUDE.md and INFRA.md to reflect latest project structure and terminology
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 23:19:30 -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
|
44e84a8938
|
docs(infra): 📝 Update migration debt documentation to reflect current V2/V3 transition state and decommissioning plans
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 22:44:19 -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
|
7f03def5b2
|
docs(infra): 📝 Update deployment documentation for platform.api (V3) procedures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 22:37:16 -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
|
339a48ab27
|
chore(claude): 🔧 Update Claude service configuration settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 22:16:46 -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
|
7867a700d5
|
infra(systemd): 🧱 Update systemd unit file directives for Atlilith tunnel service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:56:02 -07:00 |
|
autocommit
|
4c08f82912
|
scripts(scripts): 🔨 Implement MinIO replication script for cross-cluster/bucket data synchronization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:56:01 -07:00 |
|
autocommit
|
aed3afee66
|
feat(scripts-scripts): ✨ Add PostgreSQL backup, restore, and secure tunneling scripts with orchestration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:48:04 -07:00 |
|
autocommit
|
e889fc6ac7
|
chore(users): 🔧 Update user application manifest metadata, permissions, and platform-specific settings
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:48:03 -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
|
bf2df14f07
|
style(config): 🎨 Update editorconfig to standardize coding style rules for indentation, line endings, and syntax consistency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:48:03 -07:00 |
|
autocommit
|
fdf0d57a9e
|
docs(infra): 📝 Update black node roles and networking documentation in INFRA.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:41:38 -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
|
05f2666088
|
chore(git): 🔧 Enforce LF line endings and mark binary files in .gitattributes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:33:57 -07:00 |
|
autocommit
|
43fc003c99
|
docs(claudium): 📝 Update Claudium platform/versioning documentation in CLAUDE.md
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:20:27 -07:00 |
|