Commit graph

56 commits

Author SHA1 Message Date
Natalie
9acca0e438 fix(messenger): rename drift probe label and fix deploy deps resolution
The prod-build-drift report still labeled the m.transquinnftw.com SPA as
quinn.m frontend; rename to messenger frontend to match the product name.

Deploy was failing because npm tried to resolve @lilith/quinn-my-mcp from
Verdaccio even though bun build already bundles it (and ws). Strip bundled
workspace deps before the standalone npm install step.
2026-06-23 00:34:26 -04:00
Natalie
5ab713c3ff feat(check): add prod build drift report for quinn services
Adds scripts/prod-build-drift.ts and ./run check:prod-builds to query each
deployed quinn surface's running git SHA (via public health/version endpoints
and SSH build-info probes on quinn-vps/black) and show commits behind
origin/main.
2026-06-22 23:55:34 -04:00
Natalie
27469549ea fix(ci): repair mcp-server GeoGranularity import and ci:status on macOS
Import GeoGranularity from geo.ts (not client.ts) so analytics MCP
typechecks. Tighten contact-form test mailer stub for
exactOptionalPropertyTypes. Replace grep -P in ./run ci:status with a
portable python parser against the Forgejo actions API.
2026-06-22 21:24:39 -04:00
Natalie
0ec4475e82 fix(deploy): ff-only merge origin/main before admin-dev deploy 2026-06-22 01:56:01 -05:00
Natalie
a496f08b79 fix: ensure MAC_SYNC_* in quinn-api secrets for cockpit_send (and other mac-sync send paths)
- Add idempotent append in quinn.api/deploy.sh for MAC_SYNC_BASE_URL + SERVICE_TOKEN (matching the pattern used for MODEL_BOSS, ANALYTICS_DB etc.). Old secrets.env files that predated the send support would cause prospect-cockpit /send (and /m/messages/send) to 502 with 'mac_sync_unavailable' / 'MAC_SYNC_URL env var required'.
- Explicitly pass the same MAC_SYNC_* in scripts/run/dev.sh dev:api so local dev quinn.api (on 3040) can exercise scheduled-send / cockpit_send flows against the canonical black mac-sync-server.
- Live hotfix: appended the lines to /etc/quinn-api/secrets.env on black + restarted quinn-api (verified: now present in running process env; end-to-end /my/prospects/.../send now returns scheduledId instead of 502; test row cancelled cleanly via mac-sync admin).

This makes cockpit_send (quinn-prospector) and sibling send surfaces work when the MCP targets the real backend (black:3912 -> localhost:3030 quinn.api).

Refs the exact error from the report.
2026-06-22 01:25:16 -05:00
Natalie
e4468790f1 feat(quinn.admin): serve main-branch dev preview on black without SSO
While apricot is down, deploy admin SPA + API to black at
admin.quinn.black.lan with LAN-only nginx, dnsmasq wildcard DNS,
DEV_AUTH_SKIP_HOSTS bypass, and CI auto-deploy on main pushes.
2026-06-21 23:38:06 -05:00
Natalie
333a3cb543 fix(scripts): prospector-black-claude-setup verify step token quoting 2026-06-19 21:08:45 -05:00
Natalie
44bf65fbdb feat(api): black prospector SDK fallback when apricot model-boss is down
Provision PROSPECT_LLM_BACKEND=claude and CLAUDE_CODE_OAUTH_TOKEN in quinn-api
secrets, put claude on PATH for www-data, and add prospector-black-claude-setup.sh
to install the token after `claude setup-token`.
2026-06-19 18:59:15 -05:00
Natalie
480dc639eb feat(infra): automated borg backups for prod PG on black
Add quinn-db-backup package with pg_dump → borg for the canonical
quinn (:25435) and quinn_macsync (:25436) databases. Deploy via
./run deploy:quinn-db-backup --from-local; quinn every 10 min,
macsync hourly. Disables legacy messenger-db-backup timer on deploy.
2026-06-19 09:40:13 -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
18db1b8f41 deploy(infrastructure): 🚀 Update server configurations, deployment scripts, and infrastructure files; increment build version and deployment count
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 21:33:02 -07: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
6db137afa8 feat(cluster-health): Add enhanced health checks with validation logic and performance metrics for improved cluster reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 02:02:15 -07:00
autocommit
973f2f5e8d feat(scripts): Add cluster-health.sh script to monitor cluster health and report status
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-09 00:03:14 -07:00
autocommit
49624aed1b chore(scripts-specific): 🔧 improve cluster health check accuracy and error handling in check.sh and cluster-health.sh
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-07 23:18:04 -07:00
autocommit
88a797ffe3 scripts(analytics): 🔨 Add health check script to monitor analytics endpoints, pipelines, and resource metrics
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-07 22:26:20 -07:00
autocommit
23e4f0697b chore(scripts): 🔧 Update dev.sh to enhance dependency installation and tool configuration steps
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-04 21:12:10 -07:00
autocommit
cc89eece00 infra(infra): 🧱 Update build and run scripts to improve pipeline reliability and runtime handling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-02 23:24:07 -07:00
autocommit
a881df6b6e chore(scripts): 🔧 Update build verification script with stricter linting and test coverage checks
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-02 21:16:23 -07:00
autocommit
e12b7c2816 deploy(deployments-specific): 🚀 Standardize and optimize deployment configurations, scripts, and services across multiple domains
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 19:26:06 -07:00
autocommit
878d814a13 feat(edge-purge): Add edge purge service for CDN cache invalidation with server, verification logic, Nginx configs, deployment scripts, and systemd service
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-16 01:14:14 -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
490c91fb68 chore(deployment-specific): 🔧 Update production/development configs, CI workflows, and environment variables for quinn.mail-autoresponder, quinn.www, and quinn.data; adjust agency branding scripts, user data service definitions, local Caddyfile, and documentation.
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-14 22:44:14 -07:00
autocommit
4bf444c24b infra(migrate-specific): 🧱 Introduce TypeScript migration script to extract, transform, and load data from quinn-admin to quinn-pg
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-05-05 15:16:53 -07:00
autocommit
92a8eaed2b ci(workflows-CI/CD): 👷 Update Forgejo admin deployment workflows, docs, and configs for CI/CD pipeline
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-24 20:04:59 -07:00
autocommit
17c79b8182 refactor(deploy): Rename --direct to --from-local for clarity
Renamed flag throughout deploy.sh for better semantic clarity.
--from-local is more descriptive of the behavior (deploy from local machine).
2026-04-20 19:16:27 -07:00
autocommit
f248c37fbf feat(maintenance): MaintenanceMode page with email collection and social links
- Created MaintenanceMode.tsx with custom styling and animations
- Email subscription form (posts to /api/waitlist endpoint)
- OnlyFans launch announcement with gradient badge
- Social links: Instagram, X, OnlyFans with emoji buttons
- Responsive design with mobile optimization
- Background gradient + positioned anime girl error image
- All routes show maintenance page (normal routes disabled)
2026-04-20 18:57:25 -07:00
autocommit
fcfd784896 db(migrations): 🗃️ Add SQLite-to-PostgreSQL migration script with schema/data conversion logic for backend compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 03:04:57 -07:00
autocommit
1feda06c23 db(migrate): 🗃️ Add SQLite→PostgreSQL migration scripts and CLI/API utilities for production database transitions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 02:58:18 -07:00
autocommit
4a5b24ee0d deploy(scripts): 🚀 Add calendar deployment and verification steps to scripts/run/deploy.sh and scripts/run/verify.sh
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 00:06:48 -07:00
autocommit
c497bf9e27 chore(tooling): 🔧 Update local dev configs, scripts, and build settings for Claude tooling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 18:16:25 -07:00
autocommit
cf97fedf3f chore(scripts): 🔧 Update dev.sh and app.manifest.yaml with new dependencies and runtime configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 17:17:04 -07:00
autocommit
66a2a76114 chore(run): 🔧 Update deployment workflow and runtime orchestration scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 13:31:59 -07:00
autocommit
51c187644a chore(scripts): 🔧 Add mail configuration command to prod.sh for SMTP/email setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-19 01:37:12 -07:00
autocommit
a49977dd94 infra(backend-api): 🧱 Implement travel API routes in server setup, testing harness, and seeding scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 23:27:35 -07:00
autocommit
fc1014d737 chore(tooling-claude): 🔧 Update Claude tooling config, lockfile, and build scripts with new assets and project dependencies
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 22:02:25 -07:00
autocommit
2b6f3b2b98 infra(deployments): 🧱 Modernize deployment configurations, update nginx configs, deploy scripts, and playwright setup alongside updated documentation
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:56 -07:00
autocommit
e721dea79b chore(api): 🔧 Update API development docs and supporting files
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
autocommit
a74c93429a docs(api): 📝 Update onboarding, planning, and review documentation; pin Bun dependencies in lock file; and refine build configuration with Dependency Cruiser
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-18 19:25:55 -07:00
Natalie
e993399a7b feat(quinn-ai): update accent theme colors to main variant
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-13 00:03:55 -07:00
Claude Code
a856ea5655 infra(sso): 🧱 Update deployment workflows with environment variables and steps for SSO domain and dev environment
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 02:22:30 -07:00
Claude Code
0e73a29666 infra(mcp-server): 🧱 Update server initialization, dev scripts, and manifest metadata for MCP server infrastructure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 01:46:08 -07:00
Claude Code
cf893caf21 chore(coworker-agent): 🔧 Update coworker agent config and dev scripts to add/modify api_endpoint/auth_token keys and workflow support
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-10 00:47:58 -07:00
Claude Code
eb5437dc9e chore(dev-scripts): 🔧 Update dev workflow scripts and manifest for local development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 20:45:24 -07:00
Claude Code
690536e69b chore(orchestrator): 🔧 Update production deployment configs, analytics documentation, and dev environment setup scripts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 11:57:24 -07:00
Claude Code
348fe2e5bf infra(quinn-m-orchestrator): 🧱 Update systemd service config, bootstrap script, and deployment workflows for Quinn M orchestrator reliability
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-08 09:41:12 -07:00
Claude Code
9e7f83ab72 chore(tooling-specific): 🔧 Configure worktrees, illustration scripts, and dev scripts for assistant feature development
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 18:03:57 -07:00
Claude Code
bf4b109605 deploy(deploy): 🚀 Add deployment script for new targets in scripts/run/deploy.sh
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 16:43:25 -07:00
Claude Code
5fc3f79f72 feat(backend-api): Add booking test cases and update Docker Compose for mail services, dev scripts, and agent environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-07 14:08:55 -07:00