You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ commitlore --version
0.7.1
$ commitlore --help
# no `auto` command
$ commitlore capture --help
# no `--unattended` option
A repository can contain .commitlore-policy.json with mode: "auto" and unattended: true, while the latest release has no command or capture option that exposes the shipped unattended workflow.
Building current dev at 78f88be16413796845794d70465f60d7b919fe3f restores both surfaces:
commitlore auto status
unattended capture: on
commitlore capture --help
--unattended
The focused auto/init/prepare/post-commit tests pass on that head (44 tests across the relevant files).
Expected
One of the following should make the release state truthful and discoverable:
What is inconsistent
Issue #511 was closed as completed with the statement that unattended capture had shipped in v0.7.1, including
commitlore auto on|off|status.The published v0.7.1 release does not contain that implementation:
12379345a3d57117d9b2f841754c9c675624925c.devon 2026-08-11 as3ed68c58906d9c26ce6854c4f740b21f67cb0a7f.devon 2026-08-11 as2452a630042d65fb334dce7b21850a31e289a945.Reproduction
With the latest published release installed:
A repository can contain
.commitlore-policy.jsonwithmode: "auto"andunattended: true, while the latest release has no command or capture option that exposes the shipped unattended workflow.Building current
devat78f88be16413796845794d70465f60d7b919fe3frestores both surfaces:The focused auto/init/prepare/post-commit tests pass on that head (44 tests across the relevant files).
Expected
One of the following should make the release state truthful and discoverable:
Until then, the latest release should not be described as having shipped unattended capture.