Add hm manual page#73
Merged
Merged
Conversation
Summary Add a section-1 manual page for the Hive Memory CLI and include it in release archives so packaged installs carry the same command reference as source checkouts. - document global options, command groups, config, files, and security boundaries - package `man/man1/hm.1` into release tarballs - smoke-test that release archives include the manpage Testing - `bash tests/shell/release-scripts-test` - `cargo fmt --all --check` - `cargo test --locked` - scoped `checkrun format` / `checkrun lint` on changed files - `git diff --check`
Summary Bring the `hm` manual page in line with the current command set and exit status contract. - describe `outbox` as flushing queued offline writes - describe `eval` as retrieval metrics and fixture capture - document the distinct config, privacy, and backend exit codes Testing - `bash tests/shell/release-scripts-test` - `cargo fmt --all --check` - `cargo test --locked` - scoped `checkrun format` and `checkrun lint` for PR files - `git diff --check`
Summary Keep the release contract in SPEC.md aligned with the package and smoke scripts by listing the hm manual page in the archive contents. Testing - tests/shell/release-scripts-test - cargo fmt --check - cargo test - cargo clippy --all-targets --all-features -- -D warnings - checkrun format SPEC.md - checkrun lint SPEC.md - git diff --check
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add a section-1 manual page for the Hive Memory CLI and include it in release archives so packaged installs carry the same command reference as source checkouts.
Summary
man/man1/hm.1into release tarballsTesting
bash tests/shell/release-scripts-testcargo fmt --all --checkcargo test --lockedcheckrun format/checkrun linton changed filesgit diff --check