Commit graph

443 commits

Author SHA1 Message Date
autocommit
60175bfca4 feat(mcp-server): Update MCP client implementation with new message types and improved connection handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 01:11:39 -07:00
autocommit
d4daa3eb0e feat(credentials): Implement credential entity, database schema, API routes, and encryption utilities for secure credential storage with self-hosted validation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 00:20:08 -07:00
autocommit
8f92c029c0 feat(credentials-inference): Add escort/content platform detection logic for enhanced credential inference and classification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 20:19:06 -07:00
autocommit
caba3b5f70 feat(events): Add seed and verification scripts for events expansion, along with comprehensive test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 08:00:28 -07:00
autocommit
1ef5f74df8 feat(mcp-server): Add demand_tag parsing and routing logic for MCP server events
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 07:44:18 -07:00
autocommit
6bc31c3708 feat(events): Introduce demand_tag validation middleware and schema to enforce presence/format rules for event submissions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 07:44:18 -07:00
autocommit
216dd2a37f feat(db): Add demand_tag field to events schema and implement test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 07:44:18 -07:00
autocommit
5484c36b3a feat(mcp-server): Update MCP server protocol handling for "my" feature with new message processing logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-02 23:24:06 -07:00
autocommit
3ce373234b feat(events): Add geolocation coordinates to events API and frontend components for display in listings and minimap
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 06:31:40 -07:00
autocommit
ab67f8f548 feat(my-mcp-server): Update VIP feature server configuration and frontend templates in index.ts and HTML files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:00:58 -07:00
autocommit
6ca891f199 feat(tour-optimizer): Add optimized tour routes, pages, and geospatial integration with @lilith/tour-optimizer package
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 20:48:41 -07:00
autocommit
6585cdb388 deps-upgrade(frontend-public): ⬆️ Update frontend-public dependencies to latest versions for security patches and feature compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 20:48:40 -07:00
autocommit
5460a6bbfa feat(vip): Add VIP quote API types, frontend client, QuotePage component, and EventsListPage integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:41:50 -07:00
autocommit
4ae40241f4 feat(pages): Add EventsListPage component with React, styled components, and TypeScript types for event listing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:34:52 -07:00
autocommit
1f49bbf1be feat(backend-api): Introduce dynamic event routing and destination slug resolution handlers
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:21:29 -07:00
autocommit
d01d2df516 db(backend-api): 🗃️ Update hotel schema and adjust backend database configuration for schema changes
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:07:42 -07:00
autocommit
728fc9cd9e ui(layouts): 💄 Refactor DesktopLayout.tsx for enhanced desktop UI organization and responsive styling improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 04:33:54 -07:00
autocommit
c11a591ed9 feat(events): Introduce backend route handler and frontend EventsListPage component for event display
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 04:26:37 -07:00
autocommit
756a2415bf feat(backend-api): Add event management endpoints for creation, retrieval, and streaming
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 03:59:47 -07:00
autocommit
12f8f1aae0 feat(mail-autoresponder): Introduce new status states and vigil detection worker for mail-autoresponder
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 03:02:14 -07:00
autocommit
9e10605916 feat(calendar): Add ExternalEventDetailPanel component and update event listing to handle external event URLs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 02:49:08 -07:00
autocommit
85f114727b feat(pages): Implement EventsListPage component with styled-components and TypeScript types for event listing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:59:42 -07:00
autocommit
7d071cbfc9 ui(frontend-public): 💄 Improve mobile UX by restructuring MobileLayout and enhancing event rendering in EventsListPage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:26:36 -07:00
autocommit
12b5c0d1c9 feat(frontend-public): Add EventsListPage component and route definitions for desktop and mobile views
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:19:09 -07:00
autocommit
664022a6b6 db(db): 🗃️ Add hotel schema with tables (hotels, hotel_rooms, hotel_amenities) and their relationships
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:58:34 -07:00
autocommit
9a6411c2c7 deps-pin(mcp-server): 📌 Pin exact dependency versions in bun.lock to enforce reproducibility for release VERSION.txt
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:51:17 -07:00
autocommit
23892662a3 feat(backend-api): Add journal schema to database and event routes for event-driven logging/auditing functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:51:17 -07:00
autocommit
d60b0b93f0 feat(my): Add journal and vigil schemas, routes, services, and frontend components with backend storage support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
f2174c9377 deps-upgrade(apimcp-server): ⬆️ Update dependencies in API and MCP server modules to latest versions for compatibility, security, and performance enhancements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:44:15 -07:00
autocommit
bd8cbeed93 feat(calendar): Implement calendar UI with touring, event detail panel, and routing support for desktop/mobile views
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 22:16:44 -07:00
autocommit
fc0810ff00 feat(tours): Implement tour-stops API route and update tours templates to display stop data
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:49:10 -07:00
autocommit
a9296815f7 chore(api): 🔧 Update API contract, backend logic, frontend UX, infrastructure, and localization across system-wide components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 04:42:58 -07:00
autocommit
7d3b47a0ec chore(mcp-server): 🔧 Update "about" module metadata handling in index.ts to refine server versioning and metadata responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:40:52 -07:00
autocommit
ae5802fced feat(vip): Introduce VIP contact detail panel, credential inference API, CLI configuration, and updated documentation for VIP feature management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:06 -07:00
autocommit
c4cfcbac7a chore(frontend-config): 🔧 Standardize environment variables, Vite build configurations, and Docker/E2E setup across frontend modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:08:05 -07:00
autocommit
0ab3d6d66a feat(admin): Add payment editors, photo protection routes, and AI photo-intake personas with legacy migration and infrastructure updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 21:19:17 -07:00
autocommit
0ad5832321 security(pw-verify): 🔒️ Enforce stronger password hashing and security validation in pw-verify functions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:58:53 -07:00
autocommit
7b2f60ed53 feat(email-accounts): Add backend API route and frontend page for email account CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 19:31:34 -07:00
autocommit
0225a2bcb6 deps-upgrade(scrape-scripts): ⬆️ Update dependencies to newer versions in scrape-scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 19:08:44 -07:00
autocommit
551546a777 feat(scrape-scripts): Introduce flight and hotel scraping scripts with Bun runtime, config, and utility scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:56:09 -07:00
autocommit
81118798de feat(backend-api): Add project management and narrative file linkage endpoints, including a flight-monitor worker for file processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:56:09 -07:00
autocommit
e3b1fb9968 chore(backend-api): 🔧 Update development environment variables in .env.development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:56:09 -07:00
autocommit
932874b10b deps-upgrade(scrape-scripts): ⬆️ Update dependencies in scrape-scripts to latest stable versions of axios, cheerio, and puppeteer
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:56:09 -07:00
autocommit
f22bbf0281 feat(backend-api): Add prospector API service routes and server configuration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:11:15 -07:00
autocommit
7f04289f0f chore(frontend-public): 🔧 Update Vite build configuration for frontend-public module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:11:14 -07:00
autocommit
c51fdc6142 feat(backend-api): Introduce RESTful endpoints for managing event and hotel observation data with CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 17:43:29 -07:00
autocommit
54eddaf23b feat(backend-api): Add Prospector API endpoint to fetch and return data from specified sources
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:37:25 -07:00
autocommit
eacc34852e feat(frontend-public): Add HotelResearchPage component and update routing for desktop and mobile views
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:25:52 -07:00
autocommit
ffb330114f feat(mcp-server): Update entry-point initialization and configuration logic in MCP server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:14:37 -07:00
autocommit
2ef10d19c7 feat(hotel-research): Introduce HotelResearchPage component and TypeScript types for hotel API responses
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:14:37 -07:00