auto-claude: subtask-2-3 - Add source field to competitor mapping in ROADMAP_GET handler
Co-Authored-By: Claude Opus 4.6 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
8021b04cb5
commit
ea3c2e625f
@@ -127,6 +127,7 @@ export function registerRoadmapHandlers(
|
||||
})),
|
||||
strengths: (c.strengths as string[]) || [],
|
||||
marketPosition: (c.market_position as string) || "",
|
||||
source: c.source || undefined,
|
||||
})),
|
||||
marketGaps: (rawCompetitor.market_gaps || []).map((g: Record<string, unknown>) => ({
|
||||
id: g.id,
|
||||
|
||||
Reference in New Issue
Block a user