@nail00749/agent-gvozd 0.1.8 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -14,23 +14,1984 @@
14
14
  "gitnexus-impact-analysis",
15
15
  "gitnexus-refactoring"
16
16
  ],
17
- "mcp": ["context7"],
17
+ "mcp": [
18
+ "context7"
19
+ ],
18
20
  "permissions": [
19
- { "action": "subagent", "resource": "*", "effect": "deny" },
20
- { "action": "gitnexus_*", "resource": "*", "effect": "allow" },
21
- { "action": "gitnexus_rename", "resource": "*", "effect": "deny" },
22
- { "action": "gitnexus_group_sync", "resource": "*", "effect": "deny" },
23
- { "action": "playwright_*", "resource": "*", "effect": "ask" },
24
- { "action": "playwright_browser_get_config", "resource": "*", "effect": "allow" },
25
- { "action": "playwright_browser_snapshot", "resource": "*", "effect": "allow" },
26
- { "action": "playwright_browser_take_screenshot", "resource": "*", "effect": "allow" },
27
- { "action": "playwright_browser_console_messages", "resource": "*", "effect": "allow" },
28
- { "action": "playwright_browser_network_requests", "resource": "*", "effect": "allow" },
29
- { "action": "playwright_browser_tabs", "resource": "*", "effect": "allow" },
30
- { "action": "playwright_browser_find", "resource": "*", "effect": "allow" },
31
- { "action": "playwright_browser_generate_locator", "resource": "*", "effect": "allow" },
32
- { "action": "playwright_browser_verify_*", "resource": "*", "effect": "allow" },
33
- { "action": "playwright_browser_run_code_unsafe", "resource": "*", "effect": "deny" },
34
- { "action": "browser", "resource": "*", "effect": "deny" }
21
+ {
22
+ "action": "subagent",
23
+ "resource": "*",
24
+ "effect": "deny"
25
+ },
26
+ {
27
+ "action": "gitnexus_*",
28
+ "resource": "*",
29
+ "effect": "allow"
30
+ },
31
+ {
32
+ "action": "gitnexus_rename",
33
+ "resource": "*",
34
+ "effect": "deny"
35
+ },
36
+ {
37
+ "action": "gitnexus_group_sync",
38
+ "resource": "*",
39
+ "effect": "deny"
40
+ },
41
+ {
42
+ "action": "playwright_*",
43
+ "resource": "*",
44
+ "effect": "ask"
45
+ },
46
+ {
47
+ "action": "playwright_browser_get_config",
48
+ "resource": "*",
49
+ "effect": "allow"
50
+ },
51
+ {
52
+ "action": "playwright_browser_snapshot",
53
+ "resource": "*",
54
+ "effect": "allow"
55
+ },
56
+ {
57
+ "action": "playwright_browser_take_screenshot",
58
+ "resource": "*",
59
+ "effect": "allow"
60
+ },
61
+ {
62
+ "action": "playwright_browser_console_messages",
63
+ "resource": "*",
64
+ "effect": "allow"
65
+ },
66
+ {
67
+ "action": "playwright_browser_network_requests",
68
+ "resource": "*",
69
+ "effect": "allow"
70
+ },
71
+ {
72
+ "action": "playwright_browser_tabs",
73
+ "resource": "*",
74
+ "effect": "allow"
75
+ },
76
+ {
77
+ "action": "playwright_browser_find",
78
+ "resource": "*",
79
+ "effect": "allow"
80
+ },
81
+ {
82
+ "action": "playwright_browser_generate_locator",
83
+ "resource": "*",
84
+ "effect": "allow"
85
+ },
86
+ {
87
+ "action": "playwright_browser_verify_*",
88
+ "resource": "*",
89
+ "effect": "allow"
90
+ },
91
+ {
92
+ "action": "playwright_browser_run_code_unsafe",
93
+ "resource": "*",
94
+ "effect": "deny"
95
+ },
96
+ {
97
+ "action": "browser",
98
+ "resource": "*",
99
+ "effect": "deny"
100
+ },
101
+ {
102
+ "action": "shell",
103
+ "resource": "*",
104
+ "effect": "deny"
105
+ },
106
+ {
107
+ "action": "shell",
108
+ "resource": "pwd",
109
+ "effect": "allow"
110
+ },
111
+ {
112
+ "action": "shell",
113
+ "resource": "pwd *",
114
+ "effect": "allow"
115
+ },
116
+ {
117
+ "action": "shell",
118
+ "resource": "true",
119
+ "effect": "allow"
120
+ },
121
+ {
122
+ "action": "shell",
123
+ "resource": "true *",
124
+ "effect": "allow"
125
+ },
126
+ {
127
+ "action": "shell",
128
+ "resource": "test",
129
+ "effect": "allow"
130
+ },
131
+ {
132
+ "action": "shell",
133
+ "resource": "test *",
134
+ "effect": "allow"
135
+ },
136
+ {
137
+ "action": "shell",
138
+ "resource": "cat",
139
+ "effect": "allow"
140
+ },
141
+ {
142
+ "action": "shell",
143
+ "resource": "cat *",
144
+ "effect": "allow"
145
+ },
146
+ {
147
+ "action": "shell",
148
+ "resource": "head",
149
+ "effect": "allow"
150
+ },
151
+ {
152
+ "action": "shell",
153
+ "resource": "head *",
154
+ "effect": "allow"
155
+ },
156
+ {
157
+ "action": "shell",
158
+ "resource": "tail",
159
+ "effect": "allow"
160
+ },
161
+ {
162
+ "action": "shell",
163
+ "resource": "tail *",
164
+ "effect": "allow"
165
+ },
166
+ {
167
+ "action": "shell",
168
+ "resource": "wc",
169
+ "effect": "allow"
170
+ },
171
+ {
172
+ "action": "shell",
173
+ "resource": "wc *",
174
+ "effect": "allow"
175
+ },
176
+ {
177
+ "action": "shell",
178
+ "resource": "sort",
179
+ "effect": "allow"
180
+ },
181
+ {
182
+ "action": "shell",
183
+ "resource": "sort *",
184
+ "effect": "allow"
185
+ },
186
+ {
187
+ "action": "shell",
188
+ "resource": "uniq",
189
+ "effect": "allow"
190
+ },
191
+ {
192
+ "action": "shell",
193
+ "resource": "uniq *",
194
+ "effect": "allow"
195
+ },
196
+ {
197
+ "action": "shell",
198
+ "resource": "printf",
199
+ "effect": "allow"
200
+ },
201
+ {
202
+ "action": "shell",
203
+ "resource": "printf *",
204
+ "effect": "allow"
205
+ },
206
+ {
207
+ "action": "shell",
208
+ "resource": "echo",
209
+ "effect": "allow"
210
+ },
211
+ {
212
+ "action": "shell",
213
+ "resource": "echo *",
214
+ "effect": "allow"
215
+ },
216
+ {
217
+ "action": "shell",
218
+ "resource": "grep",
219
+ "effect": "allow"
220
+ },
221
+ {
222
+ "action": "shell",
223
+ "resource": "grep *",
224
+ "effect": "allow"
225
+ },
226
+ {
227
+ "action": "shell",
228
+ "resource": "rg",
229
+ "effect": "allow"
230
+ },
231
+ {
232
+ "action": "shell",
233
+ "resource": "rg *",
234
+ "effect": "allow"
235
+ },
236
+ {
237
+ "action": "shell",
238
+ "resource": "find",
239
+ "effect": "allow"
240
+ },
241
+ {
242
+ "action": "shell",
243
+ "resource": "find *",
244
+ "effect": "allow"
245
+ },
246
+ {
247
+ "action": "shell",
248
+ "resource": "diff",
249
+ "effect": "allow"
250
+ },
251
+ {
252
+ "action": "shell",
253
+ "resource": "diff *",
254
+ "effect": "allow"
255
+ },
256
+ {
257
+ "action": "shell",
258
+ "resource": "cmp",
259
+ "effect": "allow"
260
+ },
261
+ {
262
+ "action": "shell",
263
+ "resource": "cmp *",
264
+ "effect": "allow"
265
+ },
266
+ {
267
+ "action": "shell",
268
+ "resource": "ls",
269
+ "effect": "allow"
270
+ },
271
+ {
272
+ "action": "shell",
273
+ "resource": "ls *",
274
+ "effect": "allow"
275
+ },
276
+ {
277
+ "action": "shell",
278
+ "resource": "du",
279
+ "effect": "allow"
280
+ },
281
+ {
282
+ "action": "shell",
283
+ "resource": "du *",
284
+ "effect": "allow"
285
+ },
286
+ {
287
+ "action": "shell",
288
+ "resource": "df",
289
+ "effect": "allow"
290
+ },
291
+ {
292
+ "action": "shell",
293
+ "resource": "df *",
294
+ "effect": "allow"
295
+ },
296
+ {
297
+ "action": "shell",
298
+ "resource": "stat",
299
+ "effect": "allow"
300
+ },
301
+ {
302
+ "action": "shell",
303
+ "resource": "stat *",
304
+ "effect": "allow"
305
+ },
306
+ {
307
+ "action": "shell",
308
+ "resource": "file",
309
+ "effect": "allow"
310
+ },
311
+ {
312
+ "action": "shell",
313
+ "resource": "file *",
314
+ "effect": "allow"
315
+ },
316
+ {
317
+ "action": "shell",
318
+ "resource": "realpath",
319
+ "effect": "allow"
320
+ },
321
+ {
322
+ "action": "shell",
323
+ "resource": "realpath *",
324
+ "effect": "allow"
325
+ },
326
+ {
327
+ "action": "shell",
328
+ "resource": "basename",
329
+ "effect": "allow"
330
+ },
331
+ {
332
+ "action": "shell",
333
+ "resource": "basename *",
334
+ "effect": "allow"
335
+ },
336
+ {
337
+ "action": "shell",
338
+ "resource": "dirname",
339
+ "effect": "allow"
340
+ },
341
+ {
342
+ "action": "shell",
343
+ "resource": "dirname *",
344
+ "effect": "allow"
345
+ },
346
+ {
347
+ "action": "shell",
348
+ "resource": "shasum",
349
+ "effect": "allow"
350
+ },
351
+ {
352
+ "action": "shell",
353
+ "resource": "shasum *",
354
+ "effect": "allow"
355
+ },
356
+ {
357
+ "action": "shell",
358
+ "resource": "sha256sum",
359
+ "effect": "allow"
360
+ },
361
+ {
362
+ "action": "shell",
363
+ "resource": "sha256sum *",
364
+ "effect": "allow"
365
+ },
366
+ {
367
+ "action": "shell",
368
+ "resource": "md5sum",
369
+ "effect": "allow"
370
+ },
371
+ {
372
+ "action": "shell",
373
+ "resource": "md5sum *",
374
+ "effect": "allow"
375
+ },
376
+ {
377
+ "action": "shell",
378
+ "resource": "uname",
379
+ "effect": "allow"
380
+ },
381
+ {
382
+ "action": "shell",
383
+ "resource": "uname *",
384
+ "effect": "allow"
385
+ },
386
+ {
387
+ "action": "shell",
388
+ "resource": "whoami",
389
+ "effect": "allow"
390
+ },
391
+ {
392
+ "action": "shell",
393
+ "resource": "whoami *",
394
+ "effect": "allow"
395
+ },
396
+ {
397
+ "action": "shell",
398
+ "resource": "hostname",
399
+ "effect": "allow"
400
+ },
401
+ {
402
+ "action": "shell",
403
+ "resource": "hostname *",
404
+ "effect": "allow"
405
+ },
406
+ {
407
+ "action": "shell",
408
+ "resource": "date",
409
+ "effect": "allow"
410
+ },
411
+ {
412
+ "action": "shell",
413
+ "resource": "date *",
414
+ "effect": "allow"
415
+ },
416
+ {
417
+ "action": "shell",
418
+ "resource": "printenv",
419
+ "effect": "allow"
420
+ },
421
+ {
422
+ "action": "shell",
423
+ "resource": "printenv *",
424
+ "effect": "allow"
425
+ },
426
+ {
427
+ "action": "shell",
428
+ "resource": "which",
429
+ "effect": "allow"
430
+ },
431
+ {
432
+ "action": "shell",
433
+ "resource": "which *",
434
+ "effect": "allow"
435
+ },
436
+ {
437
+ "action": "shell",
438
+ "resource": "command -v",
439
+ "effect": "allow"
440
+ },
441
+ {
442
+ "action": "shell",
443
+ "resource": "command -v *",
444
+ "effect": "allow"
445
+ },
446
+ {
447
+ "action": "shell",
448
+ "resource": "mktemp",
449
+ "effect": "allow"
450
+ },
451
+ {
452
+ "action": "shell",
453
+ "resource": "mktemp *",
454
+ "effect": "allow"
455
+ },
456
+ {
457
+ "action": "shell",
458
+ "resource": "tr",
459
+ "effect": "allow"
460
+ },
461
+ {
462
+ "action": "shell",
463
+ "resource": "tr *",
464
+ "effect": "allow"
465
+ },
466
+ {
467
+ "action": "shell",
468
+ "resource": "cut",
469
+ "effect": "allow"
470
+ },
471
+ {
472
+ "action": "shell",
473
+ "resource": "cut *",
474
+ "effect": "allow"
475
+ },
476
+ {
477
+ "action": "shell",
478
+ "resource": "paste",
479
+ "effect": "allow"
480
+ },
481
+ {
482
+ "action": "shell",
483
+ "resource": "paste *",
484
+ "effect": "allow"
485
+ },
486
+ {
487
+ "action": "shell",
488
+ "resource": "column",
489
+ "effect": "allow"
490
+ },
491
+ {
492
+ "action": "shell",
493
+ "resource": "column *",
494
+ "effect": "allow"
495
+ },
496
+ {
497
+ "action": "shell",
498
+ "resource": "node --version",
499
+ "effect": "allow"
500
+ },
501
+ {
502
+ "action": "shell",
503
+ "resource": "node --version *",
504
+ "effect": "allow"
505
+ },
506
+ {
507
+ "action": "shell",
508
+ "resource": "python3 --version",
509
+ "effect": "allow"
510
+ },
511
+ {
512
+ "action": "shell",
513
+ "resource": "python3 --version *",
514
+ "effect": "allow"
515
+ },
516
+ {
517
+ "action": "shell",
518
+ "resource": "python --version",
519
+ "effect": "allow"
520
+ },
521
+ {
522
+ "action": "shell",
523
+ "resource": "python --version *",
524
+ "effect": "allow"
525
+ },
526
+ {
527
+ "action": "shell",
528
+ "resource": "deno --version",
529
+ "effect": "allow"
530
+ },
531
+ {
532
+ "action": "shell",
533
+ "resource": "deno --version *",
534
+ "effect": "allow"
535
+ },
536
+ {
537
+ "action": "shell",
538
+ "resource": "bun test",
539
+ "effect": "allow"
540
+ },
541
+ {
542
+ "action": "shell",
543
+ "resource": "bun test *",
544
+ "effect": "allow"
545
+ },
546
+ {
547
+ "action": "shell",
548
+ "resource": "bun run test",
549
+ "effect": "allow"
550
+ },
551
+ {
552
+ "action": "shell",
553
+ "resource": "bun run test *",
554
+ "effect": "allow"
555
+ },
556
+ {
557
+ "action": "shell",
558
+ "resource": "bun --version",
559
+ "effect": "allow"
560
+ },
561
+ {
562
+ "action": "shell",
563
+ "resource": "bun --version *",
564
+ "effect": "allow"
565
+ },
566
+ {
567
+ "action": "shell",
568
+ "resource": "bun run typecheck",
569
+ "effect": "allow"
570
+ },
571
+ {
572
+ "action": "shell",
573
+ "resource": "bun run typecheck *",
574
+ "effect": "allow"
575
+ },
576
+ {
577
+ "action": "shell",
578
+ "resource": "bun run lint",
579
+ "effect": "allow"
580
+ },
581
+ {
582
+ "action": "shell",
583
+ "resource": "bun run lint *",
584
+ "effect": "allow"
585
+ },
586
+ {
587
+ "action": "shell",
588
+ "resource": "bun run build",
589
+ "effect": "allow"
590
+ },
591
+ {
592
+ "action": "shell",
593
+ "resource": "bun run build *",
594
+ "effect": "allow"
595
+ },
596
+ {
597
+ "action": "shell",
598
+ "resource": "bun run check",
599
+ "effect": "allow"
600
+ },
601
+ {
602
+ "action": "shell",
603
+ "resource": "bun run check *",
604
+ "effect": "allow"
605
+ },
606
+ {
607
+ "action": "shell",
608
+ "resource": "tsc --noEmit",
609
+ "effect": "allow"
610
+ },
611
+ {
612
+ "action": "shell",
613
+ "resource": "tsc --noEmit *",
614
+ "effect": "allow"
615
+ },
616
+ {
617
+ "action": "shell",
618
+ "resource": "npx tsc --noEmit",
619
+ "effect": "allow"
620
+ },
621
+ {
622
+ "action": "shell",
623
+ "resource": "npx tsc --noEmit *",
624
+ "effect": "allow"
625
+ },
626
+ {
627
+ "action": "shell",
628
+ "resource": "eslint",
629
+ "effect": "allow"
630
+ },
631
+ {
632
+ "action": "shell",
633
+ "resource": "eslint *",
634
+ "effect": "allow"
635
+ },
636
+ {
637
+ "action": "shell",
638
+ "resource": "biome check",
639
+ "effect": "allow"
640
+ },
641
+ {
642
+ "action": "shell",
643
+ "resource": "biome check *",
644
+ "effect": "allow"
645
+ },
646
+ {
647
+ "action": "shell",
648
+ "resource": "prettier --check",
649
+ "effect": "allow"
650
+ },
651
+ {
652
+ "action": "shell",
653
+ "resource": "prettier --check *",
654
+ "effect": "allow"
655
+ },
656
+ {
657
+ "action": "shell",
658
+ "resource": "npm test",
659
+ "effect": "allow"
660
+ },
661
+ {
662
+ "action": "shell",
663
+ "resource": "npm test *",
664
+ "effect": "allow"
665
+ },
666
+ {
667
+ "action": "shell",
668
+ "resource": "npm run test",
669
+ "effect": "allow"
670
+ },
671
+ {
672
+ "action": "shell",
673
+ "resource": "npm run test *",
674
+ "effect": "allow"
675
+ },
676
+ {
677
+ "action": "shell",
678
+ "resource": "npm run typecheck",
679
+ "effect": "allow"
680
+ },
681
+ {
682
+ "action": "shell",
683
+ "resource": "npm run typecheck *",
684
+ "effect": "allow"
685
+ },
686
+ {
687
+ "action": "shell",
688
+ "resource": "npm run lint",
689
+ "effect": "allow"
690
+ },
691
+ {
692
+ "action": "shell",
693
+ "resource": "npm run lint *",
694
+ "effect": "allow"
695
+ },
696
+ {
697
+ "action": "shell",
698
+ "resource": "npm run build",
699
+ "effect": "allow"
700
+ },
701
+ {
702
+ "action": "shell",
703
+ "resource": "npm run build *",
704
+ "effect": "allow"
705
+ },
706
+ {
707
+ "action": "shell",
708
+ "resource": "pnpm test",
709
+ "effect": "allow"
710
+ },
711
+ {
712
+ "action": "shell",
713
+ "resource": "pnpm test *",
714
+ "effect": "allow"
715
+ },
716
+ {
717
+ "action": "shell",
718
+ "resource": "pnpm run test",
719
+ "effect": "allow"
720
+ },
721
+ {
722
+ "action": "shell",
723
+ "resource": "pnpm run test *",
724
+ "effect": "allow"
725
+ },
726
+ {
727
+ "action": "shell",
728
+ "resource": "pnpm run build",
729
+ "effect": "allow"
730
+ },
731
+ {
732
+ "action": "shell",
733
+ "resource": "pnpm run build *",
734
+ "effect": "allow"
735
+ },
736
+ {
737
+ "action": "shell",
738
+ "resource": "yarn test",
739
+ "effect": "allow"
740
+ },
741
+ {
742
+ "action": "shell",
743
+ "resource": "yarn test *",
744
+ "effect": "allow"
745
+ },
746
+ {
747
+ "action": "shell",
748
+ "resource": "yarn build",
749
+ "effect": "allow"
750
+ },
751
+ {
752
+ "action": "shell",
753
+ "resource": "yarn build *",
754
+ "effect": "allow"
755
+ },
756
+ {
757
+ "action": "shell",
758
+ "resource": "vitest run",
759
+ "effect": "allow"
760
+ },
761
+ {
762
+ "action": "shell",
763
+ "resource": "vitest run *",
764
+ "effect": "allow"
765
+ },
766
+ {
767
+ "action": "shell",
768
+ "resource": "jest",
769
+ "effect": "allow"
770
+ },
771
+ {
772
+ "action": "shell",
773
+ "resource": "jest *",
774
+ "effect": "allow"
775
+ },
776
+ {
777
+ "action": "shell",
778
+ "resource": "playwright test",
779
+ "effect": "allow"
780
+ },
781
+ {
782
+ "action": "shell",
783
+ "resource": "playwright test *",
784
+ "effect": "allow"
785
+ },
786
+ {
787
+ "action": "shell",
788
+ "resource": "cargo check",
789
+ "effect": "allow"
790
+ },
791
+ {
792
+ "action": "shell",
793
+ "resource": "cargo check *",
794
+ "effect": "allow"
795
+ },
796
+ {
797
+ "action": "shell",
798
+ "resource": "cargo test",
799
+ "effect": "allow"
800
+ },
801
+ {
802
+ "action": "shell",
803
+ "resource": "cargo test *",
804
+ "effect": "allow"
805
+ },
806
+ {
807
+ "action": "shell",
808
+ "resource": "cargo build",
809
+ "effect": "allow"
810
+ },
811
+ {
812
+ "action": "shell",
813
+ "resource": "cargo build *",
814
+ "effect": "allow"
815
+ },
816
+ {
817
+ "action": "shell",
818
+ "resource": "cargo clippy",
819
+ "effect": "allow"
820
+ },
821
+ {
822
+ "action": "shell",
823
+ "resource": "cargo clippy *",
824
+ "effect": "allow"
825
+ },
826
+ {
827
+ "action": "shell",
828
+ "resource": "cargo fmt --check",
829
+ "effect": "allow"
830
+ },
831
+ {
832
+ "action": "shell",
833
+ "resource": "cargo fmt --check *",
834
+ "effect": "allow"
835
+ },
836
+ {
837
+ "action": "shell",
838
+ "resource": "cargo --version",
839
+ "effect": "allow"
840
+ },
841
+ {
842
+ "action": "shell",
843
+ "resource": "cargo --version *",
844
+ "effect": "allow"
845
+ },
846
+ {
847
+ "action": "shell",
848
+ "resource": "go build ./...",
849
+ "effect": "allow"
850
+ },
851
+ {
852
+ "action": "shell",
853
+ "resource": "go build ./... *",
854
+ "effect": "allow"
855
+ },
856
+ {
857
+ "action": "shell",
858
+ "resource": "go test ./...",
859
+ "effect": "allow"
860
+ },
861
+ {
862
+ "action": "shell",
863
+ "resource": "go test ./... *",
864
+ "effect": "allow"
865
+ },
866
+ {
867
+ "action": "shell",
868
+ "resource": "go vet ./...",
869
+ "effect": "allow"
870
+ },
871
+ {
872
+ "action": "shell",
873
+ "resource": "go vet ./... *",
874
+ "effect": "allow"
875
+ },
876
+ {
877
+ "action": "shell",
878
+ "resource": "go version",
879
+ "effect": "allow"
880
+ },
881
+ {
882
+ "action": "shell",
883
+ "resource": "go version *",
884
+ "effect": "allow"
885
+ },
886
+ {
887
+ "action": "shell",
888
+ "resource": "pytest",
889
+ "effect": "allow"
890
+ },
891
+ {
892
+ "action": "shell",
893
+ "resource": "pytest *",
894
+ "effect": "allow"
895
+ },
896
+ {
897
+ "action": "shell",
898
+ "resource": "python3 -m pytest",
899
+ "effect": "allow"
900
+ },
901
+ {
902
+ "action": "shell",
903
+ "resource": "python3 -m pytest *",
904
+ "effect": "allow"
905
+ },
906
+ {
907
+ "action": "shell",
908
+ "resource": "python -m pytest",
909
+ "effect": "allow"
910
+ },
911
+ {
912
+ "action": "shell",
913
+ "resource": "python -m pytest *",
914
+ "effect": "allow"
915
+ },
916
+ {
917
+ "action": "shell",
918
+ "resource": "ruff check",
919
+ "effect": "allow"
920
+ },
921
+ {
922
+ "action": "shell",
923
+ "resource": "ruff check *",
924
+ "effect": "allow"
925
+ },
926
+ {
927
+ "action": "shell",
928
+ "resource": "mypy",
929
+ "effect": "allow"
930
+ },
931
+ {
932
+ "action": "shell",
933
+ "resource": "mypy *",
934
+ "effect": "allow"
935
+ },
936
+ {
937
+ "action": "shell",
938
+ "resource": "pyright",
939
+ "effect": "allow"
940
+ },
941
+ {
942
+ "action": "shell",
943
+ "resource": "pyright *",
944
+ "effect": "allow"
945
+ },
946
+ {
947
+ "action": "shell",
948
+ "resource": "mvn test",
949
+ "effect": "allow"
950
+ },
951
+ {
952
+ "action": "shell",
953
+ "resource": "mvn test *",
954
+ "effect": "allow"
955
+ },
956
+ {
957
+ "action": "shell",
958
+ "resource": "mvn verify",
959
+ "effect": "allow"
960
+ },
961
+ {
962
+ "action": "shell",
963
+ "resource": "mvn verify *",
964
+ "effect": "allow"
965
+ },
966
+ {
967
+ "action": "shell",
968
+ "resource": "gradle test",
969
+ "effect": "allow"
970
+ },
971
+ {
972
+ "action": "shell",
973
+ "resource": "gradle test *",
974
+ "effect": "allow"
975
+ },
976
+ {
977
+ "action": "shell",
978
+ "resource": "gradle check",
979
+ "effect": "allow"
980
+ },
981
+ {
982
+ "action": "shell",
983
+ "resource": "gradle check *",
984
+ "effect": "allow"
985
+ },
986
+ {
987
+ "action": "shell",
988
+ "resource": "./gradlew test",
989
+ "effect": "allow"
990
+ },
991
+ {
992
+ "action": "shell",
993
+ "resource": "./gradlew test *",
994
+ "effect": "allow"
995
+ },
996
+ {
997
+ "action": "shell",
998
+ "resource": "./gradlew check",
999
+ "effect": "allow"
1000
+ },
1001
+ {
1002
+ "action": "shell",
1003
+ "resource": "./gradlew check *",
1004
+ "effect": "allow"
1005
+ },
1006
+ {
1007
+ "action": "shell",
1008
+ "resource": "make test",
1009
+ "effect": "allow"
1010
+ },
1011
+ {
1012
+ "action": "shell",
1013
+ "resource": "make test *",
1014
+ "effect": "allow"
1015
+ },
1016
+ {
1017
+ "action": "shell",
1018
+ "resource": "make check",
1019
+ "effect": "allow"
1020
+ },
1021
+ {
1022
+ "action": "shell",
1023
+ "resource": "make check *",
1024
+ "effect": "allow"
1025
+ },
1026
+ {
1027
+ "action": "shell",
1028
+ "resource": "make build",
1029
+ "effect": "allow"
1030
+ },
1031
+ {
1032
+ "action": "shell",
1033
+ "resource": "make build *",
1034
+ "effect": "allow"
1035
+ },
1036
+ {
1037
+ "action": "shell",
1038
+ "resource": "make --version",
1039
+ "effect": "allow"
1040
+ },
1041
+ {
1042
+ "action": "shell",
1043
+ "resource": "make --version *",
1044
+ "effect": "allow"
1045
+ },
1046
+ {
1047
+ "action": "shell",
1048
+ "resource": "just --list",
1049
+ "effect": "allow"
1050
+ },
1051
+ {
1052
+ "action": "shell",
1053
+ "resource": "just --list *",
1054
+ "effect": "allow"
1055
+ },
1056
+ {
1057
+ "action": "shell",
1058
+ "resource": "git status",
1059
+ "effect": "allow"
1060
+ },
1061
+ {
1062
+ "action": "shell",
1063
+ "resource": "git status *",
1064
+ "effect": "allow"
1065
+ },
1066
+ {
1067
+ "action": "shell",
1068
+ "resource": "git status --short",
1069
+ "effect": "allow"
1070
+ },
1071
+ {
1072
+ "action": "shell",
1073
+ "resource": "git status --short *",
1074
+ "effect": "allow"
1075
+ },
1076
+ {
1077
+ "action": "shell",
1078
+ "resource": "git status --short --branch",
1079
+ "effect": "allow"
1080
+ },
1081
+ {
1082
+ "action": "shell",
1083
+ "resource": "git status --short --branch *",
1084
+ "effect": "allow"
1085
+ },
1086
+ {
1087
+ "action": "shell",
1088
+ "resource": "git status --porcelain",
1089
+ "effect": "allow"
1090
+ },
1091
+ {
1092
+ "action": "shell",
1093
+ "resource": "git status --porcelain *",
1094
+ "effect": "allow"
1095
+ },
1096
+ {
1097
+ "action": "shell",
1098
+ "resource": "git status --porcelain=v1 --branch",
1099
+ "effect": "allow"
1100
+ },
1101
+ {
1102
+ "action": "shell",
1103
+ "resource": "git status --porcelain=v1 --branch *",
1104
+ "effect": "allow"
1105
+ },
1106
+ {
1107
+ "action": "shell",
1108
+ "resource": "git diff",
1109
+ "effect": "allow"
1110
+ },
1111
+ {
1112
+ "action": "shell",
1113
+ "resource": "git diff *",
1114
+ "effect": "allow"
1115
+ },
1116
+ {
1117
+ "action": "shell",
1118
+ "resource": "git diff --stat",
1119
+ "effect": "allow"
1120
+ },
1121
+ {
1122
+ "action": "shell",
1123
+ "resource": "git diff --stat *",
1124
+ "effect": "allow"
1125
+ },
1126
+ {
1127
+ "action": "shell",
1128
+ "resource": "git diff --cached",
1129
+ "effect": "allow"
1130
+ },
1131
+ {
1132
+ "action": "shell",
1133
+ "resource": "git diff --cached *",
1134
+ "effect": "allow"
1135
+ },
1136
+ {
1137
+ "action": "shell",
1138
+ "resource": "git diff --check",
1139
+ "effect": "allow"
1140
+ },
1141
+ {
1142
+ "action": "shell",
1143
+ "resource": "git diff --check *",
1144
+ "effect": "allow"
1145
+ },
1146
+ {
1147
+ "action": "shell",
1148
+ "resource": "git log",
1149
+ "effect": "allow"
1150
+ },
1151
+ {
1152
+ "action": "shell",
1153
+ "resource": "git log *",
1154
+ "effect": "allow"
1155
+ },
1156
+ {
1157
+ "action": "shell",
1158
+ "resource": "git show",
1159
+ "effect": "allow"
1160
+ },
1161
+ {
1162
+ "action": "shell",
1163
+ "resource": "git show *",
1164
+ "effect": "allow"
1165
+ },
1166
+ {
1167
+ "action": "shell",
1168
+ "resource": "git rev-parse",
1169
+ "effect": "allow"
1170
+ },
1171
+ {
1172
+ "action": "shell",
1173
+ "resource": "git rev-parse *",
1174
+ "effect": "allow"
1175
+ },
1176
+ {
1177
+ "action": "shell",
1178
+ "resource": "git rev-list",
1179
+ "effect": "allow"
1180
+ },
1181
+ {
1182
+ "action": "shell",
1183
+ "resource": "git rev-list *",
1184
+ "effect": "allow"
1185
+ },
1186
+ {
1187
+ "action": "shell",
1188
+ "resource": "git show-ref",
1189
+ "effect": "allow"
1190
+ },
1191
+ {
1192
+ "action": "shell",
1193
+ "resource": "git show-ref *",
1194
+ "effect": "allow"
1195
+ },
1196
+ {
1197
+ "action": "shell",
1198
+ "resource": "git cat-file",
1199
+ "effect": "allow"
1200
+ },
1201
+ {
1202
+ "action": "shell",
1203
+ "resource": "git cat-file *",
1204
+ "effect": "allow"
1205
+ },
1206
+ {
1207
+ "action": "shell",
1208
+ "resource": "git symbolic-ref HEAD",
1209
+ "effect": "allow"
1210
+ },
1211
+ {
1212
+ "action": "shell",
1213
+ "resource": "git symbolic-ref HEAD *",
1214
+ "effect": "allow"
1215
+ },
1216
+ {
1217
+ "action": "shell",
1218
+ "resource": "git symbolic-ref --short HEAD",
1219
+ "effect": "allow"
1220
+ },
1221
+ {
1222
+ "action": "shell",
1223
+ "resource": "git symbolic-ref --short HEAD *",
1224
+ "effect": "allow"
1225
+ },
1226
+ {
1227
+ "action": "shell",
1228
+ "resource": "git ls-files",
1229
+ "effect": "allow"
1230
+ },
1231
+ {
1232
+ "action": "shell",
1233
+ "resource": "git ls-files *",
1234
+ "effect": "allow"
1235
+ },
1236
+ {
1237
+ "action": "shell",
1238
+ "resource": "git ls-remote",
1239
+ "effect": "allow"
1240
+ },
1241
+ {
1242
+ "action": "shell",
1243
+ "resource": "git ls-remote *",
1244
+ "effect": "allow"
1245
+ },
1246
+ {
1247
+ "action": "shell",
1248
+ "resource": "git grep",
1249
+ "effect": "allow"
1250
+ },
1251
+ {
1252
+ "action": "shell",
1253
+ "resource": "git grep *",
1254
+ "effect": "allow"
1255
+ },
1256
+ {
1257
+ "action": "shell",
1258
+ "resource": "git branch",
1259
+ "effect": "allow"
1260
+ },
1261
+ {
1262
+ "action": "shell",
1263
+ "resource": "git branch *",
1264
+ "effect": "allow"
1265
+ },
1266
+ {
1267
+ "action": "shell",
1268
+ "resource": "git tag",
1269
+ "effect": "allow"
1270
+ },
1271
+ {
1272
+ "action": "shell",
1273
+ "resource": "git tag *",
1274
+ "effect": "allow"
1275
+ },
1276
+ {
1277
+ "action": "shell",
1278
+ "resource": "git remote",
1279
+ "effect": "allow"
1280
+ },
1281
+ {
1282
+ "action": "shell",
1283
+ "resource": "git remote *",
1284
+ "effect": "allow"
1285
+ },
1286
+ {
1287
+ "action": "shell",
1288
+ "resource": "git reflog",
1289
+ "effect": "allow"
1290
+ },
1291
+ {
1292
+ "action": "shell",
1293
+ "resource": "git reflog *",
1294
+ "effect": "allow"
1295
+ },
1296
+ {
1297
+ "action": "shell",
1298
+ "resource": "git branch --list",
1299
+ "effect": "allow"
1300
+ },
1301
+ {
1302
+ "action": "shell",
1303
+ "resource": "git branch --list *",
1304
+ "effect": "allow"
1305
+ },
1306
+ {
1307
+ "action": "shell",
1308
+ "resource": "git branch -l",
1309
+ "effect": "allow"
1310
+ },
1311
+ {
1312
+ "action": "shell",
1313
+ "resource": "git branch -l *",
1314
+ "effect": "allow"
1315
+ },
1316
+ {
1317
+ "action": "shell",
1318
+ "resource": "git branch -a",
1319
+ "effect": "allow"
1320
+ },
1321
+ {
1322
+ "action": "shell",
1323
+ "resource": "git branch -a *",
1324
+ "effect": "allow"
1325
+ },
1326
+ {
1327
+ "action": "shell",
1328
+ "resource": "git branch -r",
1329
+ "effect": "allow"
1330
+ },
1331
+ {
1332
+ "action": "shell",
1333
+ "resource": "git branch -r *",
1334
+ "effect": "allow"
1335
+ },
1336
+ {
1337
+ "action": "shell",
1338
+ "resource": "git branch -v",
1339
+ "effect": "allow"
1340
+ },
1341
+ {
1342
+ "action": "shell",
1343
+ "resource": "git branch -v *",
1344
+ "effect": "allow"
1345
+ },
1346
+ {
1347
+ "action": "shell",
1348
+ "resource": "git branch -vv",
1349
+ "effect": "allow"
1350
+ },
1351
+ {
1352
+ "action": "shell",
1353
+ "resource": "git branch -vv *",
1354
+ "effect": "allow"
1355
+ },
1356
+ {
1357
+ "action": "shell",
1358
+ "resource": "git branch --all",
1359
+ "effect": "allow"
1360
+ },
1361
+ {
1362
+ "action": "shell",
1363
+ "resource": "git branch --all *",
1364
+ "effect": "allow"
1365
+ },
1366
+ {
1367
+ "action": "shell",
1368
+ "resource": "git branch --remotes",
1369
+ "effect": "allow"
1370
+ },
1371
+ {
1372
+ "action": "shell",
1373
+ "resource": "git branch --remotes *",
1374
+ "effect": "allow"
1375
+ },
1376
+ {
1377
+ "action": "shell",
1378
+ "resource": "git branch --show-current",
1379
+ "effect": "allow"
1380
+ },
1381
+ {
1382
+ "action": "shell",
1383
+ "resource": "git branch --show-current *",
1384
+ "effect": "allow"
1385
+ },
1386
+ {
1387
+ "action": "shell",
1388
+ "resource": "git branch --contains",
1389
+ "effect": "allow"
1390
+ },
1391
+ {
1392
+ "action": "shell",
1393
+ "resource": "git branch --contains *",
1394
+ "effect": "allow"
1395
+ },
1396
+ {
1397
+ "action": "shell",
1398
+ "resource": "git tag --list",
1399
+ "effect": "allow"
1400
+ },
1401
+ {
1402
+ "action": "shell",
1403
+ "resource": "git tag --list *",
1404
+ "effect": "allow"
1405
+ },
1406
+ {
1407
+ "action": "shell",
1408
+ "resource": "git tag -l",
1409
+ "effect": "allow"
1410
+ },
1411
+ {
1412
+ "action": "shell",
1413
+ "resource": "git tag -l *",
1414
+ "effect": "allow"
1415
+ },
1416
+ {
1417
+ "action": "shell",
1418
+ "resource": "git tag -n",
1419
+ "effect": "allow"
1420
+ },
1421
+ {
1422
+ "action": "shell",
1423
+ "resource": "git tag -n *",
1424
+ "effect": "allow"
1425
+ },
1426
+ {
1427
+ "action": "shell",
1428
+ "resource": "git remote -v",
1429
+ "effect": "allow"
1430
+ },
1431
+ {
1432
+ "action": "shell",
1433
+ "resource": "git remote -v *",
1434
+ "effect": "allow"
1435
+ },
1436
+ {
1437
+ "action": "shell",
1438
+ "resource": "git remote --verbose",
1439
+ "effect": "allow"
1440
+ },
1441
+ {
1442
+ "action": "shell",
1443
+ "resource": "git remote --verbose *",
1444
+ "effect": "allow"
1445
+ },
1446
+ {
1447
+ "action": "shell",
1448
+ "resource": "git remote show",
1449
+ "effect": "allow"
1450
+ },
1451
+ {
1452
+ "action": "shell",
1453
+ "resource": "git remote show *",
1454
+ "effect": "allow"
1455
+ },
1456
+ {
1457
+ "action": "shell",
1458
+ "resource": "git remote get-url",
1459
+ "effect": "allow"
1460
+ },
1461
+ {
1462
+ "action": "shell",
1463
+ "resource": "git remote get-url *",
1464
+ "effect": "allow"
1465
+ },
1466
+ {
1467
+ "action": "shell",
1468
+ "resource": "git reflog show",
1469
+ "effect": "allow"
1470
+ },
1471
+ {
1472
+ "action": "shell",
1473
+ "resource": "git reflog show *",
1474
+ "effect": "allow"
1475
+ },
1476
+ {
1477
+ "action": "shell",
1478
+ "resource": "git stash list",
1479
+ "effect": "allow"
1480
+ },
1481
+ {
1482
+ "action": "shell",
1483
+ "resource": "git stash list *",
1484
+ "effect": "allow"
1485
+ },
1486
+ {
1487
+ "action": "shell",
1488
+ "resource": "git describe",
1489
+ "effect": "allow"
1490
+ },
1491
+ {
1492
+ "action": "shell",
1493
+ "resource": "git describe *",
1494
+ "effect": "allow"
1495
+ },
1496
+ {
1497
+ "action": "shell",
1498
+ "resource": "git worktree list",
1499
+ "effect": "allow"
1500
+ },
1501
+ {
1502
+ "action": "shell",
1503
+ "resource": "git worktree list *",
1504
+ "effect": "allow"
1505
+ },
1506
+ {
1507
+ "action": "shell",
1508
+ "resource": "git config --get",
1509
+ "effect": "allow"
1510
+ },
1511
+ {
1512
+ "action": "shell",
1513
+ "resource": "git config --get *",
1514
+ "effect": "allow"
1515
+ },
1516
+ {
1517
+ "action": "shell",
1518
+ "resource": "git config --get-regexp",
1519
+ "effect": "allow"
1520
+ },
1521
+ {
1522
+ "action": "shell",
1523
+ "resource": "git config --get-regexp *",
1524
+ "effect": "allow"
1525
+ },
1526
+ {
1527
+ "action": "shell",
1528
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status",
1529
+ "effect": "allow"
1530
+ },
1531
+ {
1532
+ "action": "shell",
1533
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status *",
1534
+ "effect": "allow"
1535
+ },
1536
+ {
1537
+ "action": "shell",
1538
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short",
1539
+ "effect": "allow"
1540
+ },
1541
+ {
1542
+ "action": "shell",
1543
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short *",
1544
+ "effect": "allow"
1545
+ },
1546
+ {
1547
+ "action": "shell",
1548
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short --branch",
1549
+ "effect": "allow"
1550
+ },
1551
+ {
1552
+ "action": "shell",
1553
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --short --branch *",
1554
+ "effect": "allow"
1555
+ },
1556
+ {
1557
+ "action": "shell",
1558
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain",
1559
+ "effect": "allow"
1560
+ },
1561
+ {
1562
+ "action": "shell",
1563
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain *",
1564
+ "effect": "allow"
1565
+ },
1566
+ {
1567
+ "action": "shell",
1568
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain=v1 --branch",
1569
+ "effect": "allow"
1570
+ },
1571
+ {
1572
+ "action": "shell",
1573
+ "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain=v1 --branch *",
1574
+ "effect": "allow"
1575
+ },
1576
+ {
1577
+ "action": "shell",
1578
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff",
1579
+ "effect": "allow"
1580
+ },
1581
+ {
1582
+ "action": "shell",
1583
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff *",
1584
+ "effect": "allow"
1585
+ },
1586
+ {
1587
+ "action": "shell",
1588
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --stat",
1589
+ "effect": "allow"
1590
+ },
1591
+ {
1592
+ "action": "shell",
1593
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --stat *",
1594
+ "effect": "allow"
1595
+ },
1596
+ {
1597
+ "action": "shell",
1598
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --cached",
1599
+ "effect": "allow"
1600
+ },
1601
+ {
1602
+ "action": "shell",
1603
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --cached *",
1604
+ "effect": "allow"
1605
+ },
1606
+ {
1607
+ "action": "shell",
1608
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --check",
1609
+ "effect": "allow"
1610
+ },
1611
+ {
1612
+ "action": "shell",
1613
+ "resource": "GIT_OPTIONAL_LOCKS=0 git diff --check *",
1614
+ "effect": "allow"
1615
+ },
1616
+ {
1617
+ "action": "shell",
1618
+ "resource": "GIT_OPTIONAL_LOCKS=0 git log",
1619
+ "effect": "allow"
1620
+ },
1621
+ {
1622
+ "action": "shell",
1623
+ "resource": "GIT_OPTIONAL_LOCKS=0 git log *",
1624
+ "effect": "allow"
1625
+ },
1626
+ {
1627
+ "action": "shell",
1628
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show",
1629
+ "effect": "allow"
1630
+ },
1631
+ {
1632
+ "action": "shell",
1633
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show *",
1634
+ "effect": "allow"
1635
+ },
1636
+ {
1637
+ "action": "shell",
1638
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse",
1639
+ "effect": "allow"
1640
+ },
1641
+ {
1642
+ "action": "shell",
1643
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse *",
1644
+ "effect": "allow"
1645
+ },
1646
+ {
1647
+ "action": "shell",
1648
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-list",
1649
+ "effect": "allow"
1650
+ },
1651
+ {
1652
+ "action": "shell",
1653
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rev-list *",
1654
+ "effect": "allow"
1655
+ },
1656
+ {
1657
+ "action": "shell",
1658
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show-ref",
1659
+ "effect": "allow"
1660
+ },
1661
+ {
1662
+ "action": "shell",
1663
+ "resource": "GIT_OPTIONAL_LOCKS=0 git show-ref *",
1664
+ "effect": "allow"
1665
+ },
1666
+ {
1667
+ "action": "shell",
1668
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cat-file",
1669
+ "effect": "allow"
1670
+ },
1671
+ {
1672
+ "action": "shell",
1673
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cat-file *",
1674
+ "effect": "allow"
1675
+ },
1676
+ {
1677
+ "action": "shell",
1678
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref HEAD",
1679
+ "effect": "allow"
1680
+ },
1681
+ {
1682
+ "action": "shell",
1683
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref HEAD *",
1684
+ "effect": "allow"
1685
+ },
1686
+ {
1687
+ "action": "shell",
1688
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD",
1689
+ "effect": "allow"
1690
+ },
1691
+ {
1692
+ "action": "shell",
1693
+ "resource": "GIT_OPTIONAL_LOCKS=0 git symbolic-ref --short HEAD *",
1694
+ "effect": "allow"
1695
+ },
1696
+ {
1697
+ "action": "shell",
1698
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-files",
1699
+ "effect": "allow"
1700
+ },
1701
+ {
1702
+ "action": "shell",
1703
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-files *",
1704
+ "effect": "allow"
1705
+ },
1706
+ {
1707
+ "action": "shell",
1708
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-remote",
1709
+ "effect": "allow"
1710
+ },
1711
+ {
1712
+ "action": "shell",
1713
+ "resource": "GIT_OPTIONAL_LOCKS=0 git ls-remote *",
1714
+ "effect": "allow"
1715
+ },
1716
+ {
1717
+ "action": "shell",
1718
+ "resource": "GIT_OPTIONAL_LOCKS=0 git grep",
1719
+ "effect": "allow"
1720
+ },
1721
+ {
1722
+ "action": "shell",
1723
+ "resource": "GIT_OPTIONAL_LOCKS=0 git grep *",
1724
+ "effect": "allow"
1725
+ },
1726
+ {
1727
+ "action": "shell",
1728
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch",
1729
+ "effect": "allow"
1730
+ },
1731
+ {
1732
+ "action": "shell",
1733
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch *",
1734
+ "effect": "allow"
1735
+ },
1736
+ {
1737
+ "action": "shell",
1738
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag",
1739
+ "effect": "allow"
1740
+ },
1741
+ {
1742
+ "action": "shell",
1743
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag *",
1744
+ "effect": "allow"
1745
+ },
1746
+ {
1747
+ "action": "shell",
1748
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote",
1749
+ "effect": "allow"
1750
+ },
1751
+ {
1752
+ "action": "shell",
1753
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote *",
1754
+ "effect": "allow"
1755
+ },
1756
+ {
1757
+ "action": "shell",
1758
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog",
1759
+ "effect": "allow"
1760
+ },
1761
+ {
1762
+ "action": "shell",
1763
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog *",
1764
+ "effect": "allow"
1765
+ },
1766
+ {
1767
+ "action": "shell",
1768
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list",
1769
+ "effect": "allow"
1770
+ },
1771
+ {
1772
+ "action": "shell",
1773
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --list *",
1774
+ "effect": "allow"
1775
+ },
1776
+ {
1777
+ "action": "shell",
1778
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l",
1779
+ "effect": "allow"
1780
+ },
1781
+ {
1782
+ "action": "shell",
1783
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -l *",
1784
+ "effect": "allow"
1785
+ },
1786
+ {
1787
+ "action": "shell",
1788
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a",
1789
+ "effect": "allow"
1790
+ },
1791
+ {
1792
+ "action": "shell",
1793
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -a *",
1794
+ "effect": "allow"
1795
+ },
1796
+ {
1797
+ "action": "shell",
1798
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r",
1799
+ "effect": "allow"
1800
+ },
1801
+ {
1802
+ "action": "shell",
1803
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -r *",
1804
+ "effect": "allow"
1805
+ },
1806
+ {
1807
+ "action": "shell",
1808
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v",
1809
+ "effect": "allow"
1810
+ },
1811
+ {
1812
+ "action": "shell",
1813
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -v *",
1814
+ "effect": "allow"
1815
+ },
1816
+ {
1817
+ "action": "shell",
1818
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv",
1819
+ "effect": "allow"
1820
+ },
1821
+ {
1822
+ "action": "shell",
1823
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch -vv *",
1824
+ "effect": "allow"
1825
+ },
1826
+ {
1827
+ "action": "shell",
1828
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all",
1829
+ "effect": "allow"
1830
+ },
1831
+ {
1832
+ "action": "shell",
1833
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --all *",
1834
+ "effect": "allow"
1835
+ },
1836
+ {
1837
+ "action": "shell",
1838
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes",
1839
+ "effect": "allow"
1840
+ },
1841
+ {
1842
+ "action": "shell",
1843
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --remotes *",
1844
+ "effect": "allow"
1845
+ },
1846
+ {
1847
+ "action": "shell",
1848
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current",
1849
+ "effect": "allow"
1850
+ },
1851
+ {
1852
+ "action": "shell",
1853
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current *",
1854
+ "effect": "allow"
1855
+ },
1856
+ {
1857
+ "action": "shell",
1858
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains",
1859
+ "effect": "allow"
1860
+ },
1861
+ {
1862
+ "action": "shell",
1863
+ "resource": "GIT_OPTIONAL_LOCKS=0 git branch --contains *",
1864
+ "effect": "allow"
1865
+ },
1866
+ {
1867
+ "action": "shell",
1868
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list",
1869
+ "effect": "allow"
1870
+ },
1871
+ {
1872
+ "action": "shell",
1873
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list *",
1874
+ "effect": "allow"
1875
+ },
1876
+ {
1877
+ "action": "shell",
1878
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l",
1879
+ "effect": "allow"
1880
+ },
1881
+ {
1882
+ "action": "shell",
1883
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -l *",
1884
+ "effect": "allow"
1885
+ },
1886
+ {
1887
+ "action": "shell",
1888
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n",
1889
+ "effect": "allow"
1890
+ },
1891
+ {
1892
+ "action": "shell",
1893
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -n *",
1894
+ "effect": "allow"
1895
+ },
1896
+ {
1897
+ "action": "shell",
1898
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v",
1899
+ "effect": "allow"
1900
+ },
1901
+ {
1902
+ "action": "shell",
1903
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v *",
1904
+ "effect": "allow"
1905
+ },
1906
+ {
1907
+ "action": "shell",
1908
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose",
1909
+ "effect": "allow"
1910
+ },
1911
+ {
1912
+ "action": "shell",
1913
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote --verbose *",
1914
+ "effect": "allow"
1915
+ },
1916
+ {
1917
+ "action": "shell",
1918
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show",
1919
+ "effect": "allow"
1920
+ },
1921
+ {
1922
+ "action": "shell",
1923
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote show *",
1924
+ "effect": "allow"
1925
+ },
1926
+ {
1927
+ "action": "shell",
1928
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url",
1929
+ "effect": "allow"
1930
+ },
1931
+ {
1932
+ "action": "shell",
1933
+ "resource": "GIT_OPTIONAL_LOCKS=0 git remote get-url *",
1934
+ "effect": "allow"
1935
+ },
1936
+ {
1937
+ "action": "shell",
1938
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show",
1939
+ "effect": "allow"
1940
+ },
1941
+ {
1942
+ "action": "shell",
1943
+ "resource": "GIT_OPTIONAL_LOCKS=0 git reflog show *",
1944
+ "effect": "allow"
1945
+ },
1946
+ {
1947
+ "action": "shell",
1948
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list",
1949
+ "effect": "allow"
1950
+ },
1951
+ {
1952
+ "action": "shell",
1953
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash list *",
1954
+ "effect": "allow"
1955
+ },
1956
+ {
1957
+ "action": "shell",
1958
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe",
1959
+ "effect": "allow"
1960
+ },
1961
+ {
1962
+ "action": "shell",
1963
+ "resource": "GIT_OPTIONAL_LOCKS=0 git describe *",
1964
+ "effect": "allow"
1965
+ },
1966
+ {
1967
+ "action": "shell",
1968
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list",
1969
+ "effect": "allow"
1970
+ },
1971
+ {
1972
+ "action": "shell",
1973
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list *",
1974
+ "effect": "allow"
1975
+ },
1976
+ {
1977
+ "action": "shell",
1978
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get",
1979
+ "effect": "allow"
1980
+ },
1981
+ {
1982
+ "action": "shell",
1983
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get *",
1984
+ "effect": "allow"
1985
+ },
1986
+ {
1987
+ "action": "shell",
1988
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp",
1989
+ "effect": "allow"
1990
+ },
1991
+ {
1992
+ "action": "shell",
1993
+ "resource": "GIT_OPTIONAL_LOCKS=0 git config --get-regexp *",
1994
+ "effect": "allow"
1995
+ }
35
1996
  ]
36
1997
  }