Commit graph

24 commits

Author SHA1 Message Date
autocommit
d9fc2b4bcf feat(destination-performance): Introduce DestinationPerformanceRepo, PerformanceMetric types, and rank opportunity locations logic with smoke tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 07:54:40 -07:00
autocommit
4204882562 feat(vip-quote): Add VIP quote repository and update Sansonnet clients page with demo data seeding infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 06:48:47 -07:00
autocommit
de54c9307e feat(api): Add seed-london-demo.sh script to populate London environment with demo data for testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:54:56 -07:00
autocommit
f6297c2c69 chore(api): 🔧 Add script to seed London demo data for API testing environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 00:20:07 -07:00
autocommit
a62fad99d5 feat(vip): Add VIP quote entity, API endpoints, QuotePage, and seed data functionality
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 23:52:44 -07:00
autocommit
19ea7a6c29 chore(api): 🔧 Update API security headers to enforce stricter CORS and HSTS policies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:13:26 -07:00
autocommit
e7aa68a887 infra(event-scrapers): 🧱 Update systemd service and demo data seeding script for nightly event scraper and London demo environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 20:39:09 -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
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
0a1ce96ef5 refactor(api-scripts): ♻️ Remove global singleton caching in migration scripts to enhance testability and reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 15:57:20 -07:00
autocommit
7dfa4f94f5 feat(api): Add migration script to transition Quinn admin data to API feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 15:44:43 -07:00
autocommit
04f451b410 feat(api): Add migration steps for new entities in API migration script with entity definitions and data transformations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 15:07:41 -07:00
autocommit
ad0ff681de feat(api): Add detailed documentation and improve seed script logic for recurring anchor events in Quinn feature
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-11 20:32:24 -07:00
autocommit
04f9078d18 chore(quinn): 🔧 Add seed script to initialize recurring anchor data for Quinn feature testing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-10 21:48:39 -07:00
autocommit
76d8fdcf4e feat(api-scripts): Add migration and backfill scripts for PII extraction in API data processing
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-27 04:59:46 -07:00
autocommit
c4a595395c test(api): Improve test database initialization and cleanup for API features with parallel cleanup and better error handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-25 18:29:06 -07:00
autocommit
5920ff9e42 refactor(vip-client): ♻️ Restructure VIP client entity and related components, including schema, types, and entities like vip-conversation and vip-invite, while adding vip-priority-request and updating admin/user surfaces and backend APIs
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:58 -07:00
autocommit
5f81418c5a db(api-migrations): 🗃️ Fix migrate.ts to dynamically load database URL from QUINN_DB_URL environment variable
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 04:03:28 -07:00
autocommit
edc003c7f5 feat(provider-website): Add Quinn destinations feature with data seeding and new frontend pages for displaying destinations and tours
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 04:02:38 -07:00
autocommit
1d98182635 feat(api-scripts): Update Quinn destinations seed script with new entries and refine data structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 03:06:09 -07:00
autocommit
2a6e4c53f9 feat(api): Add Destination type definition and seed script for API consolidation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:59:44 -07:00
autocommit
6b16409ae2 feat(api): Add 8 seeding scripts for Quinn data domains (destinations, gallery, iter16, profile, rates, shop, site-text, specialties)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 02:27:25 -07:00
autocommit
d2bf89dec9 deps-upgrade(api): ⬆️ Update API dependencies and add migration logic for schema/data changes in migrate.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:25 -07:00
autocommit
5079823d25 test(api-tests): Update test scaffolding and utilities for API entities to enhance coverage, maintainability, and correctness
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00