From 1bb18d96b539de3b8886979fcff975871f95e824 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Wed, 8 Jul 2026 06:24:21 +0200 Subject: [PATCH] fix(team): clean single traveling pulse + delegations start at the architect MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - The pulse is now one dash with an effectively infinite gap, animated origin→target→off with fill:forwards — no wrap-around second bar and no snap-back to origin when it arrives (fixes the ghost bar). Slower, ease-in-out so it eases out of the origin card and into the target's last branch. - Real delegation/review pulses now originate at the ARCHITECT (the root's single child), not the CEO above it — so a task assigned to an agent no longer visibly starts from the CEO. Cuts a 3-edge cascade to 2 for a PO-level agent. Co-Authored-By: Claude Opus 4.8 --- src/server/team.ts | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) diff --git a/src/server/team.ts b/src/server/team.ts index f86f56e..1e97c80 100644 --- a/src/server/team.ts +++ b/src/server/team.ts @@ -278,7 +278,7 @@ export function renderTeamHtml(cwd: string): string {