autocommit
|
292ddf2f53
|
feat(messages): ✨ Implement sent-emails API, message threading, Inbox page, and ThreadPane component
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 22:44:15 -07:00 |
|
autocommit
|
a54762249b
|
feat(messages): ✨ Introduce email admin UI with EmailAdmin page and SentEmailsSection component, backend mail-sync/send logic, and API routes for message operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 21:34:35 -07:00 |
|
autocommit
|
47ff5663b9
|
feat(i18n): ✨ Implement i18n resolver, batch translation API, and admin-specific translations for mail-sync and UI messages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-05-16 19:26:05 -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
|
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
|
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 |
|
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
|
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
|
9c1089c570
|
feat(db): ✨ Implement iCloud database support with updated connection logic and server config
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-22 16:42:55 -07:00 |
|
autocommit
|
ed3e35fd32
|
feat(storage): ✨ Add StorageClient class and cache management utilities for shared data persistence/caching
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-20 01:03:10 -07:00 |
|
autocommit
|
4dc30fab7e
|
feat(api): ✨ Introduce VIP conversation encryption and secure storage with vip-conversation entity schema and crypto integration
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 22:54:05 -07:00 |
|
autocommit
|
e76499204f
|
refactor(admin-surfaces): ♻️ Replace direct DB calls in PSEOHobbyTerms and PSEORegions with AdminDB and AdminDBWrite utilities; update migration tests to validate the refactoring.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 22:21:44 -07:00 |
|
autocommit
|
18525cfc27
|
feat(admin-surfaces): ✨ Add admin API surfaces for managing PSEO destinations, hobby terms, and regions with CRUD endpoints and shared database utilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 22:02:02 -07:00 |
|
autocommit
|
3b0671f024
|
test(api): ✅ Implement integration tests for VIP API and tour features, expanding coverage for API entities (Client, ContactSubmission, ContentPost) and shared database logic
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 19:55:41 -07:00 |
|
autocommit
|
851762c1ef
|
feat(api): ✨ Add invite and short-link endpoints with database models and public API support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 19:35:56 -07:00 |
|
autocommit
|
1a1b4ca89c
|
feat(calendar-event): ✨ Introduce calendar event API endpoints and system status monitoring in admin backend
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 19:11:35 -07:00 |
|
autocommit
|
5666e9daa0
|
refactor(api-db): ♻️ Replace BetterSqlite3 with bun:sqlite, update type definitions, and adjust initialization logic in admin DB operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 17:53:36 -07:00 |
|
autocommit
|
53c18b2828
|
feat(db-database): ✨ Update database abstraction to support better-sqlite3 and bun:sqlite for cross-platform SQLite operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 17:42:50 -07:00 |
|
autocommit
|
aadc902843
|
db(api): 🗃️ Add admin-specific migration schema and update admin DB read/write operations for privilege handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 17:30:09 -07:00 |
|
autocommit
|
f62e67f1db
|
feat(admin-screening): ✨ Add admin screening API endpoints, entities, shared validation logic, and test suite
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 16:02:22 -07:00 |
|
autocommit
|
8347e582f9
|
feat(api): ✨ Introduce CalendarEventRepo, VIP calendar UI surfaces, and push notifications for VIP event management
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-19 15:29:34 -07:00 |
|
autocommit
|
dd212e0d1a
|
feat(tour-management): ✨ Implement core tour-management entities (client, invite-token, tour-event) with full CRUD, geo-classification, invite-dispatch, and tour-planning features including NANPA/sub-market support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 22:02:24 -07:00 |
|
autocommit
|
e5ead2d9ea
|
feat(pseo): ✨ Introduce PSEO templates, admin configurations, and frontend pages for SEO-optimized content
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:56 -07:00 |
|
autocommit
|
2f60d2cf7c
|
refactor(api): ♻️ Standardize API server config schema and logger setup for consistent modularity and observability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|
autocommit
|
c51df297b9
|
feat(totp): ✨ Add TOTP utilities for secure time-based token generation and verification
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|
autocommit
|
e4d52aec7d
|
feat(mail): ✨ Introduce reusable MailService class and utility functions for email handling in index.ts with unit tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|
autocommit
|
b11dd6d558
|
feat(ical): ✨ Introduce iCal parsing and generation utilities in the shared module
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|
autocommit
|
03a11b2563
|
refactor(db): ♻️ Refactor database utility functions for cleaner architecture and add comprehensive tests
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|
autocommit
|
e840cf6404
|
refactor(api-errors): ♻️ Standardize error classes and middleware for consistent API error handling and improve propagation/logging
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
|
2026-04-18 19:25:55 -07:00 |
|