diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-08 11:51:26 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-08 11:51:26 +0200 |
| commit | 9b57db37b6dca87247e30b1e5e2259094c7157b5 (patch) | |
| tree | 59f6302d0c870b7547a7565f0cdc95f46e94111b /mkhint.1.md | |
| parent | 67d4196bb3c98b0f6c00e8e514d9060b1cf7be2f (diff) | |
| download | mkhintfile-9b57db37b6dca87247e30b1e5e2259094c7157b5.tar.gz mkhintfile-9b57db37b6dca87247e30b1e5e2259094c7157b5.zip | |
fix: skip bundled-dep apply prompt when nothing changed; release v1.2.3v1.2.3
After the version-aware reconcile, a --force run on an up-to-date bundle
package still asked "Apply bundled-dep updates?" with nothing to apply.
reconcile_bundle_deps report mode now signals whether there is anything
to apply via its exit code: 2 = changes present, 0 = all current / no
deps / fetch fail. The --check and --hintfile -V callers prompt only on
exit 2. apply mode still returns 0. Adds T-BM24 (all-current → no
prompt); 183 passed.
Bump MKHINT_VERSION and man title to 1.2.3, rebuild mkhint.1.gz.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'mkhint.1.md')
| -rw-r--r-- | mkhint.1.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mkhint.1.md b/mkhint.1.md index 2c910a1..5659145 100644 --- a/mkhint.1.md +++ b/mkhint.1.md @@ -1,4 +1,4 @@ -% MKHINT(1) mkhint 1.2.2 | User Commands +% MKHINT(1) mkhint 1.2.3 | User Commands % Danilo M. % July 2026 |
