Skip to content

blogwatcher

Version 2026.144.1443
Repo superproject

Blog/RSS feed monitor CLI installed from source via go install Installs the blogwatcher cobra CLI (github.com/Hyaxia/blogwatcher) with go install, landing the binary at ${HOME}/go/bin/blogwatcher (GOPATH=~/go, with ~/go/bin appended to PATH). The install is verifiable without the network: the binary is present and executable, and blogwatcher --help runs (exit 0) and lists its feed-management subcommands (add, scan, blogs, articles, read).

This candy’s plan: — the runnable spec charly check executes against a live deployment. check: steps are idempotent probes; run: steps change state.

Intent Step
run command=go install github.com/Hyaxia/blogwatcher/cmd/blogwatcher@latest go clean -cache
check the blogwatcher binary is installed at ~/go/bin/blogwatcher
check running blogwatcher –help exits 0 and lists the scan subcommand
check command=test -x ${HOME}/go/bin/blogwatcher
check command=${HOME}/go/bin/blogwatcher –help 2>&1