top | item 47030777

(no title)

some_infra_dude | 15 days ago

fake git repository, no actual code, just an opaque binary. No way to know what these guys are doing with your prompts or code.

discuss

order

eftalyurtseven|15 days ago

the binary is built from the repo, it's Go so we distribute compiled binaries like most Go CLI tools (kubectl, terraform, hugo). All agent communication goes through your own configured LLM provider, klaw doesn't proxy or store any prompts.

some_infra_dude|15 days ago

Looks like what your shipping is not what's in the repo...

``` klaw.sh git:(main) make go build -ldflags "-s -w -X main.version=v0.1.0-7-g02b1591" -o bin/klaw ./cmd/klaw stat /home/stobias/repos/personal/misc/klaw.sh/cmd/klaw: directory not found make: ** [Makefile:12: build] Error 1 ```