[object Object]

← back to A2a Lab

cards/eval: flatten vp-consulting into consulting-agent (TK-12015)

0fb67928b1700afffd7cfbdeb07e1a5bc88e5488 · 2026-09-22 12:21:48 -0700 · Steve Abrams

Repoint the routing eval ground-truth from the retired vp-consulting officer
to the consulting-agent steward. Companion to auto-snapshot b77f2cc, which
already landed the new cards/consulting-agent.agent-card.json, dropped the old
cards/vp-consulting.agent-card.json, and repointed eval-blind2.json. Zero
dangling vp-consulting node across the a2a card + eval surfaces.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_38a23781-1663-4f8e-807d-e37d704feaad

Files touched

Diff

commit 0fb67928b1700afffd7cfbdeb07e1a5bc88e5488
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Tue Sep 22 12:21:48 2026 -0700

    cards/eval: flatten vp-consulting into consulting-agent (TK-12015)
    
    Repoint the routing eval ground-truth from the retired vp-consulting officer
    to the consulting-agent steward. Companion to auto-snapshot b77f2cc, which
    already landed the new cards/consulting-agent.agent-card.json, dropped the old
    cards/vp-consulting.agent-card.json, and repointed eval-blind2.json. Zero
    dangling vp-consulting node across the a2a card + eval surfaces.
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    Claude-Session: https://claude.ai/code/session_38a23781-1663-4f8e-807d-e37d704feaad
---
 eval_find.py | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eval_find.py b/eval_find.py
index 327483c..2d006d3 100644
--- a/eval_find.py
+++ b/eval_find.py
@@ -73,9 +73,9 @@ EVAL_SET: list[tuple[str, list[str]]] = [
     # vp-abramsego — command center / revenue engines / stripe
     ("wire up test payments on the abrams command center", ["vp-abramsego"]),
     ("check the waitlist signups on the ego dashboard", ["vp-abramsego"]),
-    # vp-consulting — client portals / intake
-    ("onboard a new consulting client and build their portal", ["vp-consulting"]),
-    ("run the intake questionnaire for a business with no website", ["vp-consulting"]),
+    # consulting-agent — client portals / intake (vp-consulting flattened in 2026-09-22, TK-12015)
+    ("onboard a new consulting client and build their portal", ["consulting-agent"]),
+    ("run the intake questionnaire for a business with no website", ["consulting-agent"]),
 ]
 
 

← b77f2cc auto-data-snapshot: 2026-09-22T12:15:47 (3 data files) — car  ·  back to A2a Lab  ·  (newest)