From 752269df5515a137a50d05b8df2d11fb287004bd Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Tue, 7 Jul 2026 18:18:17 +0200 Subject: feat: add BUNDLE_MANIFEST_FILE config var Opt-in per-package manifest for bundled-dep reconciliation. No behavior yet; wires the config default and the test-harness path patch. Co-Authored-By: Claude Opus 4.8 --- mkhint | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'mkhint') diff --git a/mkhint b/mkhint index b0a7705..5795fb0 100755 --- a/mkhint +++ b/mkhint @@ -26,6 +26,12 @@ NVCHECKER_CONFIG="$HOME/.config/nvchecker/nvchecker.toml" # Missing file = empty list = phantom-dep handling is a no-op. PHANTOM_DEPS_FILE="$HOME/.config/mkhint/phantom-deps" +# Packages whose extra DOWNLOAD lines are driven by an upstream deps manifest +# (e.g. neovim's cmake.deps/deps.txt). One entry per line: +# +# Missing file = empty list = feature is a no-op. +BUNDLE_MANIFEST_FILE="$HOME/.config/mkhint/bundle-manifests" + # Built-package repository (slackrepo output tree: //-*.txz). PACKAGES_DIR="/repo/" -- cgit v1.2.3