@nail00749/agent-gvozd 0.1.1 → 0.1.3

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.
@@ -10,41 +10,1040 @@
10
10
  "skills": [],
11
11
  "mcp": [],
12
12
  "permissions": [
13
- { "action": "*", "resource": "*", "effect": "deny" },
14
- { "action": "read", "resource": "*", "effect": "allow" },
15
- { "action": "glob", "resource": "*", "effect": "allow" },
16
- { "action": "grep", "resource": "*", "effect": "allow" },
17
- { "action": "shell", "resource": "git *", "effect": "ask" },
18
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git *", "effect": "ask" },
19
- { "action": "shell", "resource": "git status", "effect": "allow" },
20
- { "action": "shell", "resource": "git status --short", "effect": "allow" },
21
- { "action": "shell", "resource": "git status --short --branch", "effect": "allow" },
22
- { "action": "shell", "resource": "git status --porcelain=v1 --branch", "effect": "allow" },
23
- { "action": "shell", "resource": "git rev-parse --show-toplevel", "effect": "allow" },
24
- { "action": "shell", "resource": "git rev-parse --git-dir", "effect": "allow" },
25
- { "action": "shell", "resource": "git remote -v", "effect": "allow" },
26
- { "action": "shell", "resource": "git branch --show-current", "effect": "allow" },
27
- { "action": "shell", "resource": "git stash list", "effect": "allow" },
28
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git status", "effect": "allow" },
29
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git status --short", "effect": "allow" },
30
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git status --short --branch", "effect": "allow" },
31
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git status --porcelain=v1 --branch", "effect": "allow" },
32
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse --show-toplevel", "effect": "allow" },
33
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git rev-parse --git-dir", "effect": "allow" },
34
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git remote -v", "effect": "allow" },
35
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git branch --show-current", "effect": "allow" },
36
- { "action": "shell", "resource": "GIT_OPTIONAL_LOCKS=0 git stash list", "effect": "allow" },
37
- { "action": "gitlab_*", "resource": "*", "effect": "ask" },
38
- { "action": "gitlab_get_*", "resource": "*", "effect": "allow" },
39
- { "action": "gitlab_list_*", "resource": "*", "effect": "allow" },
40
- { "action": "gitlab_search_*", "resource": "*", "effect": "allow" },
41
- { "action": "gitlab_my_issues", "resource": "*", "effect": "allow" },
42
- { "action": "gitlab_mr_discussions", "resource": "*", "effect": "allow" },
43
- { "action": "gitlab_whoami", "resource": "*", "effect": "allow" },
44
- { "action": "gitlab_health_check", "resource": "*", "effect": "allow" },
45
- { "action": "gitlab_get_project_variable", "resource": "*", "effect": "deny" },
46
- { "action": "gitlab_get_group_variable", "resource": "*", "effect": "deny" },
47
- { "action": "gitlab_list_project_variables", "resource": "*", "effect": "deny" },
48
- { "action": "gitlab_list_group_variables", "resource": "*", "effect": "deny" }
13
+ {
14
+ "action": "*",
15
+ "resource": "*",
16
+ "effect": "deny"
17
+ },
18
+ {
19
+ "action": "read",
20
+ "resource": "*",
21
+ "effect": "allow"
22
+ },
23
+ {
24
+ "action": "glob",
25
+ "resource": "*",
26
+ "effect": "allow"
27
+ },
28
+ {
29
+ "action": "grep",
30
+ "resource": "*",
31
+ "effect": "allow"
32
+ },
33
+ {
34
+ "action": "shell",
35
+ "resource": "git status",
36
+ "effect": "allow"
37
+ },
38
+ {
39
+ "action": "shell",
40
+ "resource": "git status *",
41
+ "effect": "allow"
42
+ },
43
+ {
44
+ "action": "shell",
45
+ "resource": "git status --short",
46
+ "effect": "allow"
47
+ },
48
+ {
49
+ "action": "shell",
50
+ "resource": "git status --short *",
51
+ "effect": "allow"
52
+ },
53
+ {
54
+ "action": "shell",
55
+ "resource": "git status --short --branch",
56
+ "effect": "allow"
57
+ },
58
+ {
59
+ "action": "shell",
60
+ "resource": "git status --short --branch *",
61
+ "effect": "allow"
62
+ },
63
+ {
64
+ "action": "shell",
65
+ "resource": "git status --porcelain",
66
+ "effect": "allow"
67
+ },
68
+ {
69
+ "action": "shell",
70
+ "resource": "git status --porcelain *",
71
+ "effect": "allow"
72
+ },
73
+ {
74
+ "action": "shell",
75
+ "resource": "git status --porcelain=v1 --branch",
76
+ "effect": "allow"
77
+ },
78
+ {
79
+ "action": "shell",
80
+ "resource": "git status --porcelain=v1 --branch *",
81
+ "effect": "allow"
82
+ },
83
+ {
84
+ "action": "shell",
85
+ "resource": "git diff",
86
+ "effect": "allow"
87
+ },
88
+ {
89
+ "action": "shell",
90
+ "resource": "git diff *",
91
+ "effect": "allow"
92
+ },
93
+ {
94
+ "action": "shell",
95
+ "resource": "git diff --stat",
96
+ "effect": "allow"
97
+ },
98
+ {
99
+ "action": "shell",
100
+ "resource": "git diff --stat *",
101
+ "effect": "allow"
102
+ },
103
+ {
104
+ "action": "shell",
105
+ "resource": "git diff --cached",
106
+ "effect": "allow"
107
+ },
108
+ {
109
+ "action": "shell",
110
+ "resource": "git diff --cached *",
111
+ "effect": "allow"
112
+ },
113
+ {
114
+ "action": "shell",
115
+ "resource": "git diff --check",
116
+ "effect": "allow"
117
+ },
118
+ {
119
+ "action": "shell",
120
+ "resource": "git diff --check *",
121
+ "effect": "allow"
122
+ },
123
+ {
124
+ "action": "shell",
125
+ "resource": "git log",
126
+ "effect": "allow"
127
+ },
128
+ {
129
+ "action": "shell",
130
+ "resource": "git log *",
131
+ "effect": "allow"
132
+ },
133
+ {
134
+ "action": "shell",
135
+ "resource": "git show",
136
+ "effect": "allow"
137
+ },
138
+ {
139
+ "action": "shell",
140
+ "resource": "git show *",
141
+ "effect": "allow"
142
+ },
143
+ {
144
+ "action": "shell",
145
+ "resource": "git reflog",
146
+ "effect": "allow"
147
+ },
148
+ {
149
+ "action": "shell",
150
+ "resource": "git reflog *",
151
+ "effect": "allow"
152
+ },
153
+ {
154
+ "action": "shell",
155
+ "resource": "git rev-parse",
156
+ "effect": "allow"
157
+ },
158
+ {
159
+ "action": "shell",
160
+ "resource": "git rev-parse *",
161
+ "effect": "allow"
162
+ },
163
+ {
164
+ "action": "shell",
165
+ "resource": "git rev-list",
166
+ "effect": "allow"
167
+ },
168
+ {
169
+ "action": "shell",
170
+ "resource": "git rev-list *",
171
+ "effect": "allow"
172
+ },
173
+ {
174
+ "action": "shell",
175
+ "resource": "git show-ref",
176
+ "effect": "allow"
177
+ },
178
+ {
179
+ "action": "shell",
180
+ "resource": "git show-ref *",
181
+ "effect": "allow"
182
+ },
183
+ {
184
+ "action": "shell",
185
+ "resource": "git cat-file",
186
+ "effect": "allow"
187
+ },
188
+ {
189
+ "action": "shell",
190
+ "resource": "git cat-file *",
191
+ "effect": "allow"
192
+ },
193
+ {
194
+ "action": "shell",
195
+ "resource": "git symbolic-ref",
196
+ "effect": "allow"
197
+ },
198
+ {
199
+ "action": "shell",
200
+ "resource": "git symbolic-ref *",
201
+ "effect": "allow"
202
+ },
203
+ {
204
+ "action": "shell",
205
+ "resource": "git ls-files",
206
+ "effect": "allow"
207
+ },
208
+ {
209
+ "action": "shell",
210
+ "resource": "git ls-files *",
211
+ "effect": "allow"
212
+ },
213
+ {
214
+ "action": "shell",
215
+ "resource": "git ls-remote",
216
+ "effect": "allow"
217
+ },
218
+ {
219
+ "action": "shell",
220
+ "resource": "git ls-remote *",
221
+ "effect": "allow"
222
+ },
223
+ {
224
+ "action": "shell",
225
+ "resource": "git grep",
226
+ "effect": "allow"
227
+ },
228
+ {
229
+ "action": "shell",
230
+ "resource": "git grep *",
231
+ "effect": "allow"
232
+ },
233
+ {
234
+ "action": "shell",
235
+ "resource": "git branch",
236
+ "effect": "allow"
237
+ },
238
+ {
239
+ "action": "shell",
240
+ "resource": "git branch *",
241
+ "effect": "allow"
242
+ },
243
+ {
244
+ "action": "shell",
245
+ "resource": "git remote",
246
+ "effect": "allow"
247
+ },
248
+ {
249
+ "action": "shell",
250
+ "resource": "git remote *",
251
+ "effect": "allow"
252
+ },
253
+ {
254
+ "action": "shell",
255
+ "resource": "git stash list",
256
+ "effect": "allow"
257
+ },
258
+ {
259
+ "action": "shell",
260
+ "resource": "git stash list *",
261
+ "effect": "allow"
262
+ },
263
+ {
264
+ "action": "shell",
265
+ "resource": "git tag",
266
+ "effect": "allow"
267
+ },
268
+ {
269
+ "action": "shell",
270
+ "resource": "git tag *",
271
+ "effect": "allow"
272
+ },
273
+ {
274
+ "action": "shell",
275
+ "resource": "git describe",
276
+ "effect": "allow"
277
+ },
278
+ {
279
+ "action": "shell",
280
+ "resource": "git describe *",
281
+ "effect": "allow"
282
+ },
283
+ {
284
+ "action": "shell",
285
+ "resource": "git config --get",
286
+ "effect": "allow"
287
+ },
288
+ {
289
+ "action": "shell",
290
+ "resource": "git config --get *",
291
+ "effect": "allow"
292
+ },
293
+ {
294
+ "action": "shell",
295
+ "resource": "git config --get-regexp",
296
+ "effect": "allow"
297
+ },
298
+ {
299
+ "action": "shell",
300
+ "resource": "git config --get-regexp *",
301
+ "effect": "allow"
302
+ },
303
+ {
304
+ "action": "shell",
305
+ "resource": "git -C",
306
+ "effect": "allow"
307
+ },
308
+ {
309
+ "action": "shell",
310
+ "resource": "git -C *",
311
+ "effect": "allow"
312
+ },
313
+ {
314
+ "action": "shell",
315
+ "resource": "pwd",
316
+ "effect": "allow"
317
+ },
318
+ {
319
+ "action": "shell",
320
+ "resource": "pwd *",
321
+ "effect": "allow"
322
+ },
323
+ {
324
+ "action": "shell",
325
+ "resource": "true",
326
+ "effect": "allow"
327
+ },
328
+ {
329
+ "action": "shell",
330
+ "resource": "true *",
331
+ "effect": "allow"
332
+ },
333
+ {
334
+ "action": "shell",
335
+ "resource": "ls",
336
+ "effect": "allow"
337
+ },
338
+ {
339
+ "action": "shell",
340
+ "resource": "ls *",
341
+ "effect": "allow"
342
+ },
343
+ {
344
+ "action": "shell",
345
+ "resource": "du",
346
+ "effect": "allow"
347
+ },
348
+ {
349
+ "action": "shell",
350
+ "resource": "du *",
351
+ "effect": "allow"
352
+ },
353
+ {
354
+ "action": "shell",
355
+ "resource": "stat",
356
+ "effect": "allow"
357
+ },
358
+ {
359
+ "action": "shell",
360
+ "resource": "stat *",
361
+ "effect": "allow"
362
+ },
363
+ {
364
+ "action": "shell",
365
+ "resource": "realpath",
366
+ "effect": "allow"
367
+ },
368
+ {
369
+ "action": "shell",
370
+ "resource": "realpath *",
371
+ "effect": "allow"
372
+ },
373
+ {
374
+ "action": "shell",
375
+ "resource": "uname",
376
+ "effect": "allow"
377
+ },
378
+ {
379
+ "action": "shell",
380
+ "resource": "uname *",
381
+ "effect": "allow"
382
+ },
383
+ {
384
+ "action": "shell",
385
+ "resource": "whoami",
386
+ "effect": "allow"
387
+ },
388
+ {
389
+ "action": "shell",
390
+ "resource": "whoami *",
391
+ "effect": "allow"
392
+ },
393
+ {
394
+ "action": "shell",
395
+ "resource": "cat",
396
+ "effect": "allow"
397
+ },
398
+ {
399
+ "action": "shell",
400
+ "resource": "cat *",
401
+ "effect": "allow"
402
+ },
403
+ {
404
+ "action": "shell",
405
+ "resource": "head",
406
+ "effect": "allow"
407
+ },
408
+ {
409
+ "action": "shell",
410
+ "resource": "head *",
411
+ "effect": "allow"
412
+ },
413
+ {
414
+ "action": "shell",
415
+ "resource": "tail",
416
+ "effect": "allow"
417
+ },
418
+ {
419
+ "action": "shell",
420
+ "resource": "tail *",
421
+ "effect": "allow"
422
+ },
423
+ {
424
+ "action": "shell",
425
+ "resource": "wc",
426
+ "effect": "allow"
427
+ },
428
+ {
429
+ "action": "shell",
430
+ "resource": "wc *",
431
+ "effect": "allow"
432
+ },
433
+ {
434
+ "action": "shell",
435
+ "resource": "sort",
436
+ "effect": "allow"
437
+ },
438
+ {
439
+ "action": "shell",
440
+ "resource": "sort *",
441
+ "effect": "allow"
442
+ },
443
+ {
444
+ "action": "shell",
445
+ "resource": "grep",
446
+ "effect": "allow"
447
+ },
448
+ {
449
+ "action": "shell",
450
+ "resource": "grep *",
451
+ "effect": "allow"
452
+ },
453
+ {
454
+ "action": "shell",
455
+ "resource": "rg",
456
+ "effect": "allow"
457
+ },
458
+ {
459
+ "action": "shell",
460
+ "resource": "rg *",
461
+ "effect": "allow"
462
+ },
463
+ {
464
+ "action": "shell",
465
+ "resource": "find",
466
+ "effect": "allow"
467
+ },
468
+ {
469
+ "action": "shell",
470
+ "resource": "find *",
471
+ "effect": "allow"
472
+ },
473
+ {
474
+ "action": "shell",
475
+ "resource": "diff",
476
+ "effect": "allow"
477
+ },
478
+ {
479
+ "action": "shell",
480
+ "resource": "diff *",
481
+ "effect": "allow"
482
+ },
483
+ {
484
+ "action": "shell",
485
+ "resource": "cmp",
486
+ "effect": "allow"
487
+ },
488
+ {
489
+ "action": "shell",
490
+ "resource": "cmp *",
491
+ "effect": "allow"
492
+ },
493
+ {
494
+ "action": "shell",
495
+ "resource": "shasum",
496
+ "effect": "allow"
497
+ },
498
+ {
499
+ "action": "shell",
500
+ "resource": "shasum *",
501
+ "effect": "allow"
502
+ },
503
+ {
504
+ "action": "shell",
505
+ "resource": "md5sum",
506
+ "effect": "allow"
507
+ },
508
+ {
509
+ "action": "shell",
510
+ "resource": "md5sum *",
511
+ "effect": "allow"
512
+ },
513
+ {
514
+ "action": "shell",
515
+ "resource": "m",
516
+ "effect": "allow"
517
+ },
518
+ {
519
+ "action": "shell",
520
+ "resource": "m *",
521
+ "effect": "allow"
522
+ },
523
+ {
524
+ "action": "shell",
525
+ "resource": "k",
526
+ "effect": "allow"
527
+ },
528
+ {
529
+ "action": "shell",
530
+ "resource": "k *",
531
+ "effect": "allow"
532
+ },
533
+ {
534
+ "action": "shell",
535
+ "resource": "t",
536
+ "effect": "allow"
537
+ },
538
+ {
539
+ "action": "shell",
540
+ "resource": "t *",
541
+ "effect": "allow"
542
+ },
543
+ {
544
+ "action": "shell",
545
+ "resource": "e",
546
+ "effect": "allow"
547
+ },
548
+ {
549
+ "action": "shell",
550
+ "resource": "e *",
551
+ "effect": "allow"
552
+ },
553
+ {
554
+ "action": "shell",
555
+ "resource": "p",
556
+ "effect": "allow"
557
+ },
558
+ {
559
+ "action": "shell",
560
+ "resource": "p *",
561
+ "effect": "allow"
562
+ },
563
+ {
564
+ "action": "shell",
565
+ "resource": "git add",
566
+ "effect": "ask"
567
+ },
568
+ {
569
+ "action": "shell",
570
+ "resource": "git add *",
571
+ "effect": "ask"
572
+ },
573
+ {
574
+ "action": "shell",
575
+ "resource": "GIT_OPTIONAL_LOCKS=0 git add",
576
+ "effect": "ask"
577
+ },
578
+ {
579
+ "action": "shell",
580
+ "resource": "GIT_OPTIONAL_LOCKS=0 git add *",
581
+ "effect": "ask"
582
+ },
583
+ {
584
+ "action": "shell",
585
+ "resource": "git rm --cached",
586
+ "effect": "ask"
587
+ },
588
+ {
589
+ "action": "shell",
590
+ "resource": "git rm --cached *",
591
+ "effect": "ask"
592
+ },
593
+ {
594
+ "action": "shell",
595
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rm --cached",
596
+ "effect": "ask"
597
+ },
598
+ {
599
+ "action": "shell",
600
+ "resource": "GIT_OPTIONAL_LOCKS=0 git rm --cached *",
601
+ "effect": "ask"
602
+ },
603
+ {
604
+ "action": "shell",
605
+ "resource": "git commit",
606
+ "effect": "ask"
607
+ },
608
+ {
609
+ "action": "shell",
610
+ "resource": "git commit *",
611
+ "effect": "ask"
612
+ },
613
+ {
614
+ "action": "shell",
615
+ "resource": "GIT_OPTIONAL_LOCKS=0 git commit",
616
+ "effect": "ask"
617
+ },
618
+ {
619
+ "action": "shell",
620
+ "resource": "GIT_OPTIONAL_LOCKS=0 git commit *",
621
+ "effect": "ask"
622
+ },
623
+ {
624
+ "action": "shell",
625
+ "resource": "git merge --ff-only",
626
+ "effect": "ask"
627
+ },
628
+ {
629
+ "action": "shell",
630
+ "resource": "git merge --ff-only *",
631
+ "effect": "ask"
632
+ },
633
+ {
634
+ "action": "shell",
635
+ "resource": "GIT_OPTIONAL_LOCKS=0 git merge --ff-only",
636
+ "effect": "ask"
637
+ },
638
+ {
639
+ "action": "shell",
640
+ "resource": "GIT_OPTIONAL_LOCKS=0 git merge --ff-only *",
641
+ "effect": "ask"
642
+ },
643
+ {
644
+ "action": "shell",
645
+ "resource": "git merge --no-ff",
646
+ "effect": "ask"
647
+ },
648
+ {
649
+ "action": "shell",
650
+ "resource": "git merge --no-ff *",
651
+ "effect": "ask"
652
+ },
653
+ {
654
+ "action": "shell",
655
+ "resource": "GIT_OPTIONAL_LOCKS=0 git merge --no-ff",
656
+ "effect": "ask"
657
+ },
658
+ {
659
+ "action": "shell",
660
+ "resource": "GIT_OPTIONAL_LOCKS=0 git merge --no-ff *",
661
+ "effect": "ask"
662
+ },
663
+ {
664
+ "action": "shell",
665
+ "resource": "git push",
666
+ "effect": "ask"
667
+ },
668
+ {
669
+ "action": "shell",
670
+ "resource": "git push *",
671
+ "effect": "ask"
672
+ },
673
+ {
674
+ "action": "shell",
675
+ "resource": "GIT_OPTIONAL_LOCKS=0 git push",
676
+ "effect": "ask"
677
+ },
678
+ {
679
+ "action": "shell",
680
+ "resource": "GIT_OPTIONAL_LOCKS=0 git push *",
681
+ "effect": "ask"
682
+ },
683
+ {
684
+ "action": "shell",
685
+ "resource": "git fetch",
686
+ "effect": "ask"
687
+ },
688
+ {
689
+ "action": "shell",
690
+ "resource": "git fetch *",
691
+ "effect": "ask"
692
+ },
693
+ {
694
+ "action": "shell",
695
+ "resource": "GIT_OPTIONAL_LOCKS=0 git fetch",
696
+ "effect": "ask"
697
+ },
698
+ {
699
+ "action": "shell",
700
+ "resource": "GIT_OPTIONAL_LOCKS=0 git fetch *",
701
+ "effect": "ask"
702
+ },
703
+ {
704
+ "action": "shell",
705
+ "resource": "git pull --ff-only",
706
+ "effect": "ask"
707
+ },
708
+ {
709
+ "action": "shell",
710
+ "resource": "git pull --ff-only *",
711
+ "effect": "ask"
712
+ },
713
+ {
714
+ "action": "shell",
715
+ "resource": "GIT_OPTIONAL_LOCKS=0 git pull --ff-only",
716
+ "effect": "ask"
717
+ },
718
+ {
719
+ "action": "shell",
720
+ "resource": "GIT_OPTIONAL_LOCKS=0 git pull --ff-only *",
721
+ "effect": "ask"
722
+ },
723
+ {
724
+ "action": "shell",
725
+ "resource": "git tag -a",
726
+ "effect": "ask"
727
+ },
728
+ {
729
+ "action": "shell",
730
+ "resource": "git tag -a *",
731
+ "effect": "ask"
732
+ },
733
+ {
734
+ "action": "shell",
735
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -a",
736
+ "effect": "ask"
737
+ },
738
+ {
739
+ "action": "shell",
740
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -a *",
741
+ "effect": "ask"
742
+ },
743
+ {
744
+ "action": "shell",
745
+ "resource": "git tag -v",
746
+ "effect": "ask"
747
+ },
748
+ {
749
+ "action": "shell",
750
+ "resource": "git tag -v *",
751
+ "effect": "ask"
752
+ },
753
+ {
754
+ "action": "shell",
755
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -v",
756
+ "effect": "ask"
757
+ },
758
+ {
759
+ "action": "shell",
760
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag -v *",
761
+ "effect": "ask"
762
+ },
763
+ {
764
+ "action": "shell",
765
+ "resource": "git tag --list",
766
+ "effect": "ask"
767
+ },
768
+ {
769
+ "action": "shell",
770
+ "resource": "git tag --list *",
771
+ "effect": "ask"
772
+ },
773
+ {
774
+ "action": "shell",
775
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list",
776
+ "effect": "ask"
777
+ },
778
+ {
779
+ "action": "shell",
780
+ "resource": "GIT_OPTIONAL_LOCKS=0 git tag --list *",
781
+ "effect": "ask"
782
+ },
783
+ {
784
+ "action": "shell",
785
+ "resource": "git stash",
786
+ "effect": "ask"
787
+ },
788
+ {
789
+ "action": "shell",
790
+ "resource": "git stash *",
791
+ "effect": "ask"
792
+ },
793
+ {
794
+ "action": "shell",
795
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash",
796
+ "effect": "ask"
797
+ },
798
+ {
799
+ "action": "shell",
800
+ "resource": "GIT_OPTIONAL_LOCKS=0 git stash *",
801
+ "effect": "ask"
802
+ },
803
+ {
804
+ "action": "shell",
805
+ "resource": "git cherry-pick",
806
+ "effect": "ask"
807
+ },
808
+ {
809
+ "action": "shell",
810
+ "resource": "git cherry-pick *",
811
+ "effect": "ask"
812
+ },
813
+ {
814
+ "action": "shell",
815
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cherry-pick",
816
+ "effect": "ask"
817
+ },
818
+ {
819
+ "action": "shell",
820
+ "resource": "GIT_OPTIONAL_LOCKS=0 git cherry-pick *",
821
+ "effect": "ask"
822
+ },
823
+ {
824
+ "action": "shell",
825
+ "resource": "git revert",
826
+ "effect": "ask"
827
+ },
828
+ {
829
+ "action": "shell",
830
+ "resource": "git revert *",
831
+ "effect": "ask"
832
+ },
833
+ {
834
+ "action": "shell",
835
+ "resource": "GIT_OPTIONAL_LOCKS=0 git revert",
836
+ "effect": "ask"
837
+ },
838
+ {
839
+ "action": "shell",
840
+ "resource": "GIT_OPTIONAL_LOCKS=0 git revert *",
841
+ "effect": "ask"
842
+ },
843
+ {
844
+ "action": "shell",
845
+ "resource": "git switch",
846
+ "effect": "ask"
847
+ },
848
+ {
849
+ "action": "shell",
850
+ "resource": "git switch *",
851
+ "effect": "ask"
852
+ },
853
+ {
854
+ "action": "shell",
855
+ "resource": "GIT_OPTIONAL_LOCKS=0 git switch",
856
+ "effect": "ask"
857
+ },
858
+ {
859
+ "action": "shell",
860
+ "resource": "GIT_OPTIONAL_LOCKS=0 git switch *",
861
+ "effect": "ask"
862
+ },
863
+ {
864
+ "action": "shell",
865
+ "resource": "git checkout -b",
866
+ "effect": "ask"
867
+ },
868
+ {
869
+ "action": "shell",
870
+ "resource": "git checkout -b *",
871
+ "effect": "ask"
872
+ },
873
+ {
874
+ "action": "shell",
875
+ "resource": "GIT_OPTIONAL_LOCKS=0 git checkout -b",
876
+ "effect": "ask"
877
+ },
878
+ {
879
+ "action": "shell",
880
+ "resource": "GIT_OPTIONAL_LOCKS=0 git checkout -b *",
881
+ "effect": "ask"
882
+ },
883
+ {
884
+ "action": "shell",
885
+ "resource": "git worktree list",
886
+ "effect": "ask"
887
+ },
888
+ {
889
+ "action": "shell",
890
+ "resource": "git worktree list *",
891
+ "effect": "ask"
892
+ },
893
+ {
894
+ "action": "shell",
895
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list",
896
+ "effect": "ask"
897
+ },
898
+ {
899
+ "action": "shell",
900
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree list *",
901
+ "effect": "ask"
902
+ },
903
+ {
904
+ "action": "shell",
905
+ "resource": "git worktree add",
906
+ "effect": "ask"
907
+ },
908
+ {
909
+ "action": "shell",
910
+ "resource": "git worktree add *",
911
+ "effect": "ask"
912
+ },
913
+ {
914
+ "action": "shell",
915
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree add",
916
+ "effect": "ask"
917
+ },
918
+ {
919
+ "action": "shell",
920
+ "resource": "GIT_OPTIONAL_LOCKS=0 git worktree add *",
921
+ "effect": "ask"
922
+ },
923
+ {
924
+ "action": "shell",
925
+ "resource": "git push --force*",
926
+ "effect": "deny"
927
+ },
928
+ {
929
+ "action": "shell",
930
+ "resource": "git push -f*",
931
+ "effect": "deny"
932
+ },
933
+ {
934
+ "action": "shell",
935
+ "resource": "git reset --hard*",
936
+ "effect": "deny"
937
+ },
938
+ {
939
+ "action": "shell",
940
+ "resource": "git clean*",
941
+ "effect": "deny"
942
+ },
943
+ {
944
+ "action": "shell",
945
+ "resource": "git filter-branch*",
946
+ "effect": "deny"
947
+ },
948
+ {
949
+ "action": "shell",
950
+ "resource": "git filter-repo*",
951
+ "effect": "deny"
952
+ },
953
+ {
954
+ "action": "shell",
955
+ "resource": "git rebase*",
956
+ "effect": "deny"
957
+ },
958
+ {
959
+ "action": "shell",
960
+ "resource": "git checkout --*",
961
+ "effect": "deny"
962
+ },
963
+ {
964
+ "action": "shell",
965
+ "resource": "git restore*",
966
+ "effect": "deny"
967
+ },
968
+ {
969
+ "action": "shell",
970
+ "resource": "git branch -D*",
971
+ "effect": "deny"
972
+ },
973
+ {
974
+ "action": "shell",
975
+ "resource": "git remote remove*",
976
+ "effect": "deny"
977
+ },
978
+ {
979
+ "action": "shell",
980
+ "resource": "git remote set-url*",
981
+ "effect": "deny"
982
+ },
983
+ {
984
+ "action": "shell",
985
+ "resource": "git remote add*",
986
+ "effect": "deny"
987
+ },
988
+ {
989
+ "action": "gitlab_*",
990
+ "resource": "*",
991
+ "effect": "ask"
992
+ },
993
+ {
994
+ "action": "gitlab_get_*",
995
+ "resource": "*",
996
+ "effect": "allow"
997
+ },
998
+ {
999
+ "action": "gitlab_list_*",
1000
+ "resource": "*",
1001
+ "effect": "allow"
1002
+ },
1003
+ {
1004
+ "action": "gitlab_search_*",
1005
+ "resource": "*",
1006
+ "effect": "allow"
1007
+ },
1008
+ {
1009
+ "action": "gitlab_my_issues",
1010
+ "resource": "*",
1011
+ "effect": "allow"
1012
+ },
1013
+ {
1014
+ "action": "gitlab_mr_discussions",
1015
+ "resource": "*",
1016
+ "effect": "allow"
1017
+ },
1018
+ {
1019
+ "action": "gitlab_whoami",
1020
+ "resource": "*",
1021
+ "effect": "allow"
1022
+ },
1023
+ {
1024
+ "action": "gitlab_health_check",
1025
+ "resource": "*",
1026
+ "effect": "allow"
1027
+ },
1028
+ {
1029
+ "action": "gitlab_get_project_variable",
1030
+ "resource": "*",
1031
+ "effect": "deny"
1032
+ },
1033
+ {
1034
+ "action": "gitlab_get_group_variable",
1035
+ "resource": "*",
1036
+ "effect": "deny"
1037
+ },
1038
+ {
1039
+ "action": "gitlab_list_project_variables",
1040
+ "resource": "*",
1041
+ "effect": "deny"
1042
+ },
1043
+ {
1044
+ "action": "gitlab_list_group_variables",
1045
+ "resource": "*",
1046
+ "effect": "deny"
1047
+ }
49
1048
  ]
50
1049
  }