feat(agents): add crush config

Amolith created

Change summary

crush.json         | 8 ++++++++
crush.json.license | 3 +++
2 files changed, 11 insertions(+)

Detailed changes

crush.json 🔗

@@ -0,0 +1,8 @@
+{
+	"$schema": "https://charm.land/crush.json",
+	"lsp": {
+		"gopls": {
+			"command": "gopls"
+		}
+	}
+}

crush.json.license 🔗

@@ -0,0 +1,3 @@
+SPDX-FileCopyrightText: Amolith <amolith@secluded.site>
+
+SPDX-License-Identifier: CC0-1.0