Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down