From a4ce2eca77f53917cca248c1ac1edc25298036fe Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 5 Jun 2026 21:16:59 +0000 Subject: [PATCH] Remove dead clockwork tool The Clockwork project has been discontinued and the directory only contained a README pointing to the upstream repo. --- tools/clockwork/README.md | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 tools/clockwork/README.md diff --git a/tools/clockwork/README.md b/tools/clockwork/README.md deleted file mode 100644 index aba2413e..00000000 --- a/tools/clockwork/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# Clockwork - -[Clockwork](https://github.com/clockwork-xyz/clockwork) is automation infrastructure for Solana. It lets you schedule transactions and build automated, event-driven [programs](https://solana.com/docs/terminology#program). - -See the upstream [Clockwork repository](https://github.com/clockwork-xyz/clockwork) for examples and documentation.