Commit graph

29 commits

Author SHA1 Message Date
Claude Code
5a999bd800 feat(scenarios): Add/update scenario configurations and new templates for platform workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Claude Code
7513ce7778 refactor(factory): ♻️ Restructure factory implementation for improved maintainability and decoupling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:47 -07:00
Claude Code
00e2d8b990 test(phases-specific): Add/extend test coverage for phase logic validation with mocks and assertions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
0cd9b262e0 refactor(phases): ♻️ Restructure phase modules with hybrid naming convention and consolidate related features
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
b71009c4da test(platform-seed): Add and update test cases for platform-seed library to improve coverage and fix failures
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
30b9a06107 feat(auth): Implement new auth flow with data loading, database integration, and session verification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
b33d7fc019 feat(platform-seed): Add development data generation and session verification scripts for testing workflows
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
fdc27e5381 docs(platform-seed): 📝 Clarify and update session type definitions in platform seed feature documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:46 -07:00
Claude Code
6a0fea31e0 deps-upgrade(frontend-config): ⬆️ Update vite, vitest, and TypeScript configs for ESM compatibility and performance improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:42 -07:00
Claude Code
c387fcdfb4 deps-upgrade(platform-admin): ⬆️ Update platform-admin dependencies to latest versions for security patches and compatibility fixes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 23:56:42 -07:00
Claude Code
62c05ba7c5 refactor(phases): ♻️ Implement modular phase handlers to consolidate shared logic and eliminate redundant implementations across phase-specific classes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 13:07:22 -07:00
Claude Code
2f1cce8a5d feat(platform-seed): Implement multi-phase SSO bootstrapping with user, client, admin setup, attribute definitions, and database initialization utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 09:45:18 -07:00
Claude Code
b067279bf6 feat(video-studio): Add video review UI, media gallery client, and protection API with database setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 09:36:45 -07:00
Claude Code
d87363d452 feat(platform-seed): Add seed data generator with authentication, analytics, and transaction phase support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:21:10 -07:00
Claude Code
22380db28f chore(platform-seed): 🔧 Update TypeScript compiler options in tsconfig.json for platform seed project
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:14:50 -07:00
Claude Code
b46d33d280 deps-upgrade(platform-seed): ⬆️ Update platform seed dependencies to latest minor/patch versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:14:50 -07:00
Claude Code
595d542206 chore(platform-seed): 🔧 Update platform seed configuration in .tool-feature file
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:08:22 -07:00
Claude Code
99da39fda8 chore(platform-seed): 🔧 Update TypeScript compiler config for platform seed builds
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:08:22 -07:00
Claude Code
29533e05d8 deps-upgrade(platform-seed): ⬆️ Update core dependencies in platform-seed feature packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 03:08:22 -07:00
Claude Code
cf8123005d feat(platform-seed): Implement phase21 marketplace/region data generation and extend generate-dev-data script
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:44:27 -07:00
Claude Code
430ae352a1 feat(bot-defense): Add BotDefenseGate component, LoadingSpinner, theme types, dev data generator, and manifest updates for bot defense feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:25:33 -07:00
Claude Code
aa3e6dc9dc feat(bot-defense): Add BotDefenseGate and LoadingSpinner components and initialize bot defense phases 17–20
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:19:40 -07:00
Claude Code
cb879cb815 feat(bot-defense): Add BotDefenseGate component and LoadingSpinner for bot detection UI, plus implement trust verification and messaging agreement phases in platform initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:19:08 -07:00
Claude Code
e0856c40d6 feat(platform-seed): Add marketplace, feature flags, streaming, and subscription phases to platform seed initialization with transaction and client attribute updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 02:01:19 -07:00
Claude Code
7d035f0e77 feat(phases): Add merchant configuration and processing logic for phase 14 initialization
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 01:55:20 -07:00
Claude Code
2fc95cb6ea feat(invisible-protections): Introduce InvisibleProtectionsDemo component, update platform phases, and add feature flag for gradual rollout
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 01:54:26 -07:00
Claude Code
c8421e29f3 feat(auth): Introduce role-based access control and phase 3 profile data handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-20 01:48:23 -07:00
Claude Code
a2e67eed4d wip(platform-seed): 🚧 Add 12 sample user profile JSON files for platform seed data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:57:49 -07:00
Claude Code
99895f1130 feat(platform-analytics): Implement comprehensive analytics data pipeline with attribute definitions, profile data, and synchronization scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-19 23:08:24 -07:00