docs: update sprout repository references and document buzz mem#1333
docs: update sprout repository references and document buzz mem#1333AaronGoldsmith wants to merge 2 commits into
Conversation
AaronGoldsmith
commented
Jun 27, 2026
- docs: update sprout repository references to block/buzz
- docs: document buzz mem subcommands in crates/buzz-cli/README.md
Signed-off-by: Aaron Goldsmith <aargoldsmith@gmail.com>
7490e67 to
fc9e83e
Compare
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7490e67265
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| buzz mem ls | ||
| buzz mem get <slug> | ||
| buzz mem set <slug> "my-value" | ||
| buzz mem patch <slug> < diff.patch |
There was a problem hiding this comment.
Include the required base-hash in mem patch docs
When a user follows this new example exactly, buzz mem patch <slug> < diff.patch exits with a usage error before applying anything because cmd_patch requires either --base-hash <hex> or the explicit unsafe opt-out --no-base-hash (crates/buzz-cli/src/commands/mem.rs:551-564). Please show the hash step/flag in the README example so the documented workflow is runnable.
Useful? React with 👍 / 👎.
Signed-off-by: Aaron Goldsmith <aargoldsmith@gmail.com>