From b0fa5680d81197283bec143ef8a36a1439a5f3da Mon Sep 17 00:00:00 2001 From: Raj Nakarja Date: Wed, 12 Aug 2026 09:59:18 +0200 Subject: [PATCH 1/2] Started the 0.0.4 dev cycle --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1070d19..241be47 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "github.com/siliconwitchery/superstack-cli/internal/commands" ) -const version = "0.0.3" +const version = "0.0.4" type command struct { name string From 25b5ae1d3bf18c038e55d20126eab1561bf3cb14 Mon Sep 17 00:00:00 2001 From: Raj Nakarja Date: Wed, 12 Aug 2026 10:02:25 +0200 Subject: [PATCH 2/2] Pointed the server cross-reference at the renamed superstack-server repo --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index be58ec4..a83f1e0 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -10,7 +10,7 @@ for local development and releasing. the entire git history ships. **Built in tandem with the server.** The server lives at -`~/projects/superstack-next` (github.com/siliconwitchery/superstack-next) and +`~/projects/superstack-server` (github.com/siliconwitchery/superstack-server) and owns the JSON API this binary speaks. A change on either side of the wire usually implies one on the other, so read its CLAUDE.md before changing anything that crosses it. The two files share the coding principles below