Natalie
df61c96b27
feat(seo): destination_slug pSEO tour linking + full NYC analytics coverage
...
Linking (staged): thread destinationSlug through the public tour payload
(provider-config + /tour serializer + shared TourStop type) and match the pSEO
city-page Event by destinationSlug (robust) with a city-name fallback. New
staged seed scripts/seed-nyc-tour-destinations.ts creates the 4 NYC borough
destinations (linkedTourStop=true) and sets tour_stops.destination_slug —
dry-run by default, --commit to apply, not run in CI. Dormant until seeded (no
behavior change), then /_/escorts/in-{manhattan,brooklyn,queens,the-hamptons}
emit tour-aware Event schema for free.
Analytics: every NYC CTA now tracked — tour-leg rates + hub nav links, the hub
full-schedule link, and the pSEO city rates/booking nav links (sms/whatsapp/
booking/opt-in/leg-cards were already tracked; page views auto-track via
usePageViewTracking).
Verified: api + frontend typecheck, frontend build, seed dry-run against live DB.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 20:16:18 -05:00
Natalie
c5bca260e9
test(api): auto-skip DB-dependent tests off the fast LAN path
...
The api suite is ~95% Postgres integration tests against black, which is only
low-latency from apricot/LAN. Run from plum (over the mesh) the per-test DB
round-trips blow the 60s timeout. New scripts/run-tests.ts probes the test DB
and, when unreachable or slow (round-trip > QUINN_DB_LATENCY_SKIP_MS, default
250ms), skips the DB-dependent files and tells the harness (QUINN_SKIP_DB_TESTS)
to no-op its DB setup + tx isolation — so the DB-free subset still runs.
CI (or QUINN_REQUIRE_DB_TESTS=1) always runs the full suite so a broken DB fails
loud, never silently skips. test-env.ts is the shared gate; test:full / test:no-db
force either mode. From plum: 370 pass, 0 fail (92 DB files skipped, logged).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-19 18:20:11 -05:00
autocommit
84d31a0afe
feat(prospector-quinn): ✨ Introduce AI prospecting tools (heat scoring, reply generation) and Quinn-AI gateway integration, alongside frontend UI updates, backend API refactoring, and infrastructure enhancements for edge-purge and proxy services.
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 20:40:01 -07:00
autocommit
676975ce68
chore(api-scripts): 🔧 Update London demo seed script with new quote slug and password
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 08:05:43 -07:00
autocommit
dd33e18970
feat(api): ✨ Add London demo mode routes and seed script for API server
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 18:35:54 -07:00
autocommit
5a95093613
feat(api-scripts): ✨ Update London demo data seeding logic in seed-london-demo.sh
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 08:15:12 -07:00
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
...
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