docs(workflow): align disclosure lifecycle evidence

This commit is contained in:
pku-xht
2026-08-12 01:41:43 +08:00
parent 33112b4957
commit 8f308023a2
4 changed files with 5 additions and 4 deletions

View File

@@ -85,6 +85,7 @@ function ManualDisclosure(props: StatusDisclosureProps) {
}
function StatusDisclosure({ cleanCycleKey, requiresExpansion, ...props }: StatusDisclosureProps & {
/** Remount a clean Phase when its append-only member count changes between batched renders. */
readonly cleanCycleKey?: number | undefined
readonly requiresExpansion: boolean
}) {