Natalie
9703584109
fix(api): null-safe tour-stop hotels, declare sharp, exclude mcp-prospector
...
- tour-stop/repo.ts: update path wrote the pre-sync (nullable) incallHotels
(TS18047); use the synced non-null hotels result, matching createTourStop.
- package.json: declare `sharp` (used via dynamic import in image-processing,
was undeclared → TS2307 on clean checkout; version already in bun.lock).
- tsconfig.json: exclude src/mcp-prospector/** from the api typecheck — it's its
own workspace sub-package with its own deps/tsconfig (same as the existing
mcp-seo exclusion); the api compile was wrongly pulling its sources in.
Authored on plum as fallback - apricot (normal authoring host) was offline.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 06:46:08 -05:00
Natalie
231b58b2d3
chore(ci): typecheck-all.sh self-reports failing packages
...
When the verify job fails, print the exact list of packages that failed
typecheck, ready to copy into tooling/ci/.typecheck-debt. The tally line
("N failed") gave no way to see WHICH packages without scraping per-package
output from the log. Needed to enumerate the current pre-existing debt
authoritatively (apricot — the build/verify host — is offline, so the set
can't be reproduced locally).
Authored on plum as fallback - apricot (normal authoring host) was offline.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-19 05:05:39 -05:00
autocommit
5ff584e209
deps-upgrade(quinn-ai): ⬆️ Pin and update React, Axios, and related dependencies in quinn-ai/engine and quinn-ai/gateway for security and performance fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 20:40:00 -07:00
autocommit
12de9ea5e5
deps-upgrade(deps): ⬆️ Update dependency versions to enforce consistent and compatible package.json and lockfile across the codebase
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 14:58:14 -07:00
autocommit
45abfbe0b8
deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-08 08:02:44 -07:00
autocommit
7f55f5bf3d
deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions for security and compatibility improvements
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-03 19:24:30 -07:00
autocommit
4c2c29351e
deps-upgrade(api): ⬆️ Update dependencies in @features/api to enforce security patches and compatibility fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-17 18:35:53 -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
364ccdb73f
deps-upgrade(api): ⬆️ Update API dependencies to include latest patches and fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 21:34:35 -07:00
autocommit
f5981012e2
deps-upgrade(dependencies): ⬆️ Upgrade dependencies in api, event-scrapers, and data.cocotte.maison domains to latest or pinned versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:26:05 -07:00
autocommit
8f2952e7ff
deps-upgrade(deps): ⬆️ Update dependencies in @features/api and @packages/i18n to latest versions for security patches and compatibility
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 17:12:29 -07:00
autocommit
e7f0bcfbc2
deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions for security patches and new features
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 04:42:56 -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
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
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
da9eeedf3a
deps-upgrade(backend-api): ⬆️ Update dependencies across backend-api, admin, and price-watcher packages
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:56 -07:00
autocommit
1cc231698d
deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:20:25 -07:00
autocommit
14dc9d77f0
deps-upgrade(api-features): ⬆️ Update dependencies in API features to latest versions for security and feature improvements
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-23 20:09:28 -07:00
autocommit
9131a8b2cb
deps-upgrade(api): ⬆️ Update API dependencies to latest versions for improved compatibility and functionality
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-22 16:58:25 -07:00
autocommit
f202fd0ded
deps-upgrade(api-features): ⬆️ Update API feature dependencies to latest stable versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:09:59 -07:00
autocommit
f1468a283d
deps-upgrade(api): ⬆️ Update API dependencies to latest compatible versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:21:44 -07:00
autocommit
1f6f2b5e0f
deps-upgrade(features-api): ⬆️ Update dependencies in api and quinn-ai/backend-api to enforce security, performance, and compatibility fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 22:02:01 -07:00
autocommit
b6e822442c
deps-upgrade(api): ⬆️ Update API dependencies to align with new frontend client requirements
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 21:14:25 -07:00
autocommit
9718a55ac4
deps-upgrade(api): ⬆️ Update API dependencies to latest versions for security patches and compatibility fixes
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 19:11:34 -07:00
autocommit
30378ac001
deps-upgrade(api): ⬆️ Update API dependencies to newer versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:53:36 -07:00
autocommit
123026a1c3
deps-upgrade(api): ⬆️ Update API dependencies to include latest bug fixes and improvements
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:30:09 -07:00
autocommit
06ec313240
deps-upgrade(api): ⬆️ Update API dependencies to latest versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 15:29:34 -07:00
autocommit
a983f0b431
deps-upgrade(api): ⬆️ Update API dependencies to latest versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 00:57:52 -07:00
autocommit
6fa43a43c2
deps-upgrade(api): ⬆️ Update API dependencies to latest stable versions
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:23 -07:00
autocommit
da73babd40
deps-upgrade(api): ⬆️ Update API dependencies to latest versions including transitive deps
...
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00