From 778bef5ee6941056e06326d1eaaa6956d7307a85 Mon Sep 17 00:00:00 2001 From: Clawd Date: Sat, 18 Apr 2026 14:40:17 -0700 Subject: Remove Go implementation — ship is skills-only now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The skills/ directory fully replaces the old Go CLI. Drop all Go source, build files, planning docs, and the stale SECURITY.md (which described the old git-user push-deploy model that no longer exists). Trim .gitignore to match the new tree. --- .gitignore | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index a2dd99e..9de1885 100644 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,4 @@ -# Binaries -/ship -/ship-new -*.exe -*.dll -*.so -*.dylib -bin/ - -# Test binary -*.test - -# Go workspace file -go.work - -# IDE +# Editors .vscode/ .idea/ *.swp @@ -22,3 +7,6 @@ go.work # Claude local settings .claude/ + +# Syncthing conflict files +*.sync-conflict-* -- cgit v1.2.3