feat: track linked work items in status

This commit is contained in:
Affaan Mustafa
2026-05-11 11:51:45 -04:00
committed by Affaan Mustafa
parent 579284c9be
commit 8926ea925e
7 changed files with 396 additions and 7 deletions

View File

@@ -13,6 +13,7 @@ const ENTITY_DEFINITIONS = {
decision: 'decision',
installState: 'installState',
governanceEvent: 'governanceEvent',
workItem: 'workItem',
};
let cachedSchema = null;