From b743694cfc1bf3c3676967ce96c1ef28739bf453 Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 21 Oct 2025 17:31:40 -0600 Subject: [PATCH] feat(agents): add crush config --- crush.json | 8 ++++++++ crush.json.license | 3 +++ 2 files changed, 11 insertions(+) create mode 100644 crush.json create mode 100644 crush.json.license diff --git a/crush.json b/crush.json new file mode 100644 index 0000000000000000000000000000000000000000..bfb35b644c039e09959eda61788ca25e9989b1c7 --- /dev/null +++ b/crush.json @@ -0,0 +1,8 @@ +{ + "$schema": "https://charm.land/crush.json", + "lsp": { + "gopls": { + "command": "gopls" + } + } +} diff --git a/crush.json.license b/crush.json.license new file mode 100644 index 0000000000000000000000000000000000000000..3dbb1e29808ff6ce1e89aa3211dbfa6c8aa5ef0e --- /dev/null +++ b/crush.json.license @@ -0,0 +1,3 @@ +SPDX-FileCopyrightText: Amolith + +SPDX-License-Identifier: CC0-1.0