feat(best-layouts): атрибуция velocity по ядру комплекса (#2177 шаг 2b) #2239

Merged
bot-backend merged 2 commits from feat/velocity-core-attribution-2177 into main 2026-07-02 22:41:26 +00:00
Showing only changes of commit 94bde145f4 - Show all commits

View file

@ -4297,6 +4297,11 @@ export interface components {
objects_total_in_radius: number;
/** Raw Objects Total */
raw_objects_total: number;
/**
* Groups Matched By Core
* @default 0
*/
groups_matched_by_core: number;
/** Velocity Coverage Pct */
velocity_coverage_pct: number;
/**