Commit graph

12 commits

Author SHA1 Message Date
autocommit
4b491750f1 refactor(mcp-server): ♻️ Refactor MCP server initialization and configuration handling across feature modules
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 19:52:12 -07:00
autocommit
f1dcbcfabb refactor(admin): ♻️ Implement cleaner server initialization and routing logic in admin MCP and API server configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-18 01:22:24 -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
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
e15e4287ca feat(admin): Introduce AdminMcpClient client and export it in index.ts for MCP admin access
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-15 18:43:21 -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
052f7c130b style(mcp-server): 🎨 Standardize ESM import syntax in MCP server modules to enforce consistent module resolution.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-12 20:12:04 -07:00
autocommit
924f35c789 feat(mcp-server): Replace MCP server backend with quinn.api integration and update auth middleware
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:23:35 -07:00
autocommit
5e4e26afe2 refactor(mcp-server): ♻️ Clean up and reorganize HTTP client implementation with improved variable naming and export declarations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:16:53 -07:00
autocommit
025515faa8 feat(admin): Introduce rate management system for MCP server to enforce and track request limits
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 10:41:17 -07:00
autocommit
cfeca513c2 feat(admin): Integrate Quinn admin API client for MCP server admin interactions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-03 10:35:18 -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