@rubytech/create-maxy-code 0.1.24 → 0.1.27
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +81 -17
- package/package.json +1 -1
- package/payload/platform/plugins/.claude-plugin/marketplace.json +5 -95
- package/payload/platform/plugins/admin/PLUGIN.md +46 -23
- package/payload/platform/plugins/admin/skills/onboarding/SKILL.md +111 -126
- package/payload/platform/plugins/brochures/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/brochures/PLUGIN.md +36 -0
- package/payload/platform/plugins/brochures/commands/make-brochure.md +11 -0
- package/payload/platform/plugins/brochures/skills/a4-print-documents/SKILL.md +478 -0
- package/payload/platform/plugins/brochures/skills/brand-design/SKILL.md +192 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/SKILL.md +354 -0
- package/payload/platform/plugins/brochures/skills/make-brochure/references/seller-brief-template.md +115 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/SKILL.md +119 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/build.md +270 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/copy.md +211 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/images.md +166 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md +376 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/index.html +1288 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/placeholders.md +250 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/registers.md +47 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/seller-brief.md +56 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/structure.md +249 -0
- package/payload/platform/plugins/brochures/skills/property-brochure/references/template.html +2370 -0
- package/payload/platform/plugins/brochures/skills/property-extract/SKILL.md +372 -0
- package/payload/platform/plugins/buyers/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/buyers/PLUGIN.md +35 -0
- package/payload/platform/plugins/buyers/skills/buyer-feedback/SKILL.md +109 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/SKILL.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification-questions.md +16 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-qualification.md +59 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-scripts.md +63 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/buyer-working-scripts.md +54 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/feedback-collection.md +42 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/offer-capture.md +38 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-booking.md +32 -0
- package/payload/platform/plugins/buyers/skills/buyer-management/references/viewing-management.md +52 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/SKILL.md +407 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/care-fees-guide.md +68 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/divorce-sales-guide.md +61 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/downsizing-guide.md +45 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-buyers.md +92 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/first-time-sellers.md +78 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/probate-guide.md +53 -0
- package/payload/platform/plugins/buyers/skills/buyer-seller-guides/references/upsizing-guide.md +41 -0
- package/payload/platform/plugins/buyers/skills/property-enquiry/SKILL.md +126 -0
- package/payload/platform/plugins/buyers/skills/viewing-management/SKILL.md +111 -0
- package/payload/platform/plugins/cloudflare/references/dashboard-guide.md +37 -0
- package/payload/platform/plugins/cloudflare/references/manual-setup.md +81 -1
- package/payload/platform/plugins/cloudflare/scripts/__tests__/tunnel-ingress.test.ts +241 -0
- package/payload/platform/plugins/cloudflare/scripts/setup-tunnel.sh +267 -28
- package/payload/platform/plugins/cloudflare/scripts/tunnel-ingress.ts +291 -0
- package/payload/platform/plugins/cloudflare/skills/setup-tunnel/SKILL.md +42 -0
- package/payload/platform/plugins/contacts/PLUGIN.md +18 -9
- package/payload/platform/plugins/docs/references/platform.md +2 -0
- package/payload/platform/plugins/docs/references/troubleshooting.md +12 -0
- package/payload/platform/plugins/email/PLUGIN.md +18 -9
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts +17 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.d.ts.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js +185 -0
- package/payload/platform/plugins/email/mcp/dist/lib/claude-bridge.js.map +1 -0
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js +34 -111
- package/payload/platform/plugins/email/mcp/dist/scripts/email-auto-respond.js.map +1 -1
- package/payload/platform/plugins/estate-business/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-business/PLUGIN.md +65 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/SKILL.md +133 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/buy-back-your-time.md +37 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/firewave-gost-scorecards.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/keller-org-model.md +17 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/lencioni-team-models.md +22 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/listing-management-system.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/net-figure-form.md +11 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/serhant-bizinbox-notes.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/team-roles-commission.md +14 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/va-2026-ops.md +43 -0
- package/payload/platform/plugins/estate-business/skills/business-growth/references/wingman-structure.md +13 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/SKILL.md +32 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/crm-systems.md +57 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/hiring-guide.md +59 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/impact-framework.md +47 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/minutes-equal-money.md +55 -0
- package/payload/platform/plugins/estate-business/skills/business-operations/references/team-management.md +48 -0
- package/payload/platform/plugins/estate-business/skills/commission-calculator/SKILL.md +40 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/SKILL.md +52 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/12-reasons.md +39 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/95-5-system.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/agent-attraction-scripts.md +90 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/business-partnership.md +92 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/exp-model-overview.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/model-comparison.md +66 -0
- package/payload/platform/plugins/estate-business/skills/exp-partnership/references/revenue-share-explained.md +57 -0
- package/payload/platform/plugins/estate-business/skills/month-end-close/SKILL.md +69 -0
- package/payload/platform/plugins/estate-business/skills/payment-batch-stager/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/period-reconciler/SKILL.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/SKILL.md +117 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent-notes.md +31 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/attraction-agent.md +58 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/authenticity-boundaries.md +28 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/become-a-brand-leader-notes.md +19 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/blast-formula.md +42 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-leader.md +48 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/brand-strategy-system.md +59 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/content-engine.md +49 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/firewave-blast-and-blogging.md +23 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-content.md +52 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/gary-v-principles.md +20 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/oversubscribed-positioning.md +18 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/platforms.md +41 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/priestley-oversubscribed.md +54 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/storeys-style-examples.md +25 -0
- package/payload/platform/plugins/estate-business/skills/personal-branding/references/visual-identity.md +27 -0
- package/payload/platform/plugins/estate-coaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-coaching/PLUGIN.md +55 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/SKILL.md +371 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/atomic-habits.md +52 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/daily-routine-scorecard.md +104 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/hp6-model.md +63 -0
- package/payload/platform/plugins/estate-coaching/skills/agent-performance/references/twelve-week-year.md +71 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/SKILL.md +36 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/coaching-boundaries.md +56 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/feedback-framework.md +61 -0
- package/payload/platform/plugins/estate-coaching/skills/bespoke-coaching/references/performance-framework.md +109 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/SKILL.md +421 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/coaching-exercises.md +86 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/goal-setting.md +78 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/one-to-one-framework.md +92 -0
- package/payload/platform/plugins/estate-coaching/skills/coaching-toolkit/references/soi-workbook.md +103 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/SKILL.md +410 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/agent-training-guide.md +70 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/business-in-a-box.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/buyers-guide.md +53 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/codo-method.md +72 -0
- package/payload/platform/plugins/estate-coaching/skills/serhant-training/references/website-planning-guide.md +79 -0
- package/payload/platform/plugins/estate-onboarding/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-onboarding/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/SKILL.md +26 -0
- package/payload/platform/plugins/estate-onboarding/skills/bootstrap/references/onboarding-flow.md +63 -0
- package/payload/platform/plugins/estate-sales/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-sales/PLUGIN.md +53 -0
- package/payload/platform/plugins/estate-sales/skills/chase-progression/SKILL.md +107 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/SKILL.md +35 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/deal-saving.md +47 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-deep-guide.md +64 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-prep-principles.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/negotiation-techniques.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/negotiation/references/offer-presentation.md +43 -0
- package/payload/platform/plugins/estate-sales/skills/risk-scorer/SKILL.md +42 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/SKILL.md +24 -0
- package/payload/platform/plugins/estate-sales/skills/sales-closer/references/serhant-emotion-stages.md +36 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/SKILL.md +30 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/chris-voss-discovery.md +88 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/firewave-gost-journey.md +68 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/phil-jones-openers.md +78 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/pre-listing-checklist.md +77 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/serhant-improv.md +22 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/tom-ferry-discovery.md +103 -0
- package/payload/platform/plugins/estate-sales/skills/sales-discovery/references/vendor-motivation-competitor.md +52 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/SKILL.md +29 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/chris-voss-negotiation.md +70 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/phil-jones-price-words.md +40 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/serhant-negotiation-plus.md +55 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tom-panos-commission-pricing.md +57 -0
- package/payload/platform/plugins/estate-sales/skills/sales-negotiation/references/tony-morris-questioning.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/SKILL.md +27 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/conveyancing-guide.md +54 -0
- package/payload/platform/plugins/estate-sales/skills/sales-progression/references/transaction-tracking.md +66 -0
- package/payload/platform/plugins/estate-teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/estate-teaching/PLUGIN.md +31 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/SKILL.md +39 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/module-delivery.md +65 -0
- package/payload/platform/plugins/estate-teaching/skills/content-directory/references/progress-tracking.md +47 -0
- package/payload/platform/plugins/leads/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/leads/PLUGIN.md +62 -0
- package/payload/platform/plugins/leads/skills/chain-progression-tracker/SKILL.md +51 -0
- package/payload/platform/plugins/leads/skills/diary-builder/SKILL.md +38 -0
- package/payload/platform/plugins/leads/skills/enquiry-triage/SKILL.md +36 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/SKILL.md +137 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letter.md +28 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/buyer-search-letters.md +37 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/database-reactivation.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/email-nurture-sequences.md +45 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/facebook-referrals.md +30 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/firewave-email-nurture-sequences.md +41 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/keller-33-touch.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-letters.md +31 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/neighbour-notification-letter.md +20 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up-dialogue.md +22 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/ofi-follow-up.md +26 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/serhant-three-fs-plus.md +21 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sharran-10x10x10.md +18 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sms-templates.md +40 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence-notes.md +34 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/sphere-of-influence.md +60 -0
- package/payload/platform/plugins/leads/skills/lead-nurturing/references/tom-panos-sms-templates.md +59 -0
- package/payload/platform/plugins/leads/skills/morning-round/SKILL.md +72 -0
- package/payload/platform/plugins/leads/skills/prospecting/SKILL.md +33 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-matching.md +30 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/database-value.md +53 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/prospecting-dialogues.md +24 -0
- package/payload/platform/plugins/leads/skills/prospecting/references/reactivation.md +34 -0
- package/payload/platform/plugins/listings/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/listings/PLUGIN.md +103 -0
- package/payload/platform/plugins/listings/skills/comparable-finder/SKILL.md +52 -0
- package/payload/platform/plugins/listings/skills/epc-checker/SKILL.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/SKILL.md +28 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/kerb-appeal.md +38 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/photo-day.md +59 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/situational-tips.md +50 -0
- package/payload/platform/plugins/listings/skills/home-preparation/references/staging-guide.md +52 -0
- package/payload/platform/plugins/listings/skills/listing-copy-writer/SKILL.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/SKILL.md +286 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/booking-script.md +51 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/objection-scripts.md +193 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/penhaul-presentation.md +123 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/pre-listing-kit.md +139 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/set-to-sell.md +55 -0
- package/payload/platform/plugins/listings/skills/listing-presentation/references/sharran-frameworks.md +107 -0
- package/payload/platform/plugins/listings/skills/local-market-stats/SKILL.md +33 -0
- package/payload/platform/plugins/listings/skills/new-instruction/SKILL.md +78 -0
- package/payload/platform/plugins/listings/skills/particulars-builder/SKILL.md +48 -0
- package/payload/platform/plugins/listings/skills/portal-launch-scheduler/SKILL.md +49 -0
- package/payload/platform/plugins/listings/skills/pricing-scenario-builder/SKILL.md +35 -0
- package/payload/platform/plugins/listings/skills/property-marketing/SKILL.md +337 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/auction-report-template.md +41 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/coming-soon-campaign.md +43 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/direct-mail-templates.md +121 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/eoi-form-template.md +62 -0
- package/payload/platform/plugins/listings/skills/property-marketing/references/monthly-scorecard.md +63 -0
- package/payload/platform/plugins/listings/skills/supplier-booker/SKILL.md +39 -0
- package/payload/platform/plugins/listings/skills/talk-track-composer/SKILL.md +36 -0
- package/payload/platform/plugins/listings/skills/terms-of-business-drafter/SKILL.md +54 -0
- package/payload/platform/plugins/listings/skills/valuation-prep/SKILL.md +69 -0
- package/payload/platform/plugins/loop/.claude-plugin/plugin.json +17 -0
- package/payload/platform/plugins/loop/PLUGIN.md +108 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts +2 -0
- package/payload/platform/plugins/loop/mcp/dist/index.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js +293 -0
- package/payload/platform/plugins/loop/mcp/dist/index.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js +88 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/crypto.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts +82 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js +427 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/loop-api.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js +40 -0
- package/payload/platform/plugins/loop/mcp/dist/lib/neo4j.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js +24 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/customer-preferences.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js +35 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/feedback.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-deregister.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts +4 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-list.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js +60 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/key-register.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-enquiry.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-batch.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js +39 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/marketing-match.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js +125 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js +87 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/people-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts +10 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js +82 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts +12 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-listed.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts +15 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-request.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts +16 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js +41 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/property-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js +49 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/supplier.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts +7 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js +19 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-availability.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts +5 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js +32 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/team-info.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js +11 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-create.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts +9 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js +85 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-detail.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts +13 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js +44 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-search.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts +14 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.d.ts.map +1 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js +18 -0
- package/payload/platform/plugins/loop/mcp/dist/tools/viewing-update.js.map +1 -0
- package/payload/platform/plugins/loop/mcp/package-lock.json +2549 -0
- package/payload/platform/plugins/loop/mcp/package.json +21 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/loop-swagger.snapshot.json +26467 -0
- package/payload/platform/plugins/loop/mcp/src/__tests__/swagger-write-coverage.test.ts +153 -0
- package/payload/platform/plugins/loop/mcp/src/index.ts +444 -0
- package/payload/platform/plugins/loop/mcp/src/lib/crypto.ts +105 -0
- package/payload/platform/plugins/loop/mcp/src/lib/loop-api.ts +604 -0
- package/payload/platform/plugins/loop/mcp/src/lib/neo4j.ts +51 -0
- package/payload/platform/plugins/loop/mcp/src/tools/customer-preferences.ts +66 -0
- package/payload/platform/plugins/loop/mcp/src/tools/feedback.ts +86 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-deregister.ts +27 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-list.ts +19 -0
- package/payload/platform/plugins/loop/mcp/src/tools/key-register.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-enquiry.ts +113 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-batch.ts +53 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/marketing-match.ts +84 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-detail.ts +245 -0
- package/payload/platform/plugins/loop/mcp/src/tools/people-search.ts +180 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-detail.ts +145 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-listed.ts +88 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-request.ts +42 -0
- package/payload/platform/plugins/loop/mcp/src/tools/property-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/supplier.ts +129 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-availability.ts +52 -0
- package/payload/platform/plugins/loop/mcp/src/tools/team-info.ts +95 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-create.ts +41 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-detail.ts +171 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-search.ts +92 -0
- package/payload/platform/plugins/loop/mcp/src/tools/viewing-update.ts +53 -0
- package/payload/platform/plugins/loop/mcp/tsconfig.json +20 -0
- package/payload/platform/plugins/loop/mcp/vitest.config.ts +9 -0
- package/payload/platform/plugins/loop/skills/compliance-flag-checker/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/priority-ranker/SKILL.md +40 -0
- package/payload/platform/plugins/loop/skills/tone-matched-drafter/SKILL.md +53 -0
- package/payload/platform/plugins/loop/skills/variance-narrator/SKILL.md +50 -0
- package/payload/platform/plugins/loop/skills/vendor-research/SKILL.md +54 -0
- package/payload/platform/plugins/memory/PLUGIN.md +58 -29
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts +3 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js +105 -4
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-read.js.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.d.ts.map +1 -1
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js +16 -3
- package/payload/platform/plugins/memory/mcp/dist/tools/profile-update.js.map +1 -1
- package/payload/platform/plugins/outlook/PLUGIN.md +14 -7
- package/payload/platform/plugins/replicate/PLUGIN.md +6 -3
- package/payload/platform/plugins/scheduling/PLUGIN.md +16 -8
- package/payload/platform/plugins/tasks/PLUGIN.md +28 -14
- package/payload/platform/plugins/teaching/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/teaching/PLUGIN.md +57 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/SKILL.md +59 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/assessment.md +70 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/classroom-conduct.md +43 -0
- package/payload/platform/plugins/teaching/skills/interactive-tutor/references/teaching-modes.md +83 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/SKILL.md +48 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/context-gathering.md +41 -0
- package/payload/platform/plugins/teaching/skills/lesson-planner/references/plan-structure.md +94 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/SKILL.md +52 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/disaggregation.md +49 -0
- package/payload/platform/plugins/teaching/skills/study-pack-builder/references/materials.md +116 -0
- package/payload/platform/plugins/telegram/PLUGIN.md +6 -3
- package/payload/platform/plugins/vendors/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/vendors/PLUGIN.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/SKILL.md +42 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/fee-protection-and-agenda.md +28 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/listing-scripts.md +44 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/negotiation-deep-guide.md +70 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment-scripts.md +33 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/price-alignment.md +34 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/scenario-scripts.md +38 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/seller-engagement.md +51 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/valuation-booking.md +76 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-scripts.md +63 -0
- package/payload/platform/plugins/vendors/skills/vendor-communication/references/vendor-updates.md +41 -0
- package/payload/platform/plugins/vendors/skills/vendor-updates/SKILL.md +153 -0
- package/payload/platform/plugins/waitlist/PLUGIN.md +12 -6
- package/payload/platform/plugins/whatsapp/PLUGIN.md +25 -13
- package/payload/platform/plugins/workflows/PLUGIN.md +16 -8
- package/payload/platform/plugins/writer-craft/.claude-plugin/plugin.json +8 -0
- package/payload/platform/plugins/writer-craft/PLUGIN.md +87 -0
- package/payload/platform/plugins/writer-craft/agents/writer-craft--manuscript-reviewer.md +92 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/SKILL.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/book-and-chapter-models.md +77 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/citation-rules.md +103 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/journal-article-models.md +74 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/other-source-models.md +146 -0
- package/payload/platform/plugins/writer-craft/skills/citation-style/references/reference-list-rules.md +70 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/SKILL.md +108 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/copyediting.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/developmental-editing.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/genre-specific-editing.md +78 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/line-editing.md +55 -0
- package/payload/platform/plugins/writer-craft/skills/editorial-practice/references/self-editing.md +89 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/SKILL.md +114 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/audience-analysis.md +73 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/crafting-persuasive-story.md +76 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/persuasion-case-studies.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/persuasive-storytelling/references/transformation-framework.md +86 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/SKILL.md +97 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/indirect-narration.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/pov-types-and-voice.md +91 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/protagonist-filter.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/point-of-view/references/tense-and-person.md +85 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/punctuation-and-grammar.md +72 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/repetition.md +71 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/sound-and-rhythm.md +64 -0
- package/payload/platform/plugins/writer-craft/skills/prose-craft/references/word-economy.md +93 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/SKILL.md +100 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/cause-effect-setup-payoff.md +79 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/conflict-escalation.md +81 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/hooking-readers.md +67 -0
- package/payload/platform/plugins/writer-craft/skills/reader-engagement/references/neurochemistry-of-engagement.md +94 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/SKILL.md +111 -0
- package/payload/platform/plugins/writer-craft/skills/review-manuscript/references/review-manuscript-checklist.md +119 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-prose/references/prose-review-checklist.md +112 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/SKILL.md +99 -0
- package/payload/platform/plugins/writer-craft/skills/review-scene/references/scene-analysis-framework.md +95 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/SKILL.md +106 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/blueprinting-and-scene-cards.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/inner-issue-and-protagonist-goal.md +66 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/misbelief-desire-worldview.md +87 -0
- package/payload/platform/plugins/writer-craft/skills/story-architecture/references/origin-scenes-and-escalation.md +82 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/SKILL.md +133 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-exercises.md +118 -0
- package/payload/platform/plugins/writer-craft/skills/story-blueprint/references/blueprinting-process.md +128 -0
- package/payload/platform/scripts/conversation-id-allowlist.txt +0 -1
- package/payload/platform/services/claude-session-manager/dist/config.d.ts +6 -0
- package/payload/platform/services/claude-session-manager/dist/config.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/config.js +60 -1
- package/payload/platform/services/claude-session-manager/dist/config.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts +9 -0
- package/payload/platform/services/claude-session-manager/dist/http-server.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/http-server.js +48 -2
- package/payload/platform/services/claude-session-manager/dist/http-server.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/index.js +39 -0
- package/payload/platform/services/claude-session-manager/dist/index.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts +22 -0
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.d.ts.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js +32 -1
- package/payload/platform/services/claude-session-manager/dist/pty-spawner.js.map +1 -1
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts +33 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/public-tool-audit.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts +28 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js +77 -0
- package/payload/platform/services/claude-session-manager/dist/spawn-rate-limiter.js.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts +25 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.d.ts.map +1 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js +149 -0
- package/payload/platform/services/claude-session-manager/dist/tool-surface.js.map +1 -0
- package/payload/premium-plugins/real-agency/plugins/estate-business/PLUGIN.md +15 -0
- package/payload/premium-plugins/real-agency/plugins/estate-sales/PLUGIN.md +5 -0
- package/payload/premium-plugins/real-agency/plugins/leads/PLUGIN.md +16 -0
- package/payload/premium-plugins/real-agency/plugins/listings/PLUGIN.md +39 -0
- package/payload/premium-plugins/real-agency/plugins/loop/PLUGIN.md +15 -0
- package/payload/server/{chunk-2ZNKHCQB.js → chunk-2MRZBQMH.js} +1 -1
- package/payload/server/{chunk-GPUCA2RQ.js → chunk-NL7QLVAD.js} +0 -192
- package/payload/server/{chunk-IDKWGLM5.js → chunk-YPZFYTYP.js} +1 -247
- package/payload/server/{cloudflare-task-tracker-LYI5BTYI.js → cloudflare-task-tracker-QVOGHKWV.js} +2 -2
- package/payload/server/maxy-edge.js +2 -2
- package/payload/server/package.json +0 -2
- package/payload/server/public/assets/{Checkbox-D1OQD43b.js → Checkbox-YIF0payo.js} +1 -1
- package/payload/server/public/assets/{admin-czNBxWor.js → admin-DW8IJcLc.js} +1 -1
- package/payload/server/public/assets/{architectureDiagram-Q4EWVU46-BcwgT80u.js → architectureDiagram-Q4EWVU46-Bz8mlxZZ.js} +1 -1
- package/payload/server/public/assets/{blockDiagram-DXYQGD6D-BMSyZUQA.js → blockDiagram-DXYQGD6D-DwV8Z8-i.js} +1 -1
- package/payload/server/public/assets/{brand-2cku8WFs.css → brand-DqiRNMlu.css} +1 -1
- package/payload/server/public/assets/{c4Diagram-AHTNJAMY-DPRGY1jJ.js → c4Diagram-AHTNJAMY-DiUTejMp.js} +1 -1
- package/payload/server/public/assets/channel-PtVtoBEL.js +1 -0
- package/payload/server/public/assets/{chunk-336JU56O-B7oQ3g1c.js → chunk-336JU56O-4mHZpBXe.js} +2 -2
- package/payload/server/public/assets/{chunk-426QAEUC-C1P0yFXw.js → chunk-426QAEUC-Cbv0vrN9.js} +1 -1
- package/payload/server/public/assets/{chunk-4TB4RGXK-LI7kOJd0.js → chunk-4TB4RGXK-BvLhId_2.js} +1 -1
- package/payload/server/public/assets/{chunk-5FUZZQ4R-CXQRGTQE.js → chunk-5FUZZQ4R-bBafOTkw.js} +1 -1
- package/payload/server/public/assets/{chunk-5PVQY5BW-NSyzpXRy.js → chunk-5PVQY5BW-B0NqBKVy.js} +1 -1
- package/payload/server/public/assets/{chunk-EDXVE4YY-voNwxbDs.js → chunk-EDXVE4YY-CFd4SqI6.js} +1 -1
- package/payload/server/public/assets/{chunk-ENJZ2VHE-CMEMPzYY.js → chunk-ENJZ2VHE-ajf2sb6c.js} +1 -1
- package/payload/server/public/assets/{chunk-ICPOFSXX-hEbwu-pe.js → chunk-ICPOFSXX-pWg6bug7.js} +1 -1
- package/payload/server/public/assets/{chunk-OYMX7WX6-DxskDrLs.js → chunk-OYMX7WX6-OjEd-17c.js} +1 -1
- package/payload/server/public/assets/{chunk-U2HBQHQK-D7TKgUo0.js → chunk-U2HBQHQK-DbEFSPoh.js} +1 -1
- package/payload/server/public/assets/{chunk-X2U36JSP-BvPUQEPm.js → chunk-X2U36JSP-COdNwrBb.js} +1 -1
- package/payload/server/public/assets/{chunk-YZCP3GAM-BY-RWQUW.js → chunk-YZCP3GAM-CHMWuY9B.js} +1 -1
- package/payload/server/public/assets/{chunk-ZZ45TVLE-DZvOYDY6.js → chunk-ZZ45TVLE-B-uDLQOB.js} +1 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-RVH_SEhY.js +1 -0
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-Cm3rAb93.js +1 -0
- package/payload/server/public/assets/clone-BjY0Wzht.js +1 -0
- package/payload/server/public/assets/{dagre-KV5264BT-Cnj0mUZl.js → dagre-KV5264BT-CMEzmhIL.js} +1 -1
- package/payload/server/public/assets/{dagre-Bt-fpckL.js → dagre-bhIG_KnW.js} +1 -1
- package/payload/server/public/assets/data-K_kS__sL.js +1 -0
- package/payload/server/public/assets/{device-url-actions-Bjz3Xzbm.js → device-url-actions-AcOyLSeF.js} +1 -1
- package/payload/server/public/assets/{diagram-5BDNPKRD-DjLzvOlx.js → diagram-5BDNPKRD-6RIoQhIL.js} +1 -1
- package/payload/server/public/assets/{diagram-G4DWMVQ6-DTfuRd-T.js → diagram-G4DWMVQ6-BSp36TVv.js} +1 -1
- package/payload/server/public/assets/{diagram-MMDJMWI5-BaL2mCnx.js → diagram-MMDJMWI5-D54fo52D.js} +1 -1
- package/payload/server/public/assets/{diagram-TYMM5635-C5InWY5R.js → diagram-TYMM5635-CWL8z-Pq.js} +1 -1
- package/payload/server/public/assets/{erDiagram-SMLLAGMA-DO7BXTpn.js → erDiagram-SMLLAGMA-AnnHBo3z.js} +1 -1
- package/payload/server/public/assets/{flowDiagram-DWJPFMVM-DDdAKfLf.js → flowDiagram-DWJPFMVM-laWmBl5o.js} +1 -1
- package/payload/server/public/assets/{ganttDiagram-T4ZO3ILL-arJD8Utm.js → ganttDiagram-T4ZO3ILL-B94ko8ie.js} +1 -1
- package/payload/server/public/assets/{gitGraphDiagram-UUTBAWPF-C55GH-OS.js → gitGraphDiagram-UUTBAWPF-DxzL1fxZ.js} +1 -1
- package/payload/server/public/assets/graph-DeEigyO_.js +1 -0
- package/payload/server/public/assets/graph-labels-C7I5QvNv.js +1 -0
- package/payload/server/public/assets/{graphlib-DL9PM7Ex.js → graphlib-CY-zIElM.js} +1 -1
- package/payload/server/public/assets/{infoDiagram-42DDH7IO-BMSGqUbG.js → infoDiagram-42DDH7IO-BMTajIIr.js} +1 -1
- package/payload/server/public/assets/{ishikawaDiagram-UXIWVN3A-Dw6BZ6BG.js → ishikawaDiagram-UXIWVN3A-B_QauE5O.js} +1 -1
- package/payload/server/public/assets/{journeyDiagram-VCZTEJTY-DrywUGXw.js → journeyDiagram-VCZTEJTY-DmlqSIih.js} +1 -1
- package/payload/server/public/assets/{kanban-definition-6JOO6SKY-DuwtVBBc.js → kanban-definition-6JOO6SKY-ZGDQT7xB.js} +1 -1
- package/payload/server/public/assets/{line-JAksyKHj.js → line-D13opgep.js} +1 -1
- package/payload/server/public/assets/{mermaid-parser.core-BMq-ApBW.js → mermaid-parser.core-C650Sual.js} +1 -1
- package/payload/server/public/assets/{mermaid.core-tH4oX0Kh.js → mermaid.core-BqnQoXTp.js} +3 -3
- package/payload/server/public/assets/{mindmap-definition-QFDTVHPH-D1OiiJga.js → mindmap-definition-QFDTVHPH-BS_8y-tY.js} +1 -1
- package/payload/server/public/assets/{page-BZpoS7iR.js → page-B_rpjIRr.js} +1 -1
- package/payload/server/public/assets/{page-CkvBvezS.js → page-qSH972X0.js} +1 -1
- package/payload/server/public/assets/{pieDiagram-DEJITSTG-Ckwm69PW.js → pieDiagram-DEJITSTG-B5OmNvBO.js} +1 -1
- package/payload/server/public/assets/{public-C-dTMgXu.js → public-DDsYgotk.js} +3 -3
- package/payload/server/public/assets/{quadrantDiagram-34T5L4WZ-COw3yZ1j.js → quadrantDiagram-34T5L4WZ-DTYITdNo.js} +1 -1
- package/payload/server/public/assets/{requirementDiagram-MS252O5E-DqGzM4K-.js → requirementDiagram-MS252O5E-CRZWxH06.js} +1 -1
- package/payload/server/public/assets/{sankeyDiagram-XADWPNL6-D-l1c_Pl.js → sankeyDiagram-XADWPNL6-DazRENhe.js} +1 -1
- package/payload/server/public/assets/{sequenceDiagram-FGHM5R23-BeIi0DtJ.js → sequenceDiagram-FGHM5R23-BcHTxmPy.js} +1 -1
- package/payload/server/public/assets/{stateDiagram-FHFEXIEX-C-jgegLk.js → stateDiagram-FHFEXIEX-DYU7nbqg.js} +1 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BgljVtlp.js +1 -0
- package/payload/server/public/assets/{timeline-definition-GMOUNBTQ-BGFKkYmi.js → timeline-definition-GMOUNBTQ-BKGmqkST.js} +1 -1
- package/payload/server/public/assets/{vennDiagram-DHZGUBPP-5NuIhJLS.js → vennDiagram-DHZGUBPP-BXvLPmX7.js} +1 -1
- package/payload/server/public/assets/{wardleyDiagram-NUSXRM2D-Be9ytVut.js → wardleyDiagram-NUSXRM2D-BCclUa3Z.js} +1 -1
- package/payload/server/public/assets/{xychartDiagram-5P7HB3ND-DCyHg41R.js → xychartDiagram-5P7HB3ND-C-Xp-Eoc.js} +1 -1
- package/payload/server/public/data.html +5 -5
- package/payload/server/public/graph.html +6 -6
- package/payload/server/public/index.html +8 -8
- package/payload/server/public/public.html +5 -5
- package/payload/server/server.js +1024 -2347
- package/payload/platform/scripts/check-sdk-oauth.mjs +0 -185
- package/payload/server/public/assets/channel-fxEghWew.js +0 -1
- package/payload/server/public/assets/classDiagram-6PBFFD2Q-BsWzGW0N.js +0 -1
- package/payload/server/public/assets/classDiagram-v2-HSJHXN6E-BGVa3h90.js +0 -1
- package/payload/server/public/assets/clone-Khvocke2.js +0 -1
- package/payload/server/public/assets/data-DBd-Buhp.js +0 -1
- package/payload/server/public/assets/graph-DUtVdnZ6.js +0 -1
- package/payload/server/public/assets/graph-labels-Dxfue-fP.js +0 -1
- package/payload/server/public/assets/stateDiagram-v2-QKLJ7IA2-BaMs8Znv.js +0 -1
- /package/payload/server/public/assets/{brand-CSQuxS9w.js → brand-Bm671owU.js} +0 -0
package/payload/platform/plugins/brochures/skills/property-brochure/references/index-landing.md
ADDED
|
@@ -0,0 +1,376 @@
|
|
|
1
|
+
# Page — companion property landing page (`index.html`)
|
|
2
|
+
|
|
3
|
+
The web bundle includes a **single-page property landing site** at `output/web/index.html`. The brochure is a folio for download; the landing page is the "for sale" web page a property micro-site or a portal page links to. They share the same web-tier images in `images/` but present the property differently — the brochure as an editorial document; the landing page as a continuous, scrollable web page.
|
|
4
|
+
|
|
5
|
+
The landing page is **mandatory in the web bundle**. A property-brochure run that ships the brochure web bundle without `index.html` is incomplete.
|
|
6
|
+
|
|
7
|
+
## Canonical reference — `references/index.html` is the only starting point
|
|
8
|
+
|
|
9
|
+
`references/index.html` ships with this skill alongside `references/template.html`. It is the **only** acceptable starting point for the landing page, exactly as `template.html` is the only acceptable starting point for the brochure. Every property-brochure run that produces a web bundle MUST start by copying `references/index.html` to `<property_dir>/output/web/index.html` and substituting the markers — never re-build the file from scratch from the prose in this reference.
|
|
10
|
+
|
|
11
|
+
The subsections below describe **why** the canonical is the way it is. They are **not** instructions to rebuild it. If the canonical file already encodes a rule (e.g. drop cap on the first paragraph of every body-block, the 3-slide Ken-Burns rotator with reduced-motion fallback, the hamburger drawer with full nav set on mobile), copying the canonical IS following the rule. The reference file's leading comment block lists the editorial decisions baked in — read it once before any substitution.
|
|
12
|
+
|
|
13
|
+
### Forbidden starting points
|
|
14
|
+
|
|
15
|
+
Per the same logic as the brochure's *Forbidden template sources*, do **not** start the landing page from any of:
|
|
16
|
+
|
|
17
|
+
- A sibling property's rendered `output/web/index.html` (will inherit that property's hand-tuned text + image refs)
|
|
18
|
+
- A previous version of `references/index.html` cached anywhere outside the live skill folder
|
|
19
|
+
- The prose alone, hand-copying CSS/markup blocks from the section descriptions below
|
|
20
|
+
- A "modern landing page generator" or any tool that produces a layout from scratch
|
|
21
|
+
|
|
22
|
+
A run that reconstructs index.html from prose, even if the result *looks* close to the canonical, drifts every brochure cycle. The dropcap, the rotator timing, the `BRAND-SLUG-logo-dark.png` filename pattern, the sub-nav scroll behaviour, the drawer markup — all of it lives literally in `references/index.html`. Copy it.
|
|
23
|
+
|
|
24
|
+
## How to populate
|
|
25
|
+
|
|
26
|
+
Two steps:
|
|
27
|
+
|
|
28
|
+
1. **Bulk-substitute literal placeholders** (one find/replace pass each):
|
|
29
|
+
- `PROPERTY-SLUG` → property slug (e.g. `warblers-lodge`). Rewrites every image src (`PROPERTY-SLUG-NN.webp`, `PROPERTY-SLUG-floorplan.png`, `PROPERTY-SLUG-hero-N-<role>.webp`) and the in-bundle PDF link (`PROPERTY-SLUG-brochure.pdf`).
|
|
30
|
+
- `BRAND-SLUG` → brand slug (e.g. `rossmargetts`). Rewrites the brand logo path (`BRAND-SLUG-logo-dark.png` — the dark-art variant on the warm-paper top nav). The index.html canonical only uses the dark variant; the light variant is brochure-only.
|
|
31
|
+
|
|
32
|
+
2. **Substitute each `<!-- REPLACE: ... -->` block** with property-specific copy drawn from the seller brief and `property.json`. Walk the file top-to-bottom: `<title>`, meta description, top-nav utility links, drawer nav + foot, sticky sub-nav left/right, hero info-card (tag, title, address, price, meta, four spec cells, three link slots, CTA mailto subject), three hero slides + alt text, six body-block sections (Story, The Home, Bedrooms, The Garden, The Area — eyebrow + h2 + paragraphs), six photo grids (four cells each, 4:3 cover), floor-plan section meta, key-facts grid (~15 rows), CTA strip, footer.
|
|
33
|
+
|
|
34
|
+
The Sparrows Farm exemplar copy that ships in the canonical stays in place until you replace it — it is intentionally a working example, not lorem ipsum, so the agent can see what good looks like at every stage.
|
|
35
|
+
|
|
36
|
+
## Reference register
|
|
37
|
+
|
|
38
|
+
The landing page follows the editorial-property-portal pattern set by **The Modern House** (themodernhouse.com/sales-list/). Key conventions copied from that pattern:
|
|
39
|
+
|
|
40
|
+
- A single full-width hero image with a floating info-card overlaid bottom-left.
|
|
41
|
+
- Sticky sub-nav appearing after the hero scrolls past — title + price on the left, key links + "Request viewing" on the right.
|
|
42
|
+
- Body copy in a narrow centred column (~720px max-width) interleaved with full-width photo grids.
|
|
43
|
+
- Photo grids are **2-column 4:3 cells** with no captions — the image speaks for itself.
|
|
44
|
+
- Black "Interested? Let's talk." CTA strip near the bottom.
|
|
45
|
+
- Minimal footer: agent contact, legal disclaimer, colophon.
|
|
46
|
+
|
|
47
|
+
The landing page **does not** have a "More Photos" gallery hidden behind a button. Every photograph used in the brochure appears in the body, distributed across photo grids in narrative order. The user wants every image visible without an extra click.
|
|
48
|
+
|
|
49
|
+
## Info-card sizing — specs and links MUST sit on a single row each
|
|
50
|
+
|
|
51
|
+
The hero info-card is a fixed-width block (~380 px wide on desktop). Two rows inside it have a recurring failure mode:
|
|
52
|
+
|
|
53
|
+
1. **The specs row** — `BEDS · BATHS · SQ FT · ACRES` — is four uppercase labels separated by gold-soft "·" dots. At wide letter-spacing (>0.16em) and font-size 10px, four labels routinely overflow a 320 px card. Default to `font-size: 9.5px; letter-spacing: 0.10em; gap: 0; justify-content: space-between` so the four cells distribute across the full width with `·` separators inserted as `::before` pseudo-elements (margin 0 8px on either side).
|
|
54
|
+
2. **The links row** — `FLOOR PLAN · BROCHURE · VIDEO TOUR` — is three uppercase labels with gold-underlines. At letter-spacing 0.22em the labels wrap onto two lines each (`FLOOR / PLAN`, `VIDEO / TOUR`). Default to `font-size: 9.5px; letter-spacing: 0.14em; gap: 16px; flex-wrap: nowrap` and apply `white-space: nowrap` to each `<a>`.
|
|
55
|
+
|
|
56
|
+
The card width is the lever of last resort — widen from 320 → 380 px before reducing typography below 9 px. Below 9 px the labels lose their tracked-caps editorial register.
|
|
57
|
+
|
|
58
|
+
Verification: at 1440 px viewport, the rendered specs row reads as one line with the four cells visually balanced; the links row reads as one line with no `<br>` introduced by the browser. If either row wraps, either widen the card by 20 px increments or tighten letter-spacing by 0.02em increments — never reduce font-size below 9 px or drop a `·` separator.
|
|
59
|
+
|
|
60
|
+
## Hero — rotating Ken-Burns stage
|
|
61
|
+
|
|
62
|
+
The hero is **not a single static image**. It rotates between **three exemplar shots** with a slow camera-style pan/zoom on each — the editorial property-portal pattern (Modern House, Inigo) where the hero suggests "this property has more than one moment". Three is the right number: enough to give the viewer three distinct facets (front exterior, principal interior, garden complex), few enough that the viewer sees the full cycle within ~18 seconds without feeling rushed.
|
|
63
|
+
|
|
64
|
+
### The three exemplar slides
|
|
65
|
+
|
|
66
|
+
The three slides are chosen by their *register*, not their slot index. Pick one from each of these categories:
|
|
67
|
+
|
|
68
|
+
| Slide | Role | Typical brochure slot |
|
|
69
|
+
|---|---|---|
|
|
70
|
+
| 1 (main) | The strongest hero — usually the cover image (golden-hour exterior or the property's most "you-arrive-here" moment) | Slot 01 |
|
|
71
|
+
| 2 (interior) | The principal interior moment — usually the open-plan kitchen-dining hero or the principal sitting room | Slot 04 or 05 |
|
|
72
|
+
| 3 (outdoor / garden) | The garden complex, summerhouse, pool, or a secondary exterior at a different time of day | Slot 12, 24, or 26 |
|
|
73
|
+
|
|
74
|
+
If the property has no kitchen/garden distinction (e.g. an apartment), substitute "best second interior" and "best third interior". The pattern is **three different rooms or moments**, not three angles of the same shot.
|
|
75
|
+
|
|
76
|
+
### Dedicated `*-hero-N-<role>.webp` tier
|
|
77
|
+
|
|
78
|
+
The hero shows each image **fullscreen at viewport scale**, with a 1.05–1.20× Ken-Burns transform on top. That means a body-tier 1300 px @ q82 webp will visibly soften at typical desktop and Retina viewports. The hero needs its own encode tier:
|
|
79
|
+
|
|
80
|
+
| Setting | Body tier (rest of `index.html`) | **Hero tier** |
|
|
81
|
+
|---|---|---|
|
|
82
|
+
| Long edge | 1300 px (hero) / 1100 px (story) / 800 px (thumb) | **source resolution** (no `-resize`) — typically 1536–1600 px |
|
|
83
|
+
| Quality | q82 / q80 / q76 | **q88** |
|
|
84
|
+
| Filename | `<slug>-NN.webp` | `<slug>-hero-1-main.webp`, `<slug>-hero-2-<role>.webp`, `<slug>-hero-3-<role>.webp` |
|
|
85
|
+
| Typical size | 25–300 KB each | 200–600 KB each |
|
|
86
|
+
|
|
87
|
+
Encoder invocation (no `-resize` so source pixels are preserved):
|
|
88
|
+
|
|
89
|
+
```bash
|
|
90
|
+
cwebp -q 88 -m 6 -mt "<source>" -o "<slug>-hero-N-<role>.webp"
|
|
91
|
+
```
|
|
92
|
+
|
|
93
|
+
### Markup
|
|
94
|
+
|
|
95
|
+
Three slides stacked in a `.hero-stage` container; each `.hero-slide` is the same dimensions as the hero, layered with `position: absolute; inset: 0`. Each contains exactly one `<img>`.
|
|
96
|
+
|
|
97
|
+
```html
|
|
98
|
+
<section class="hero">
|
|
99
|
+
<div class="hero-stage" aria-label="<Property> — three views" role="img">
|
|
100
|
+
<div class="hero-slide s1"><img src="images/<slug>-hero-1-main.webp" alt="…golden-hour exterior…"></div>
|
|
101
|
+
<div class="hero-slide s2"><img src="images/<slug>-hero-2-<role>.webp" alt="…interior…"></div>
|
|
102
|
+
<div class="hero-slide s3"><img src="images/<slug>-hero-3-<role>.webp" alt="…garden…"></div>
|
|
103
|
+
</div>
|
|
104
|
+
<div class="info-card">…</div>
|
|
105
|
+
</section>
|
|
106
|
+
```
|
|
107
|
+
|
|
108
|
+
The accessible label sits on `.hero-stage` (not on each slide) because to a screen reader the stage is a single visual element. Each `<img>` keeps its own `alt` for image-grouping crawlers.
|
|
109
|
+
|
|
110
|
+
### CSS — pure-CSS rotator + Ken-Burns
|
|
111
|
+
|
|
112
|
+
The rotator is **CSS-only**, no JS. Three slides on an 18-second master cycle, each visible for ~5.4s with a 0.5s crossfade between. The rotator works the same way on a static-site host as in a Playwright preview — there's no `setInterval`, no library, no failure mode.
|
|
113
|
+
|
|
114
|
+
```css
|
|
115
|
+
.hero-stage { position: absolute; inset: 0; overflow: hidden; }
|
|
116
|
+
.hero-slide { position: absolute; inset: 0; opacity: 0; will-change: opacity; }
|
|
117
|
+
.hero-slide img { width: 100%; height: 100%; object-fit: cover;
|
|
118
|
+
transform-origin: 50% 50%; will-change: transform; }
|
|
119
|
+
|
|
120
|
+
/* Stagger: each slide's animation starts 6s apart */
|
|
121
|
+
.hero-slide.s1 { animation: heroFade 18s 0s infinite; }
|
|
122
|
+
.hero-slide.s2 { animation: heroFade 18s 6s infinite; }
|
|
123
|
+
.hero-slide.s3 { animation: heroFade 18s 12s infinite; }
|
|
124
|
+
.hero-slide.s1 img { animation: heroKb1 18s 0s infinite ease-out; }
|
|
125
|
+
.hero-slide.s2 img { animation: heroKb2 18s 6s infinite ease-out; }
|
|
126
|
+
.hero-slide.s3 img { animation: heroKb3 18s 12s infinite ease-out; }
|
|
127
|
+
|
|
128
|
+
@keyframes heroFade {
|
|
129
|
+
0% { opacity: 0; } 3% { opacity: 1; }
|
|
130
|
+
33% { opacity: 1; } 36% { opacity: 0; }
|
|
131
|
+
100% { opacity: 0; }
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
/* Each slide gets a different camera motion so the rotator doesn't
|
|
135
|
+
feel mechanical. Push-in, pan-and-zoom-left, tilt-up are good defaults. */
|
|
136
|
+
@keyframes heroKb1 {
|
|
137
|
+
0% { transform: scale(1.04) translate(0%, 0%); }
|
|
138
|
+
36% { transform: scale(1.16) translate(-1.2%, 0.4%); }
|
|
139
|
+
100% { transform: scale(1.16) translate(-1.2%, 0.4%); }
|
|
140
|
+
}
|
|
141
|
+
@keyframes heroKb2 {
|
|
142
|
+
0% { transform: scale(1.06) translate(1.5%, 0%); }
|
|
143
|
+
36% { transform: scale(1.18) translate(-1%, -0.8%); }
|
|
144
|
+
100% { transform: scale(1.18) translate(-1%, -0.8%); }
|
|
145
|
+
}
|
|
146
|
+
@keyframes heroKb3 {
|
|
147
|
+
0% { transform: scale(1.05) translate(0%, 1%); }
|
|
148
|
+
36% { transform: scale(1.18) translate(0.8%, -1.4%); }
|
|
149
|
+
100% { transform: scale(1.18) translate(0.8%, -1.4%); }
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
/* Reduced-motion users see a static slide-1 */
|
|
153
|
+
@media (prefers-reduced-motion: reduce) {
|
|
154
|
+
.hero-slide.s1 { opacity: 1; animation: none; }
|
|
155
|
+
.hero-slide.s2, .hero-slide.s3 { opacity: 0; animation: none; }
|
|
156
|
+
.hero-slide img { animation: none; transform: none; }
|
|
157
|
+
}
|
|
158
|
+
```
|
|
159
|
+
|
|
160
|
+
### Timing rationale
|
|
161
|
+
|
|
162
|
+
The 18-second master cycle is chosen because:
|
|
163
|
+
|
|
164
|
+
- 3 slides × 6 seconds each = each slide on screen long enough to be noticed but short enough that the loop doesn't feel slow.
|
|
165
|
+
- The 540ms crossfade (3% of 18s) is long enough to feel deliberate, short enough not to feel sluggish.
|
|
166
|
+
- The Ken-Burns scale ramp 1.04 → 1.18 over 6.5 seconds (the full visible window) translates to ~2.2% per second — slow enough to read as "drifting" rather than "moving", which is the editorial register.
|
|
167
|
+
|
|
168
|
+
Avoid going under 4.5s per slide (feels twitchy) or over 8s (loses energy). 6s is the sweet spot.
|
|
169
|
+
|
|
170
|
+
### Reduced-motion contract
|
|
171
|
+
|
|
172
|
+
Some viewers find subtle continuous motion uncomfortable. The `@media (prefers-reduced-motion: reduce)` rule turns off both the crossfade and the Ken-Burns transforms, holding slide 1 statically. This is required, not optional — accessibility regulations in several jurisdictions treat persistent motion as a barrier.
|
|
173
|
+
|
|
174
|
+
## Page sections (top to bottom)
|
|
175
|
+
|
|
176
|
+
| Section | Content | Notes |
|
|
177
|
+
|---|---|---|
|
|
178
|
+
| Top nav | Brand wordmark/logo centred; deep links left (Story · Home · Garden · Area); utility links right (Brochure · Listing · Enquire) | Use the brand's *dark* logo variant — the nav background is paper |
|
|
179
|
+
| Hero | **Rotating Ken-Burns stage** (3 slides — main, interior, garden — crossfading every 6s with a slow camera pan/zoom on each); floating info-card bottom-left with FOR SALE tag, italic property name, address, price, freehold, beds/baths/sqft/acres specs row, three text links (Floor plan · Brochure · Video tour), and a dark REQUEST VIEWING CTA | See **Hero — rotating Ken-Burns stage** above. The info-card is on a translucent paper background with a 1px gold top-edge |
|
|
180
|
+
| Sticky sub-nav | Property name + price on the left; Floor plan · Brochure · Video tour · Request viewing on the right | Hidden until the hero scrolls past; reveals via JS scroll-listener |
|
|
181
|
+
| Intro body | "Of place & pedigree" eyebrow; italic editorial headline; 1–2 paragraph introduction | First chapter of the brochure, condensed |
|
|
182
|
+
| Photo grid 1 | 4 establishing shots — drone aerial, front elevation, golden-hour exterior, etc. | All web-tier `<slug>-NN.webp` |
|
|
183
|
+
| Body section "The Home" | 2–3 paragraph description of the layout | Reflects the brochure's Chapter II/III content |
|
|
184
|
+
| Photo grids 2–3 | 8 interior shots in two grids | Kitchens, dining, hearth, sitting rooms |
|
|
185
|
+
| Body section "Bedrooms & baths" | Paragraph about the sleeping floor | Reflects Chapter IV |
|
|
186
|
+
| Photo grid 4 | 4 bedroom/bathroom shots | Principal + others |
|
|
187
|
+
| Body section "Pool, outdoor kitchen & summerhouse" | Paragraph distinguishing the three garden features | Reflects Chapter V |
|
|
188
|
+
| Photo grid 5 | 4 garden-complex shots | Pool, summerhouse, outdoor kitchen |
|
|
189
|
+
| Body section "The Area" | Paragraph about the local area, transport, schools | Reflects Chapter VI; sourced partly from the **seller brief Q11–14** |
|
|
190
|
+
| Photo grid 6 | Final 3–4 shots — wider grounds, atmospheric closing | Use a hero re-run as the final cell if needed to fill |
|
|
191
|
+
| Floor plan section | Two-column: floor plan image left, areas table right | "Floor 1 · 2,573 sq ft" style table |
|
|
192
|
+
| Key facts section | 3-column grid of Material Information rows | Tenure, council tax, broadband, mobile, flood risk, construction, etc. |
|
|
193
|
+
| CTA strip | Black band, italic "Interested? Let's talk.", three contact CTAs (phone, email, request-viewing) | Mirrors the back-page tagline |
|
|
194
|
+
| Footer | Agent contact card, legal disclaimer (CGI/AI line included), colophon | Minimal |
|
|
195
|
+
|
|
196
|
+
## Image references — body grid uses `<slug>-NN.webp`; hero rotator uses `<slug>-hero-N-<role>.webp`
|
|
197
|
+
|
|
198
|
+
The page has two image tiers:
|
|
199
|
+
|
|
200
|
+
1. **Hero rotator** — three dedicated `<slug>-hero-1-main.webp`, `<slug>-hero-2-<role>.webp`, `<slug>-hero-3-<role>.webp` files at source resolution and q88. See **Hero — rotating Ken-Burns stage** above. These are *additional* files; they don't replace the body-tier images even when sourced from the same originals — the body-tier `<slug>-03.webp` is still used in the photo grids.
|
|
201
|
+
2. **Body photo grids** — `<slug>-NN.webp` at the body-tier (1300/1100/800 px @ q82/80/76) — the same images the brochure HTML references. Both `brochure.html` and `index.html` resolve them to the same file under `output/web/images/`.
|
|
202
|
+
|
|
203
|
+
Distribute every brochure image across the photo grids — typically 24–28 unique images across 6 grids of 4. If the count doesn't divide cleanly (e.g. 23 images for 6 grids of 4 = 24 cells), reuse the cover hero in the final cell as a closing visual.
|
|
204
|
+
|
|
205
|
+
## Typography and palette
|
|
206
|
+
|
|
207
|
+
The landing page uses the same three-font system as the brochure:
|
|
208
|
+
- **Cormorant Garamond** for italic display headlines (info-card title, body section h2, "Interested? Let's talk." CTA, floor plan title).
|
|
209
|
+
- **Lora** for body paragraphs (and address line, info-card meta).
|
|
210
|
+
- **Inter** for tracked-caps utility (nav links, eyebrows, key-facts labels, button text).
|
|
211
|
+
|
|
212
|
+
Palette is paper / ink / bronze / antique gold — matching the brochure's tokens. The landing page introduces no new tokens; it re-skins them in a continuous-scroll layout.
|
|
213
|
+
|
|
214
|
+
## Mobile responsive — hero must stack vertically below ~760px
|
|
215
|
+
|
|
216
|
+
On narrow viewports the hero **stops being a floating-card-over-photo overlay** and stacks: photo on top, info card below. A floating overlay at mobile widths inevitably covers part of the rotator, defeating the point of having three exemplar slides. The reference register (Modern House mobile) handles this exactly the same way.
|
|
217
|
+
|
|
218
|
+
The rules:
|
|
219
|
+
|
|
220
|
+
1. **The hero loses its fixed height** at `≤ 760px`. `.hero { height: auto; min-height: 0; display: flex; flex-direction: column; }`.
|
|
221
|
+
2. **The hero stage gets a bounded aspect ratio** so the absolute-positioned slides have a positioning context. `4/3` works at 760px tablets, `5/4` at very narrow phones (≤ 440px). The aspect ratio is the key — without it the absolute children collapse to 0 height.
|
|
222
|
+
3. **The info card switches from absolute to static**. Drop the floating shadow and gold top-edge; let it flow as a normal block under the photo, with the page's paper background.
|
|
223
|
+
|
|
224
|
+
```css
|
|
225
|
+
@media (max-width: 760px) {
|
|
226
|
+
.hero {
|
|
227
|
+
height: auto; min-height: 0;
|
|
228
|
+
display: flex; flex-direction: column;
|
|
229
|
+
background: var(--paper);
|
|
230
|
+
}
|
|
231
|
+
.hero-stage {
|
|
232
|
+
position: relative;
|
|
233
|
+
width: 100%;
|
|
234
|
+
aspect-ratio: 4/3;
|
|
235
|
+
flex: 0 0 auto;
|
|
236
|
+
background: var(--ink); /* shows through any letterboxing */
|
|
237
|
+
}
|
|
238
|
+
.info-card {
|
|
239
|
+
position: static;
|
|
240
|
+
left: auto; right: auto; bottom: auto;
|
|
241
|
+
width: auto;
|
|
242
|
+
margin: 0;
|
|
243
|
+
padding: 24px 24px 28px;
|
|
244
|
+
box-shadow: none;
|
|
245
|
+
border-top: 1px solid var(--rule);
|
|
246
|
+
background: var(--paper);
|
|
247
|
+
}
|
|
248
|
+
.info-card .title { font-size: 30px; }
|
|
249
|
+
.info-card .specs { font-size: 10px; }
|
|
250
|
+
.info-card .links { font-size: 10px; }
|
|
251
|
+
|
|
252
|
+
/* Footer colophon — stack the property line and copyright on
|
|
253
|
+
separate rows on mobile. The desktop layout uses
|
|
254
|
+
justify-content: space-between to put them on one row, which
|
|
255
|
+
overflows on narrow viewports. */
|
|
256
|
+
footer .colophon {
|
|
257
|
+
flex-direction: column;
|
|
258
|
+
align-items: flex-start;
|
|
259
|
+
gap: 8px;
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
@media (max-width: 440px) {
|
|
264
|
+
.hero-stage { aspect-ratio: 5/4; } /* taller frame at narrow phones */
|
|
265
|
+
}
|
|
266
|
+
```
|
|
267
|
+
|
|
268
|
+
### General mobile-stack principle
|
|
269
|
+
|
|
270
|
+
Every multi-column block in the page becomes single-column or vertically-stacked at the mobile breakpoint. The pattern is consistent:
|
|
271
|
+
|
|
272
|
+
| Block | Desktop | Mobile (≤ 760px) |
|
|
273
|
+
|---|---|---|
|
|
274
|
+
| Hero | Photo with floating overlay info-card | Photo above, info-card stacks below |
|
|
275
|
+
| Photo grids | 2-column | 1-column |
|
|
276
|
+
| Floor plan section | Plan left, areas table right | Plan above, table below |
|
|
277
|
+
| Key-facts grid | 3-column | 2-column at 760, 1-column at 440 |
|
|
278
|
+
| Footer colophon | Property line left, copyright right (single row) | Property line above, copyright below (stacked rows) |
|
|
279
|
+
| Top-nav | Deep links + centred wordmark + utility group | Burger + wordmark, all else in drawer |
|
|
280
|
+
|
|
281
|
+
When adding a new multi-column section to the page, add a matching mobile rule that flattens it to single-column or stacked. Without an explicit rule, the desktop layout will overflow narrow viewports.
|
|
282
|
+
|
|
283
|
+
### Top-nav collapse — hamburger drawer at ≤ 960px
|
|
284
|
+
|
|
285
|
+
Desktop layout has four section-deep links on the left (Story · Home · Garden · Area), the wordmark logo in the centre, and three utility links on the right (Brochure · Listing · Enquire). The full bar needs roughly **1100 px** of horizontal room to breathe. Below ~960 px the deep-section labels overlap the centred logo, and a "just hide the deep links" approach leaves a lopsided bar with the centred logo crammed against the surviving right-side group. The right answer is a **hamburger-revealed drawer**.
|
|
286
|
+
|
|
287
|
+
The breakpoint cascade:
|
|
288
|
+
|
|
289
|
+
1. **At ≤ 960 px**: collapse the *entire* desktop nav (left + right) into a hamburger button on the left and a centred logo. The hamburger reveals a right-side drawer with **every** nav link plus the CTA — no items lost.
|
|
290
|
+
2. **At ≤ 760 px**: the hero stops being an overlay (see *Mobile responsive — hero must stack vertically* above). Nav already collapsed.
|
|
291
|
+
3. **At ≤ 440 px**: tighten the hero stage's aspect ratio (5/4 instead of 4/3) so the photo doesn't dominate a tiny phone viewport.
|
|
292
|
+
|
|
293
|
+
The 960 px threshold is the right cut-off because at ≤ 960 the full nav is *visually* broken even if it doesn't quite overflow the box; at > 960 the desktop nav reads cleanly. Don't tune it lower (you'll see overlapping links at intermediate widths) and don't tune it higher (you'll lose the desktop nav at standard laptop widths).
|
|
294
|
+
|
|
295
|
+
### Drawer markup
|
|
296
|
+
|
|
297
|
+
The drawer is a fixed-position panel that slides in from the right. The markup sits as a sibling of `.topnav` (not inside it — the drawer overlays the page chrome).
|
|
298
|
+
|
|
299
|
+
```html
|
|
300
|
+
<nav class="topnav">
|
|
301
|
+
<button class="burger" aria-label="Open menu" aria-expanded="false" aria-controls="drawer">
|
|
302
|
+
<span></span><span></span><span></span>
|
|
303
|
+
</button>
|
|
304
|
+
<div class="left">…</div> <!-- hidden ≤ 960px -->
|
|
305
|
+
<div class="center">…</div> <!-- always visible -->
|
|
306
|
+
<div class="right">…</div> <!-- hidden ≤ 960px -->
|
|
307
|
+
</nav>
|
|
308
|
+
|
|
309
|
+
<div class="drawer" id="drawer" aria-hidden="true">
|
|
310
|
+
<button class="drawer-close" aria-label="Close menu">×</button>
|
|
311
|
+
<nav class="drawer-nav">
|
|
312
|
+
<a href="#story">Story</a>
|
|
313
|
+
<a href="#home">The Home</a>
|
|
314
|
+
<a href="#garden">The Garden</a>
|
|
315
|
+
<a href="#area">The Area</a>
|
|
316
|
+
<a href="#floorplan">Floor plan</a>
|
|
317
|
+
<a href="#facts">Key facts</a>
|
|
318
|
+
<a href="<slug>-brochure.pdf" download>Download brochure</a>
|
|
319
|
+
<a href="<video-url>" target="_blank">Watch video tour</a>
|
|
320
|
+
<a href="<listing-url>" target="_blank">View on <agent></a>
|
|
321
|
+
<a href="mailto:<agent-email>" class="drawer-cta">Enquire</a>
|
|
322
|
+
</nav>
|
|
323
|
+
<div class="drawer-foot">
|
|
324
|
+
<agent name> · <agency> · <office><br>
|
|
325
|
+
<a href="tel:+…"><phone></a>
|
|
326
|
+
</div>
|
|
327
|
+
</div>
|
|
328
|
+
```
|
|
329
|
+
|
|
330
|
+
The drawer is **fuller** than the desktop nav — it includes deep-section links (Story / Home / Garden / Area), every utility link (brochure / video / listing), the **Enquire CTA**, and an agent-contact footer. Mobile users get *more* navigation options than desktop users, on the assumption that scrolling to a section is harder on a small screen. This matches the Inigo / Modern House mobile pattern.
|
|
331
|
+
|
|
332
|
+
### Drawer interaction
|
|
333
|
+
|
|
334
|
+
- The hamburger button toggles `aria-expanded` and the `.open` class on `.drawer`.
|
|
335
|
+
- A backdrop element is created lazily by the script (no markup pollution), darkening the page behind the drawer when open.
|
|
336
|
+
- Clicking the backdrop, the close button, **or any link inside the drawer** closes it (so a section-link click both navigates and closes).
|
|
337
|
+
- `Escape` closes.
|
|
338
|
+
- `body.drawer-open { overflow: hidden }` prevents scroll-leak under the drawer.
|
|
339
|
+
- The hamburger animates to an X via two `transform`s on the outer spans + `opacity: 0` on the middle span — the standard CSS-only hamburger.
|
|
340
|
+
|
|
341
|
+
The whole drawer system is roughly **40 lines of JS** + ~50 lines of CSS. No library, no framework, no router. It works the same on a static-site host as in a Playwright preview.
|
|
342
|
+
|
|
343
|
+
### Verification
|
|
344
|
+
|
|
345
|
+
When testing at multiple viewports, screenshot the topnav at:
|
|
346
|
+
|
|
347
|
+
- **1280 × 900** — full desktop. Burger hidden; left + centre + right all visible.
|
|
348
|
+
- **960 × 800** — collapse trigger. Burger appears; left + right hidden; logo centred (now via flex `margin: 0 auto` since `.center` switched from absolute to static).
|
|
349
|
+
- **390 × 844** — phone. Same as 960 plus the hero stacking from the previous section.
|
|
350
|
+
|
|
351
|
+
Open the drawer at 390 × 844; verify all 9 links + CTA visible; verify backdrop dims the page; click a section link and verify both navigation *and* drawer-close happen.
|
|
352
|
+
|
|
353
|
+
### Mobile hero verification
|
|
354
|
+
|
|
355
|
+
When testing at mobile widths, screenshot at three viewports: **390 × 844** (iPhone 14 Pro), **414 × 896** (iPhone 11), and **320 × 568** (iPhone SE). Confirm at each:
|
|
356
|
+
|
|
357
|
+
- The hero photo is fully visible (not covered by the info card).
|
|
358
|
+
- The info card flows beneath the photo with paper background.
|
|
359
|
+
- The top-nav has clean horizontal spacing (logo doesn't touch the right links).
|
|
360
|
+
- The rotator still cycles all three slides (the Ken-Burns transforms are scale-relative, not viewport-relative, so they work at any width).
|
|
361
|
+
|
|
362
|
+
## Bundling and smoke-test
|
|
363
|
+
|
|
364
|
+
`index.html` is included in `<slug>-web.zip` automatically (the zip command zips everything in `output/web/`). After zipping, the smoke-test must include both `brochure.html` AND `index.html`:
|
|
365
|
+
|
|
366
|
+
```bash
|
|
367
|
+
for f in brochure.html index.html cover-print.jpg images/<slug>-01.webp images/<brand>-logo-dark.png <slug>-brochure.pdf; do
|
|
368
|
+
echo "$(curl -s -o /dev/null -w '%{http_code}' http://127.0.0.1:8765/$f) $f"
|
|
369
|
+
done
|
|
370
|
+
```
|
|
371
|
+
|
|
372
|
+
Both pages must return 200 and render correctly. The landing page should not exhibit overflow on a 1440px-wide viewport at desktop sizes; on narrow mobile (<760px) it should reflow to single-column photo grids.
|
|
373
|
+
|
|
374
|
+
## When to regenerate
|
|
375
|
+
|
|
376
|
+
`index.html` is regenerated whenever the brochure's image set changes (new photos, swapped slot assignments) or whenever the brochure's chapter copy materially changes (the landing page mirrors the brochure's narrative). Cosmetic CSS-only changes to the brochure don't require a landing-page regenerate. The landing page is *not* part of the canonical print archive — it lives only in `output/web/` and the zip.
|