按提示词结论补 native source 边界依据锁

This commit is contained in:
cnc
2026-06-02 13:04:38 +08:00
parent 303b7f7a72
commit d807464cf7
5 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: linuxcnc-rs274-source-files.txt enumerates the native
# RS274 interpreter, Python binding, tooldata, support-object, and metadata
# inputs that are linked by the LinuxCNC source-backed native test path.
manifest=${1:-linuxcnc-rs274-source-files.txt}
filter_group=${2:-core}
output_mode=${3:-relative}