← Back to Updates
Session 15 · v0.7.x
June 19, 2026 Hyvara Network Build Readout
Session 15 · June 19 2026

Handoff Bridge,
Fixed & Forwarding

Session 15 opened with three blocking items on the AE handoff flow. The critical domain bug — every email link still pointing to qualify.hyvara.ai — was diagnosed and killed. The token page load issue traced to an auth-gated import in the wrong place. Account name gating in HandoffModal is in flight. The AE bridge is now functional end to end for new sends.

v0.7.x Active
Domain Bug Closed
Token Page Loading
Account Name Gate In Progress
1
Root domain bug killed
2
SQL schema items run
3
P1 blockers worked
15
Sessions complete
P1 — Critical Fix
The qualify.hyvara.ai ghost
Every handoff email sent since day one has been linking AEs to a dead domain. The APP_BASE constant in team.functions.ts was never updated from qualify.hyvara.ai to sdrhive.hyvara.ai. All new sends are now correct.
FIXED
APP_BASE domain corrected
team.functions.ts line 7 — APP_BASE updated from https://qualify.hyvara.ai to https://sdrhive.hyvara.ai. All token URLs in outbound handoff emails now resolve correctly. Old tokens from pre-Session 14 emails still hit the dead domain, but those can be manually corrected by swapping the subdomain.
FIXED
case-studies.functions.ts domain
A second hardcoded qualify.hyvara.ai reference in the case studies pending approval email was also corrected in the same prompt. Both files patched in one shot.
FIXED
Token page spinning — AnalysisCard extraction
The handoff.$token.tsx route was importing AnalysisCard from _app.qualifier.tsx — an auth-gated route module. On an unauthenticated page load, TanStack Start was evaluating that module's middleware, causing a silent spin. AnalysisCard is now in its own file at src/components/qualifier/AnalysisCard.tsx. Token page loads clean.
FIXED
Handoff queue Review button hitbox
The Link wrapping each handoff card was competing with absolutely-positioned Recall and Delete buttons at top-right. Restructured so the Link wraps only the content area, action buttons sit outside it at z-10, and pr-20 keeps text clear of the button zone. Taps now navigate to /handoffs/:id as intended.
Session 15 Start — SQL
Schema items queued and run
Two SQL items were run in Supabase before any Lovable prompts fired this session — territories table creation with RLS, and booked_before_qualify column on volleys.
NEW TABLE
territories table
Created with UUID primary key, name text, created_by reference, RLS policies for authenticated read and admin write. GRANT ALL to authenticated and service_role. Foundation for dynamic territory management — replaces the static dropdown in AE Roster.
NEW COLUMN
volleys.booked_before_qualify
boolean DEFAULT false added to the volleys table. Plants the column now so the DCN co-sell intelligence layer can track whether a meeting was booked before qualification completed. Needed for the Connection Spine revenue relay model.
In Progress
Account name gate — HandoffModal
When account_name is null on an analysis (SDR didn't enter a company name), the HandoffModal should show a required text field and block Send until filled. Prompt written and queued.
IN FLIGHT
Required account name input
When accountName prop is falsy, a required text field renders above the AE selector. Send button is disabled until filled. The captured name passes into createHandoff as account_name and writes to analysis_history WHERE account_name IS NULL — never overwrites existing values.
OBSERVED
"Unnamed account" on AE token page
AE token page header shows "Unnamed account" when account_name is null. The account name gate in HandoffModal will prevent this for new sends. Existing null records need a separate cleanup pass or a fallback label in the token page header.
Design Partner Strategy · June 19, 2026

Kevin + Jon on
Kyle's Call

Kevin and Jon spent time today working through Kyle Chau's qualification debrief in detail. The conversation covered what the platform surfaced, what it missed, and what the experience tells us about the AE handoff flow going forward.

Strategic Session
Kyle Chau Debrief
AE Bridge Direction
The Conversation
What Kevin and Jon worked through
Jon reviewed Kyle's call debrief with Kevin in detail. Key themes that came out of it and the direction they're pointing the product.
Context

Kyle Chau's debrief was the test case for everything Session 14 built — the full handoff flow from SDR analysis to AE token page. Kevin and Jon went through the debrief together today to map where the platform performed and where the gaps showed up.

The core tension they talked through: the platform right now gives the AE a snapshot of what the SDR found. That's useful. But what it doesn't yet do is help the AE understand what to do next with it — what question to ask first, what gap to close before the discovery call, what the SDR actually couldn't get to.

The handoff reads like a report. It needs to read like a briefing.

Plan of Action

Kevin and Jon aligned on the direction coming out of the session. The AE token experience needs to evolve from a read-only analysis view into something closer to a pre-call prep tool. The SDR note, the gaps, the qualification score — those should be orienting the AE toward the next conversation, not just confirming what the SDR already knows.

That's a Session 16+ build item, not a hotfix. The immediate work is getting the handoff bridge itself solid — account name gate, queue navigation, token page reliability. Get the plumbing right, then build the experience on top of it.

Jon also flagged the AE dashboard vision Kevin raised during session: when an AE gets a handoff email and clicks in for the first time, they shouldn't land directly in a single analysis view. There should be a lightweight onboarding moment — welcome to Hyvara Network, here's your queue — before they get into the work. That's part of the AE Hive top-of-funnel build, queued for later in v0.7.

"The handoff needs to feel like a briefing, not a report. The AE should walk away from that first screen knowing what their first question is going to be."
Kevin Kunz · Session 15 Product Direction
"AE lands on the token page for the first time — there should be a moment. Welcome to the Network. Here's your queue. Then the work."
Kevin Kunz · Session 15 AE Hive Vision
P1 Blocking Status · Session 15

Three blockers,
two closed

Session 15 opened with three P1 blocking items on the AE handoff bridge. Two are confirmed closed. The account name gate is in flight — prompt is written and ready.

Token page — CLOSED
Domain bug — CLOSED
Account name gate — IN FLIGHT
P1 Item Tracking
Blocking item rundown
Also Observed This Session
Items surfaced, not yet queued
Session 16 Queue

Finish the bridge,
then move up

Session 16 starts by closing out the account name gate, then moves into the remaining P2 items — health ring colors, territory management, and leaderboard polish. AE dashboard vision is flagged for later in v0.7.

Account name gate — first prompt
Health rings
Territory management
Leaderboard polish
Session 16 — Priority Order
What fires next
P1 — First Prompt
Account name gate — HandoffModal
Prompt is written and ready. Fires first. Required text input when accountName is null, Send blocked until filled, name writes to analysis_history on createHandoff. Closes the "Unnamed account" issue for all new sends.
P2 — High Value
SDR Health ring colors
Threshold logic fix: green at 70+, amber at 40–69, red below 40. Current thresholds are off. Quick prompt, visible impact on every SDR profile view.
P2 — High Value
Territory management in Leader Console
territories table is live from today's SQL run. Leader Console tab + wire AE Roster territory dropdown to pull from table instead of static list. Dynamic territory management, leader-controlled.
P2 — High Value
Follow-ups cards — make clickable
Tap to expand or navigate to full detail. Currently not interactive. Design partner observation from earlier sessions — dead cards erode trust in the platform.
P2 — High Value
Duplicate handoff warning
If SDR sends to same AE twice for the same analysis, warn before sending. Prevents accidental double-sends and the awkward AE experience of receiving the same deal twice.
P3 — Polish
Leaderboard card opacity + width
Reduce card opacity further to rgba(4,6,14,0.20), widen side-by-side cards. Prompt never fired in Session 14. Carries into Session 16 as a polish item after P2 work is done.
P3 — Polish
What's New block — update to v0.7.4
Platform version display needs a bump to reflect session 15 work. Small prompt, runs last.
Session 16+ — AE Hive Vision
AE first-time onboarding moment
Welcome screen on first token click → brief context → queue of handoffs for this AE. The vision Kevin and Jon discussed today. Architectural enough to scope separately before building. Not a quick prompt — needs a design pass first.

Architecture Note
Decisions locked this session
Adobe Opportunity · June 18, 2026

Two targets.
One connector.

A 90-minute call with Kyle Chau and Colin Schaap on June 18, followed by a same-day debrief with Jon Yee. Kyle has direct relationships with both primary targets and has committed to making introductions. Sarah is back from sabbatical mid-July. That is the trigger date.

★ Alison Webster — Primary
★ Sarah Lacey — Primary
Kyle Chau — Connector
Trigger: Mid-July
2
Primary targets
6mo
Mike Neumann window
~90
Minutes with Kyle
4
Immediate next steps
The Two Primary Targets
Alison Webster + Sarah Lacey
Both are decision-makers, not gatekeepers. Kyle has direct relationships with both and has committed to introductions. Do not try to reach either cold.
★ PRIMARY
Alison Webster — Head of Partner Program (UK)
Took over from Tony Sanders 3–6 months ago. UK-based. Controls the partner program at the level that matters for DCN adoption. Kyle has a direct relationship and will make the introduction alongside Sarah. Kevin also has a personal connection — geography works (six months a year in Europe). Asset to deploy at the right moment, not in the first meeting.
★ PRIMARY
Sarah Lacey — Experience + Marketing; owns the Hub
Runs the Hub (Adobe's partner portal). Data-driven executive — "Data always delivers. You may not like what it delivers, but it always delivers." Don't pitch features. Pitch what she can see and act on. Back from sabbatical mid-July. That is the trigger date for Kyle's intro. Kyle is her de facto SA under the Ensemble contract — he's not a gatekeeper around her, he is the technical decision point for her.
What Kyle Validated on the Call
Signal from the source
Kyle has 25+ years at Adobe, operates in a Switzerland role, and dismissed Crossbeam without being asked. Every one of these is a buying signal or a competitive moat.
VALIDATED
Crossbeam is a low bar
Implemented at Adobe. Dismissed by the people who matter: "I could do it with Google Sheets." Not a competitor — a low bar. DCN's behavioral tracking, match intelligence, and activity layer are a different category entirely.
VALIDATED
Adobe cut partner alliance managers — DCN is the replacement
Adobe has been reducing headcount in partner alliances to cut costs. Partners are losing access to deals and dropping out of the program. DCN is the digital partner manager. What Jordan (former PM) did manually, with no data, DCN does at scale with full behavioral tracking. Lead with this framing with Alison and Sarah.
VALIDATED
Adobe would likely pay partner license fees to seed the partner side
Kyle confirmed this. Precedent: Tidwit. Adobe as anchor brand logo unlocks ServiceNow, Oracle, and others. This is the Lyft model — Adobe rides free, partners pay. Consumption-first until traction builds, then seat license.
VALIDATED
Prime / co-prime model — Kyle lit up on it
Kyle said build it for the AE side and it carries over to partners automatically. AE owns the account (prime), AE owns the product specialty (co-prime). This is the hackathon agenda item with Jon and Nick next week. It makes match results dramatically more useful to Adobe's actual org structure.
Jon Yee Debrief — Same Day
What Jon added
Two-Track Strategy — Confirmed and Kept Separate

Track 1 — Sarah + Alison (Kyle-sponsored): Partner program, Hub, behavioral data, executive dashboard. Kyle makes the intro mid-July when Sarah is back. Tony Sanders call next week validates the read on internal politics before we walk in.

Track 2 — Mike Neumann (direct): Sales floor. Mike retires December 31 — that's a 6-month window, not a 9-month window as previously assumed. Pilot agreement target is September. Keep this track completely separate from the Sarah/Alison track for now.

The "Utopia" Question — Tony Sanders

Tony Sanders held Sarah's role before her. Retired 3–6 months ago. No current-employee filter on what he'll say. Call next week.

Ask him: "If you had godlike visibility into relationship flow and decision criteria — what would you want?" That's the frame for the executive dashboard Jon and Kevin will design at the hackathon. What Tony describes is what Sarah should see on day one.

"Data always delivers. You may not like what it delivers, but it always delivers."
Sarah Lacey — per Kyle Chau Buying Signal
"Adobe has been cutting partner alliance managers. DCN is the digital replacement — what Jordan did manually, with no data, DCN does at scale."
Jon Yee · June 18 debrief Lead Framing
Immediate Next Steps
Four actions, no ambiguity