Commit graph

511 commits

Author SHA1 Message Date
autocommit
03e50645d6 feat(api): Implement payment methods API endpoints, add comprehensive test coverage for admin/provider/www scenarios, and include data migration scripts for legacy payment method cleanup and backfilling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 00:45:50 -07:00
autocommit
eace142872 feat(contact-render): Add validation rules for first-name field in contact rendering
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 00:39:33 -07:00
autocommit
88e913b314 feat(api): Add backfill processors for contact data and statistics to handle batch population via API endpoints
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 00:39:33 -07:00
autocommit
a616f3e539 feat(api): Implement iCloud message pipeline with entity, repository, processors, and calendar/contact UI components
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 00:39:32 -07:00
autocommit
9c11d17181 feat(api): Add new "about" admin endpoints for metadata management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:40:52 -07:00
autocommit
4de3df4be6 refactor(admin): ♻️ Convert admin module API routes and server logic from JavaScript to TypeScript for improved type safety and maintainability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:40:52 -07:00
autocommit
e0044af4c6 chore(api): 🔧 Update environment variables in .env.development for API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 23:27:58 -07:00
autocommit
c9c7921ca7 feat(admin): Add photo management endpoints and UI components for uploads, deletions, and metadata handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:41:14 -07:00
autocommit
82fd229bed feat(api): Add PHOTOS_DIR configuration field to API schema for custom photos directory support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:41:14 -07:00
autocommit
0629b4b476 test(api): Update test database connection URL to use .lan domain for local development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:21:03 -07:00
autocommit
837a2b98e9 infra(infrastructure-scope): 🧱 Update deployment pipelines, nginx configurations, and database unification docs across domains
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
287297af13 breaking(photo-protection): 💥 Migrate photo protection API endpoints to v2, breaking backward compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 22:00:01 -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
4ebde6b196 deps-upgrade(api): ⬆️ Update API dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 21:19:17 -07:00
autocommit
6b4b10ba7f feat(quinn-ai): Add tour context state management and dynamic tour stop definitions for guided Quinn AI experiences
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 18:31:07 -07:00
autocommit
e049666437 feat(api): Add engine-related API routes and server configuration for enhanced engine functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 18:31:07 -07:00
autocommit
55d6d88576 chore(api): 🔧 Update .env.development with required API environment variables for local development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 23:23:08 -07:00
autocommit
4c5fafb602 chore(api): 🔧 Update .env.development with API feature environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:58:53 -07:00
autocommit
413274863b feat(analytics): Add refactored tracking hooks (use-page-view-tracking, use-track-click, use-track-engagement) and update API message schemas for enhanced analytics data collection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:51:40 -07:00
autocommit
76bc720bf0 feat(push-specific): Update VAPID keys to dynamically bind to booking emails for improved notification reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 19:31:34 -07:00
autocommit
313b77f7cd feat(api-server): Add migration logic to qualify and track prospect data in the API server
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:44:35 -07:00
autocommit
20f5d17181 chore(api): 🔧 Increase test timeout in bunfig.toml to handle longer database initialization and migrations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:21:58 -07:00
autocommit
0a11444359 deps-upgrade(api): ⬆️ Update API dependencies to latest versions for bug fixes and improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:21:57 -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
5ddd66a28f feat(prospect-qualification): Introduce predicate evaluation logic, repository methods, and TypeScript types for prospect qualification with test coverage and engine support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 18:11:15 -07:00
autocommit
7d50da3f53 feat(api): Add validation and processing logic for NULL/empty message bodies in BackfillProcessor and ContentClassifier
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 16:48:21 -07:00
autocommit
067b58535c feat(api): Introduce new engine qualification API routes with authentication middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 15:44:24 -07:00
autocommit
a543326a45 feat(assistant): Implement stricter qualification checks in Assistant surface to improve user eligibility validation logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 15:38:13 -07:00
autocommit
b5bf784ff9 feat(mcp-prospector): Add archetype filtering to prospect lists with new filtering logic and API support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 15:38:13 -07:00
autocommit
6c9b6d9e83 refactor(prompt-revision): ♻️ Update PromptRevisionRepo class to adopt ai.engine_drafts schema for data operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 01:00:14 -07:00
autocommit
a52b5c5cba feat(prospector): Add engine_drafts table support with new API routes and test coverage
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 01:00:13 -07:00
autocommit
7434040bd2 perf(prospector): Refactor SQL queries to fetch prospector data from ai.engine_drafts for optimized performance
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 00:30:14 -07:00
autocommit
b517690283 test(api): Add AI schema bootstrap logic to test harness to validate API schemas in production-like environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 00:06:24 -07:00
autocommit
bf96eb174a feat(api-entities): Add metadata fields and validation constraints to correction and prompt-revision schemas
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 23:06:35 -07:00
autocommit
46ed0b7625 feat(my): Add API surface and backend route for hotel stays research functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 22:30:27 -07:00
autocommit
a664261e78 feat(hotel-stay): Add geographic scope fields and region validation to hotel stay schema
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 22:21:50 -07:00
Natalie
e420f09fd5 reconcile: 🔧 plum/apricot divergence resolution + apricot-only authoring rule
Some checks failed
CI / verify (push) Has been cancelled
Resolves 630/374 plum-vs-origin divergence by resetting plum to origin/main and
porting forward the genuinely net-new plum work atop apricot's evolution.

Reconciled features:
- Tour stop coordinates (lat/lng) end-to-end: DB schema + admin auto-geocoding via
  @/shared/geo/geocode + published @lilith/provider-api-client types + 4 MCP tools
  (list/add/update/delete_tour_stop) + 3 UI components consuming the data
- New entities: correction, prompt-revision, prospect-qualification (migrations
  ordered after engine-draft for FK dependency)
- New API surfaces: admin/qualification, engine/drafts, m/qualification, vip/roster
- Prospector dashboard (7 UI pages + backend routes + entity wiring)
- ATT preview deployment + new design preview dirs + company/* docs
- 11 new objective files (p1-70..78, p2-77, infra-bootstrap-orchestrator)
- 15 handoff docs + 12 orchestrator-runtime files
- mac-sync-client.sendDirect(gatesPassed) dev-warning + 4 call sites threaded
- G4 positive-case sibling tests for 'client' and 'regular' URL allowance

Workflow rule change:
- CLAUDE.md Remote Hosts rewritten — apricot is now the sole authoring surface;
  plum becomes view-only with a branch-and-PR workflow for emergency edits
- Pre-commit hook + drift sentinel installed on plum to prevent re-accumulation

Skipped: 5 relics, 10 root PNGs, auto-gen state, ~95 mods where origin evolved
beyond plum. Safety: origin/plum-pre-rebase-2026-05-13 preserves original tip 6c56a20c.
2026-05-13 21:16:34 -07:00
autocommit
46d3f04ef3 feat(admin-specific): Add v3 ProspectScore fields to admin client schema for qualification and migration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 12:12:03 -07:00
autocommit
9c9c6b5ce0 feat(api-client): Add V3 classifier fields to client entity and update related schema, types, and repository logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 12:06:06 -07:00
autocommit
0aa85b9070 feat(mcp-prospector): Configure rate limiting settings in MCP prospector to enforce new throttling rules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 11:30:10 -07:00
autocommit
f245799354 feat(api): Implement service-token bypass in rate-limit middleware to exclude admin tools and adjust thresholds for stricter admin protection
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-13 11:30:10 -07:00
autocommit
fcbe74fe46 feat(mcp-prospector): Add prospect management client functions for fetching, listing, tagging, and funnel stage operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:30:51 -07:00
autocommit
46c9cf2f67 feat(mcp-prospector): Introduce McpProspectorClient class for MCP prospector data fetching and service interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:24:16 -07:00
autocommit
665491f961 feat(engine-draft): Add repository methods for CRUD operations on engine drafts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:24:16 -07:00
autocommit
6e263fce85 feat(client): Introduce protocol handling, exclusion rules, funnel stage support, and classifier fields in client utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:24:16 -07:00
autocommit
1015f6b3da remove(api): 🔥 Remove deprecated client schema migration logic from schema.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:18:05 -07:00
autocommit
6ef8ba540c feat(api): Add prospect tracking fields to ClientSchema for migration support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:18:05 -07:00
autocommit
ae3a68f641 feat(admin): Introduce admin client management interface with CRUD endpoints and types
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:09:24 -07:00
autocommit
466da98a2e feat(api-entities): Add Client entity model with schema validation, repository methods, and type definitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 21:09:24 -07:00