-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodex-plugin-capability-matrix.json
More file actions
841 lines (841 loc) · 33.4 KB
/
Copy pathcodex-plugin-capability-matrix.json
File metadata and controls
841 lines (841 loc) · 33.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"matrixVersion": 1,
"generatedFrom": {
"packageVersion": "2.28.0",
"pluginVersion": "0.1.2",
"auditedAt": "2026-07-14T00:00:00Z"
},
"dispositions": ["exposed", "withheld", "blocked_safer_api"],
"riskClasses": [
"read_only",
"review_producing",
"reversible_mutation",
"high_risk_destructive"
],
"defaults": {
"mutationPreviewRequired": true,
"explicitScopeRequired": true,
"arbitraryShellAllowed": false,
"secretOutputAllowed": false
},
"capabilities": [
{
"id": "runtime.handshake",
"cli": "protocol --json",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_runtime",
"action": "status"
},
"risk": "read_only",
"scope": "runtime",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "selected executable reports a compatible CLI/plugin protocol and package version"
},
{
"id": "runtime.bootstrap_update_rollback",
"cli": "self-update",
"cliAvailability": "partial_unsafe",
"mcp": {
"disposition": "exposed",
"tool": "fclt_runtime",
"action": "check|stage|apply|rollback"
},
"risk": "high_risk_destructive",
"scope": "runtime",
"preview": "check and immutable staging are non-activating",
"apply": "explicit approval, verified checksum, atomic active pointer",
"rollback": "retain and reactivate previous verified runtime",
"verification": "version, protocol, platform, architecture, checksum, active pointer, and fresh-session state"
},
{
"id": "core.version",
"cli": "--version",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_runtime",
"action": "status"
},
"risk": "read_only",
"scope": "runtime",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "parse semantic version from selected runtime"
},
{
"id": "core.status_doctor_paths",
"cli": "status|doctor|paths --json",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_status", "fclt_doctor", "fclt_paths"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "structured output includes selected scope, provenance, runtime handshake, and freshness"
},
{
"id": "core.scan_inventory",
"cli": "scan|inventory",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"actions": ["scan", "inventory"]
},
"risk": "read_only",
"scope": "auto|global|project|explicit_roots",
"preview": "not_applicable",
"apply": "scan persistence deliberately omitted",
"rollback": "not_applicable",
"verification": "JSON result is redacted and source roots are returned"
},
{
"id": "core.list_show_find_graph",
"cli": "list|show|find|graph",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"actions": ["list", "show", "find", "graph"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "result includes canonical selector, source provenance, and generated/authored classification"
},
{
"id": "core.show_secrets",
"cli": "show --show-secrets|inventory --show-secrets",
"cliAvailability": "available",
"mcp": {
"disposition": "withheld",
"reason": "MCP output must never disclose inline credentials or local secret overlays"
},
"risk": "high_risk_destructive",
"scope": "all",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "secret-shaped fixtures remain redacted"
},
{
"id": "core.adapters_managed",
"cli": "adapters|managed",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"actions": ["adapters", "managed_status"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "structured adapters and managed state match CLI JSON contracts"
},
{
"id": "core.index",
"cli": "index",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "generated-state mutation needs a structured preview and stale-state precondition"
},
"risk": "reversible_mutation",
"scope": "global|project",
"preview": "required",
"apply": "explicit scope and precondition",
"rollback": "regenerate from canonical authored sources",
"verification": "index and graph load successfully and contain expected source roots"
},
{
"id": "setup.readiness",
"cli": "setup",
"cliAvailability": "available_v2.19.1",
"mcp": {
"disposition": "exposed",
"tool": "fclt_setup"
},
"risk": "reversible_mutation",
"scope": "explicit global|global_and_project plus project cwd",
"preview": "default; calls released setup --dry-run JSON contract",
"apply": "dryRun=false plus approve=true against the released setup contract",
"rollback": "preserved existing capability state and reported repair actions",
"verification": "doctor loop readiness plus fresh-session plugin discovery"
},
{
"id": "setup.codex_plugin",
"cli": "setup codex-plugin",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_setup",
"action": "codex_plugin"
},
"risk": "high_risk_destructive",
"scope": "global_plugin",
"preview": "required",
"apply": "explicit approval and local marketplace target",
"rollback": "retain previous cached plugin; report restart required",
"verification": "plugin registry, cache payload self-test, and genuinely fresh Codex task"
},
{
"id": "templates.list",
"cli": "templates list",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"action": "templates_list"
},
"risk": "read_only",
"scope": "builtin",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "template ids and provenance match packaged built-ins"
},
{
"id": "templates.init_capability",
"cli": "templates init skill|mcp|agent|instruction|snippet|agents",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "asset creation needs a structured changed-file plan and hash-bound rollback"
},
"risk": "reversible_mutation",
"scope": "global|project",
"preview": "required",
"apply": "explicit asset type, name, scope, and precondition; force withheld",
"rollback": "remove only transaction-created files after hash match",
"verification": "created asset parses, remains inside canonical root, and is classified authored"
},
{
"id": "templates.init_operating_model",
"cli": "templates init operating-model|project-ai",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_init_operating_model", "fclt_capability"]
},
"risk": "high_risk_destructive",
"scope": "global|project",
"preview": "required",
"apply": "explicit scope; force requires stronger approval",
"rollback": "bounded snapshot of touched authored files and generated rebuild",
"verification": "doctor, index, graph, and preserved authored-file hashes"
},
{
"id": "templates.init_automation",
"cli": "templates init automation",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "needs typed schedule policy, destination ownership, and automation-specific rollback"
},
"risk": "high_risk_destructive",
"scope": "global|project|wide",
"preview": "required",
"apply": "withheld until safe automation transaction API exists",
"rollback": "required before exposure",
"verification": "automation schema, disabled-by-default state, and exact destination"
},
{
"id": "writeback.read",
"cli": "ai writeback list|show|group|summarize",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_writeback_review", "fclt_workflow"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "review mirror and queue ids agree"
},
{
"id": "writeback.add",
"cli": "ai writeback add",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_writeback_add", "fclt_workflow"]
},
"risk": "review_producing",
"scope": "global|project",
"preview": "structured intent returned before recording",
"apply": "explicit evidence, concise observation, category, target, desired outcome, sensitivity, and scope; hidden reasoning, raw logs, and secrets are excluded",
"rollback": "dismiss/reopen via journaled state transition; queue remains auditable",
"verification": "queue record, privacy-aware review artifact, redacted evidence, structured capture, and journal event agree"
},
{
"id": "writeback.review_links",
"cli": "ai writeback link|disposition",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_workflow",
"actions": ["writeback_link", "writeback_disposition"]
},
"risk": "review_producing",
"scope": "global|project",
"preview": "required",
"apply": "id, expected prior status, target, and scope required",
"rollback": "canonical capability unchanged; append-only journal retained",
"verification": "record, review artifact, and append-only journal agree"
},
{
"id": "writeback.dismiss_promote",
"cli": "ai writeback dismiss|promote",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "terminal writeback transitions need a bounded reopen/rollback API"
},
"risk": "reversible_mutation",
"scope": "global|project",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "queue, mirrors, and journal consistency"
},
{
"id": "writeback.reopen_repair",
"cli": "ai writeback reopen|repair",
"cliAvailability": "missing",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "CLI has no bounded reopen/repair state-transition API"
},
"risk": "reversible_mutation",
"scope": "global|project",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "queue, mirrors, and journal consistency"
},
{
"id": "evolution.read",
"cli": "ai evolve list|show|assess",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_evolve", "fclt_workflow"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "assessment includes evidence grade, active proposal ids, and approval boundary"
},
{
"id": "evolution.review",
"cli": "ai evolve propose|draft|review",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tools": ["fclt_evolve", "fclt_workflow"]
},
"risk": "review_producing",
"scope": "global|project",
"preview": "assessment required before propose",
"apply": "creates proposal/draft/review artifacts only",
"rollback": "reject or supersede; canonical assets unchanged",
"verification": "proposal targets, evidence, review artifact, and journal agree"
},
{
"id": "evolution.effectiveness",
"cli": "ai evolve verify",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_workflow",
"actions": ["evolve_verify"]
},
"risk": "review_producing",
"scope": "global|project",
"preview": "required",
"apply": "id, expected prior status, evidence, and scope required",
"rollback": "canonical capability unchanged; append-only outcome evidence retained",
"verification": "proposal metadata, mirror, and journal agree"
},
{
"id": "evolution.decision_lifecycle",
"cli": "ai evolve accept|reject|supersede",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "proposal decision transitions need stale-state preconditions and a tested inverse API"
},
"risk": "reversible_mutation",
"scope": "global|project",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "proposal metadata, mirror, and journal agree"
},
{
"id": "evolution.apply",
"cli": "ai evolve apply",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "canonical apply needs an atomic snapshot, stale hashes, and tested restore API"
},
"risk": "high_risk_destructive",
"scope": "global|project",
"preview": "required with accepted proposal and exact changed-file plan",
"apply": "explicit approval, lock, stale hash preconditions, bounded snapshot",
"rollback": "restore verified snapshot and rebuild generated state",
"verification": "target hashes, proposal apply result, index/graph, and restoration smoke"
},
{
"id": "evolution.promote",
"cli": "ai evolve promote --to global",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "cross-scope promotion needs conflict-aware transaction and rollback API"
},
"risk": "high_risk_destructive",
"scope": "project_to_global",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "both source and target scopes remain consistent"
},
{
"id": "managed.preview_status",
"cli": "managed|sync --dry-run",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_sync",
"actions": ["preview", "status"]
},
"risk": "read_only",
"scope": "global|project plus explicit tool",
"preview": "required",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "rendered hashes, symlink targets, canonical provenance, and tool adapter parse"
},
{
"id": "managed.apply",
"cli": "manage|sync --allow-legacy-managed-mutation",
"cliAvailability": "partial_unsafe",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "tool-home mutation needs an atomic snapshot, stale-state precondition, and tested restore API"
},
"risk": "high_risk_destructive",
"scope": "global|project plus explicit tool",
"preview": "available through fclt_sync preview",
"apply": "deprecated broad mutation is blocked by default; explicit approval is reserved for a reviewed one-time migration",
"rollback": "required before exposure",
"verification": "rendered hashes, symlink targets, canonical provenance, and restoration smoke"
},
{
"id": "managed.adopt_live",
"cli": "sync --adopt-live|manage --adopt-existing plus --allow-legacy-managed-mutation",
"cliAvailability": "partial_unsafe",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "live-to-canonical adoption needs per-file conflict decisions and authored-boundary proof"
},
"risk": "high_risk_destructive",
"scope": "global|project plus explicit tool",
"preview": "required",
"apply": "deprecated live adoption is blocked by default; explicit approval is reserved for a reviewed one-time migration",
"rollback": "required before exposure",
"verification": "canonical and live hashes plus generated/authored ownership"
},
{
"id": "managed.unmanage",
"cli": "unmanage --allow-legacy-managed-mutation",
"cliAvailability": "partial_unsafe",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "existing backup restore lacks corrupt-backup and stale-state guarantees required by MCP"
},
"risk": "high_risk_destructive",
"scope": "global|project plus explicit tool",
"preview": "required",
"apply": "deprecated broad cleanup is blocked by default; explicit approval is reserved for a reviewed one-time migration",
"rollback": "restore pre-unmanage managed state",
"verification": "backup integrity and live tool smoke"
},
{
"id": "managed.enable_disable",
"cli": "enable|disable --allow-legacy-managed-mutation",
"cliAvailability": "partial_unsafe",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "policy and rendered-output changes need an atomic inverse transaction"
},
"risk": "reversible_mutation",
"scope": "global|project plus explicit tools/assets",
"preview": "required",
"apply": "exact asset selectors and tool ids plus reviewed one-time migration approval are required",
"rollback": "inverse enable/disable transaction",
"verification": "managed policy and rendered tool inventory agree"
},
{
"id": "reconciliation.review",
"cli": "ai review status|reconcile --since <date> [--until <date>] [--source <id>] [--incremental] --json",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_registry",
"actions": ["reconcile_status", "reconcile"],
"reason": "closed schema exposes only explicit scope, bounded window, configured source ids, and incremental mode; arbitrary config, endpoint, token, argv, and source mutation are not accepted"
},
"risk": "review_producing",
"scope": "explicit source and global|project target",
"preview": "reconcile_status is read-only; reconcile reads configured sources and produces machine-local state plus a review artifact",
"apply": "not_applicable; external sources and canonical capability remain read-only",
"rollback": "canonical capability remains unchanged; preserve or discard the generated review artifact and machine-local window state",
"verification": "structured coverage, degraded/unavailable sources, extraction decisions, provenance, correlation, mandatory dispositions, linked work, exclusions, and review artifact identity"
},
{
"id": "remote.search_verify",
"cli": "search|verify-source|sources list",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_registry",
"actions": ["search", "verify_source", "source_list"]
},
"risk": "read_only",
"scope": "remote_registry",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "source URL, trust, integrity, signature status, and freshness returned"
},
{
"id": "remote.install_update_preview",
"cli": "install --dry-run|update",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_registry",
"actions": ["install_preview", "update_check"]
},
"risk": "read_only",
"scope": "global plus exact registry item; project scope blocked until the CLI accepts an explicit project root",
"preview": "required",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "integrity, source provenance, asset parse, index/graph, and restored-state smoke"
},
{
"id": "remote.install_update_apply",
"cli": "install|update --apply",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "registry mutation needs immutable provenance, atomic canonical snapshot, and tested restore API"
},
"risk": "high_risk_destructive",
"scope": "global|project plus exact registry item",
"preview": "available through fclt_registry",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "integrity, source provenance, asset parse, index/graph, and restored-state smoke"
},
{
"id": "remote.source_policy",
"cli": "sources trust|review|block|clear",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "trust-policy mutation needs explicit policy diff, stronger approval, and rollback journal"
},
"risk": "high_risk_destructive",
"scope": "global_trust_policy",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "policy file, effective trust decision, and audit history"
},
{
"id": "item.trust_untrust",
"cli": "trust|untrust",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "annotation changes can alter agent execution eligibility and need explicit audit/rollback"
},
"risk": "high_risk_destructive",
"scope": "global|project plus exact asset",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "effective trust list and asset audit"
},
{
"id": "audit.read",
"cli": "audit --non-interactive",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_audit",
"action": "scan"
},
"risk": "read_only",
"scope": "explicit asset or roots",
"preview": "not_applicable",
"apply": "report and index persistence deliberately omitted",
"rollback": "not_applicable",
"verification": "static findings are redacted, source locations stay within allowed roots, and byte snapshots prove zero audited-root mutation"
},
{
"id": "audit.fix_safe",
"cli": "audit fix --dry-run|safe",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "fix/suppression operations need typed rule-specific diffs, preconditions, and rollback"
},
"risk": "mixed",
"scope": "explicit asset and rule",
"preview": "required",
"apply": "audit fix mutation disabled; audit safe withheld from MCP",
"rollback": "required before exposure",
"verification": "exact-report fix preview or reviewed safe policy diff"
},
{
"id": "doctor.repair",
"cli": "doctor --repair",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "multi-surface repair needs an explicit per-action transaction plan"
},
"risk": "high_risk_destructive",
"scope": "global|project",
"preview": "doctor read-only report",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "post-repair doctor plus state-specific restoration"
},
{
"id": "migration.copy",
"cli": "migrate --dry-run|migrate",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "legacy migration needs inventory, collision plan, bounded snapshot, and idempotency key"
},
"risk": "high_risk_destructive",
"scope": "explicit legacy root to global canonical root",
"preview": "required",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "source and destination inventories, hashes, and doctor"
},
{
"id": "migration.move",
"cli": "migrate --move",
"cliAvailability": "available",
"mcp": {
"disposition": "withheld",
"reason": "destructive legacy-directory removal is not appropriate for plugin MCP"
},
"risk": "high_risk_destructive",
"scope": "filesystem",
"preview": "available in CLI only",
"apply": "withheld",
"rollback": "not guaranteed",
"verification": "not_applicable"
},
{
"id": "consolidate",
"cli": "consolidate",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "bulk conflict resolution needs itemized typed decisions and transaction rollback"
},
"risk": "high_risk_destructive",
"scope": "explicit scan roots to canonical root",
"preview": "required but missing in CLI",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "dedupe map, source hashes, destination hashes, and generated rebuild"
},
{
"id": "snippets.read",
"cli": "snippets list|show",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"actions": ["snippet_list", "snippet_show"]
},
"risk": "read_only",
"scope": "global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "snippet markers and target hashes match expected content"
},
{
"id": "snippets.sync",
"cli": "snippets sync",
"cliAvailability": "available",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "target-file mutation needs explicit file allowlists, stale hashes, and snapshot restoration"
},
"risk": "reversible_mutation",
"scope": "global|project plus explicit target files",
"preview": "available in CLI",
"apply": "withheld",
"rollback": "required before exposure",
"verification": "snippet markers and restored target hashes"
},
{
"id": "snippets.interactive_edit",
"cli": "snippets create|edit",
"cliAvailability": "available_interactive",
"mcp": {
"disposition": "withheld",
"reason": "interactive editor launch and arbitrary text replacement are not valid MCP APIs"
},
"risk": "high_risk_destructive",
"scope": "global|project",
"preview": "missing",
"apply": "withheld; use typed template_init or proposal draft",
"rollback": "not guaranteed",
"verification": "not_applicable"
},
{
"id": "autosync.status",
"cli": "autosync status",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_automation",
"action": "autosync_status"
},
"risk": "read_only",
"scope": "global|project plus explicit tool",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "service configuration, process state, and last-run freshness"
},
{
"id": "evolution_loop.review",
"cli": "ai loop status|activity|run --dry-run",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_automation",
"actions": ["loop_status", "loop_activity", "loop_preview"]
},
"risk": "read_only",
"scope": "loop_activity defaults to all configured scopes and accepts all|global|project; other loop actions remain global|project",
"preview": "loop_activity returns one privacy-aware activity set across Global and every configured project by default, with per-scope feeds, typed capability targets, decision rationale, source-owned links, and explicit unavailable scope counts; loop_preview performs a fresh incremental scan for one explicit scope and returns the full technical queue plus notification delta without advancing cursors or writing state",
"apply": "withheld; enable, disable, scheduled run, and canonical apply remain CLI-only",
"rollback": "not_applicable",
"verification": "typed schema, aggregate default plus explicit filters, immutable activity snapshots, bounded targets and HTTP(S) links, no absolute paths, machine state keys, or credential-bearing URLs in portable activity JSON, queue continuity, and zero writes during preview"
},
{
"id": "evolution_loop.activity_action_resolution",
"cli": "ai loop resolve <activity-action-locator> --json",
"cliAvailability": "available",
"mcp": {
"disposition": "exposed",
"tool": "fclt_registry",
"action": "activity_resolve",
"reason": "the closed router accepts only one opaque versioned locator; caller-supplied scope, cwd, root, path, argv, endpoint, token, token env, credential, approval, and mutation fields are rejected"
},
"risk": "read_only",
"scope": "verified machine-local Global or project runtime identity selected only by the locator",
"preview": "revalidates the latest activity run, queue revision, current resource lifecycle, project/runtime identity, and allowed action class before returning a plain-language plan",
"apply": "withheld; version 1 exposes no locator-bound mutation because existing lifecycle commands do not accept the expected locator binding revision",
"rollback": "not_applicable; resolution performs zero canonical, tool-home, project, workflow, or external mutation",
"verification": "no-write snapshots, duplicate-id and duplicate-worktree isolation, cross-scope replay refusal, moved-root and missing-state refusal, stale lifecycle/run rejection, incompatible-version rejection, raw-field exclusion, and published typed-tool discovery"
},
{
"id": "autosync.mutation",
"cli": "autosync status|cleanup|uninstall|run --once",
"cliAvailability": "partial",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "background service and git-sync mutation needs dedicated service policy and rollback"
},
"risk": "high_risk_destructive",
"scope": "global|project plus explicit tool/service",
"preview": "status and doctor legacyRecovery are read-only; background install, restart, and continuous run are disabled",
"apply": "cleanup is CLI-only and requires exact service/root/scope/plan preconditions plus explicit argv approval; uninstall and run --once remain legacy migration operations; MCP mutation is withheld",
"rollback": "cleanup preserves autosync config and authored/tool state, records an idempotency receipt, and can be safely retried; one-shot render and Git mutation have no transaction rollback",
"verification": "complete recovery coverage, structured plist ownership, a machine-local autosync lifecycle boundary shared across roots, stale-plan refusal, unload-before-delete when launchd applies, receipt recurrence checks, failed-cleanup retry, scoped isolation, and zero background restart"
},
{
"id": "plugins_agents_skills_instructions_hooks_automations.inventory",
"cli": "inventory|list|show",
"cliAvailability": "partial",
"mcp": {
"disposition": "exposed",
"tool": "fclt_capability",
"actions": ["inventory", "list", "show"]
},
"risk": "read_only",
"scope": "auto|global|project",
"preview": "not_applicable",
"apply": "not_applicable",
"rollback": "not_applicable",
"verification": "asset type, canonical/live/generated provenance, trust, and source path"
},
{
"id": "plugins_hooks_automations.direct_management",
"cli": "none_coherent",
"cliAvailability": "missing",
"mcp": {
"disposition": "blocked_safer_api",
"reason": "no coherent typed CLI transaction exists for direct plugin/hook/automation lifecycle management"
},
"risk": "high_risk_destructive",
"scope": "global|project|tool_home",
"preview": "required",
"apply": "withheld; narrow setup/template paths remain separate",
"rollback": "required before exposure",
"verification": "schema, ownership, registry state, tool discovery, and restoration"
},
{
"id": "arbitrary_shell",
"cli": "arbitrary argv or shell passthrough",
"cliAvailability": "not_a_cli_command",
"mcp": {
"disposition": "withheld",
"reason": "violates schema validation, least privilege, auditability, and recovery requirements"
},
"risk": "high_risk_destructive",
"scope": "unbounded",
"preview": "not_applicable",
"apply": "never",
"rollback": "not_guaranteed",
"verification": "tests reject unknown tools, actions, fields, and command fragments"
}
]
}