按提示词结论补 wasm guardrail 源码依据

This commit is contained in:
cnc
2026-06-02 12:55:36 +08:00
parent 08978b82de
commit 154fc7578a
3 changed files with 13 additions and 0 deletions

View File

@@ -3,6 +3,9 @@ set -euo pipefail
cd "$(dirname "$0")"
# LinuxCNC source basis: linuxcnc-rs274-wasm-source-files.txt enumerates the
# RS274, tooldata, INI, NML, RTAPI, HAL, and PythonPlugin LinuxCNC files that
# are compile-checked or shimmed for the browser/WASM source-link path.
manifest=${1:-linuxcnc-rs274-wasm-source-files.txt}
filter_group=${2:-core}
output_mode=${3:-relative}