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 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