CAI Parent Check
Triggered when a sub-issue labeled cai:sub-issue is closed. Checks whether all sibling sub-issues of the parent are also closed and, if so, files a summary finding on the parent issue.
Graph
---
title: parent-check_graph
---
stateDiagram-v2
FetchParentNode --> VerifyParentNode
FetchParentNode --> [*]
VerifyParentNode --> [*]