按提示词结论补构建校验依据锁

This commit is contained in:
cnc
2026-06-02 14:26:40 +08:00
parent 4780dd8621
commit 31e1e4499e
9 changed files with 41 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: cached switchkins/remap validation hashes the LinuxCNC
# kinematics manifest, referenced configs/remaps, generator script, and bridge
# outputs before reusing table-check results.
cache_dir=${CNC_SIM_PREFLIGHT_CACHE_DIR:-}
check_args=("$@")
if [[ "${1:-}" == "--cache-dir" ]]; then