Skip to content

Commit 48c9576

Browse files
yasithdevclaude
andcommitted
docs: improve CLAUDE.md with prerequisites and go vet command
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent adec7a4 commit 48c9576

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CLAUDE.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,17 @@
22

33
Go agent that orchestrates dev environment setup on compute nodes. Manages VS Code SSH sessions, Dev Tunnels/FRP connectivity, FUSE overlay mounts, and Jupyter kernels via a declarative YAML workflow engine and REST API.
44

5+
## Prerequisites
6+
7+
- Go 1.24+ (toolchain go1.24.13)
8+
- Optional: FUSE (Linux) for overlay mounts, goreleaser for release builds
9+
510
## Commands
611

712
```bash
813
go build -o linkspan . # Build for current platform
914
go test ./... # Run tests
15+
go vet ./... # Static analysis
1016
make # Cross-compile all platforms (linux/darwin, amd64/arm64)
1117
make clean # Remove bin/
1218
goreleaser release --snapshot --clean # Local snapshot build

0 commit comments

Comments
 (0)