Skip to content

Commit 6e162be

Browse files
icecrasher321claude
andcommitted
chore(permission-groups): regenerate the block successor map for Human v2
`check:block-successors` arrived with the staging merge and this branch is what makes it stale: versioning the Human block adds a successor edge the generated map did not carry. Not cosmetic — the map is how a permission group that allows `human_in_the_loop` keeps covering `human_in_the_loop_v2`. Without the edge, an enterprise group scoped to the old block would deny its replacement. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 263ae42 commit 6e162be

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/sim/lib/permission-groups/block-successors.generated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export const BLOCK_ACCESS_SUCCESSORS: Record<string, string> = {
2424
google_sheets: 'google_sheets_v2',
2525
google_slides: 'google_slides_v2',
2626
grain: 'grain_v2',
27+
human_in_the_loop: 'human_in_the_loop_v2',
2728
image_generator: 'image_generator_v2',
2829
input_trigger: 'start_trigger',
2930
intercom: 'intercom_v2',

0 commit comments

Comments
 (0)