claudetool: add clipboard support to patch tool
diff --git a/experiment/experiment.go b/experiment/experiment.go
index 599599f..b4c6c87 100644
--- a/experiment/experiment.go
+++ b/experiment/experiment.go
@@ -29,6 +29,10 @@
 			Name:        "all",
 			Description: "Enable all experiments",
 		},
+		{
+			Name:        "clipboard",
+			Description: "Enable enhanced clipboard functionality in patch tool",
+		},
 	}
 	byName = map[string]*Experiment{}
 )