You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"GitHub connect is already the primary repair/bootstrap path, so it should keep command-local validation instead of redirecting into shared interception.",
636
+
},
637
+
{
638
+
command: "linear setup",
639
+
reason:
640
+
"Linear setup is a local project wiring command that can run before auth or profile state exists, so it should stay outside the shared interception matrix.",
641
+
},
642
+
{
643
+
command: "x github disconnect",
644
+
reason:
645
+
"Disconnect only removes stored local auth material and should keep command-local validation.",
646
+
},
647
+
{
648
+
command: "linear disconnect",
649
+
reason:
650
+
"Disconnect only removes stored local auth material and should keep command-local validation.",
651
+
},
652
+
{
653
+
command: "linear assignee-mappings",
654
+
reason:
655
+
"Assignee mapping inspection should continue to rely on command-local validation rather than shared prerequisite interception.",
656
+
},
657
+
{
658
+
command: "linear project-unlink",
659
+
reason:
660
+
"Project unlink is local cleanup state and should not be hidden behind shared setup guidance.",
0 commit comments