Self-hosted exclusive-work ledger. Take a known job.
go build -o powder .
./powder serve --bind 127.0.0.1:4175
./powder create --id first --title "It exists" --spec "The card can be taken."
./powder list --takeable
./powder take first --agent me
./powder done first --proof https://example.test/proofpowder <verb> --help is flag truth. JSON on stdout. --plain for text
list/show. Errors are JSON on stderr with a code.
The Rust service that previously lived in this repository is retired.
Git history is intact. The live process is powder serve.
SKILL.md is the source of truth for skill://powder. The installer copies
only that file into the user-wide skill directory; the repository checkout
never becomes skill-readable. Register or refresh it with:
./scripts/install-skill.sh